plan
Installation
SKILL.md
Plan
Produce implementation plans grounded in project principles. Write plans to brain/plans/. Do NOT implement anything — the plan is the deliverable.
Autonomous Session Mode
When this skill runs in a non-interactive Noodle execution session (for example Cook, Oops, or Repair):
- Skip Step 2 (AskUserQuestion) — the scope is fully defined in the initial prompt.
- Skip Step 6's pause — write the plan, commit it, emit
stage_yield(see Step 6), and end the session. Do not wait for human review. - Step 4 (find-skills) — install skills autonomously without confirmation.
All other steps proceed normally.
Use Tasks to track progress. Create a task for each step (TaskCreate), mark each in_progress when starting and completed when done (TaskUpdate). Check TaskList after completing each step.
Step 0 — Triage Complexity
Before running the full planning workflow, assess whether this task actually needs a plan:
Related skills