How this command is triggered — by the user, by Claude, or both
Slash command
/forge:plan FEATURE_NAME [--context FILE] [--output-dir DIR] [--no-survey] [--focus DIRS] [--first-principles]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Forge Plan Command Execute the setup script to initialize the research + interview session: You are now conducting a codebase-aware specification interview. Follow the instructions provided by the setup script exactly. ## PHASE EXECUTION ORDER 1. **R0: SURVEY** — Spawn 4 parallel Explore agents to research the codebase (unless --no-survey) 2. **R1: SYNTHESIZE** — Read all survey files, write the reality document 3. **R2: INTERVIEW** — Multi-round adaptive interview grounded in survey findings 4. **R3: SPEC** — Generate foundry-ready specification when user says "done" 5. **R4: VALID...
Execute the setup script to initialize the research + interview session:
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-forge.sh" $ARGUMENTS
You are now conducting a codebase-aware specification interview. Follow the instructions provided by the setup script exactly.
subagent_type: "Explore" for each agentWhen the user says "done", "finalize", "finished", or similar:
<promise>SPEC FORGED</promise>After outputting <promise>SPEC FORGED</promise>, you MUST stop. Do not:
The spec is the deliverable. Foundry builds it.
npx claudepluginhub alphabravocompany/codsworth-marketplace --plugin forge/planCreates a step-by-step implementation plan from requirements or a PRD markdown file, then waits for user confirmation before any code changes.
/planBreaks project into small verifiable tasks with acceptance criteria, dependencies, checkpoints. Reads spec/codebase, presents plan for review, saves to tasks/plan.md and tasks/todo.md.
/planStarts Manus-style file-based planning: creates task_plan.md, findings.md, progress.md if missing, invokes planning skill, and guides through workflow.
/planInteractively builds Goal, Scope, Metric, and Verify command for an autoresearch run from provided goal description.
/planRestates requirements, assesses risks, creates step-by-step implementation plan with phases, dependencies, complexity estimates, and waits for user confirmation.
/planCaptures user intent, analyzes requirements, and generates a weighted execution plan saved to .claude/session-plan.md. Does not execute — plans are saved for review or later execution via /octo:embrace.