plan-structure

$npx mdskill add closedloop-ai/claude-plugins/plan-structure

Generate structured implementation plans from playbook templates.

  • Creates detailed execution plans without writing code.
  • Depends on playbook.md and plan_template.md resources.
  • Follows strict phases defined in the template document.
  • Outputs formatted text ready for Python helper execution.

SKILL.md

.github/skills/plan-structureView on GitHub ↗
---
name: plan-structure
description: Used when creating or updating implementation plans.
---

# Plan Structure Skill

Purpose: Reusable guidance for Plan phases.
When: Used whenever the orchestrator asks to write plan artifacts.

## REQUIRED: Load Resources

When writing an implementation plan, you MUST read:
- [playbook.md](./resources/playbook.md) - conventions and quality bar
- [plan_template.md](./resources/plan_template.md) - required structure and sections

## Rules

- Reference-only. Control flow stays in the Python helper.
- Planning only—never implement features.

More from closedloop-ai/claude-plugins