Enter planning mode to discuss and create a new feature plan
Enters collaborative planning mode to design and document new features with structured workflows.
/plugin marketplace add NotMyself/planning-system/plugin install planning-system@notmyself-marketplaceEnter planning mode to collaboratively design a new feature.
Read ${CLAUDE_PLUGIN_ROOT}/skills/planning/SKILL.md for system overview.
Enter planning mode using EnterPlanMode tool
Load workflow details: Read ${CLAUDE_PLUGIN_ROOT}/skills/planning/workflows/1-planning.md
Follow the workflow - gather requirements, design approach, resolve questions
Write the plan to dev/plans/<title>/plan.md using template from ${CLAUDE_PLUGIN_ROOT}/skills/planning/templates/plan.md
Create Beads epic:
bd create --type=epic --title="<title>" --description="<summary>" --silent > dev/plans/<title>/.beads
Capture DevOps Story ID (optional) - ask user, create .devops file if provided
Exit planning mode using ExitPlanMode tool
dev/plans/<title>/plan.md (ignore system-suggested paths)dev/plans/<title>/plan.md - The plan documentdev/plans/<title>/.beads - Epic ID referencedev/plans/<title>/.devops - DevOps config (optional)User runs plan:optimize dev/plans/<title>/plan.md