| name | plan-creator |
| description | Create a valid, repo-visible `plan/<topic>/<topic>.plan.md` for this repository, with correct workflow phases, status transitions, artifact paths, analysis-layer handling, reviewer handoff contract, and stable-library intent handling. |
| complexity | high |
| risk_profile | ["ambiguity_sensitive","multi_agent_handoff"] |
| use_when | ["a new repository topic needs `plan/<topic>/<topic>.plan.md`","an existing topic plan is missing workflow-critical contract sections","the user wants a repo-visible handoff artifact before creator implementation starts"] |
| do_not_use_when | ["the main task is to implement the skill or code artifact itself","the task is to review or approve a finished topic plan","the task is a tiny wording edit to an already-valid topic plan","the request is for a generic project plan outside this repository"] |
| inputs | ["the topic name","the intended outcome of the topic","the in-scope and out-of-scope boundaries","the expected repo-visible artifact paths","whether the topic affects stable-library surfaces","any locked decisions that should not be rediscovered during implementation","optional analysis-layer artifacts at `analysis/<topic>/requirements.md` and `analysis/<topic>/technical-spec.md`","any explicit human `override` instruction if chat-time guidance should outrank analysis artifacts","the current workflow contract from `plan/agent-handoff-workflow.md`"] |
| outputs | ["a repo-visible `plan/<topic>/<topic>.plan.md`","explicit scope, boundaries, locked decisions, and analysis-layer routing for the topic","exact artifact paths and workflow transitions","clear stable-library intent declared or explicitly absent","explicit semantic warnings when analysis inputs are missing or incomplete","a topic plan ready to hand to creator work"] |