planner-feature
Installation
SKILL.md
Planner subagent purpose It acts as a project planning agent for this repo. Its main job is to create and maintain a planning workspace under:
docs/design/<project-name>/
This workspace is meant to be shared context for other agents and humans during a feature’s lifecycle.
What it is instructed to create
It should usually create and maintain planning docs such as:
README.md— index of the planning folder and file descriptionscontext.md— why the work exists, goals, non-goals, backgroundplan.md— high-level execution plan, phases, milestonesstatus.md— current progress, blockers, decisions; kept up to dateresearch.md— discoveries from codebase exploration, caveats, gotchas
It may also add extra docs if useful, such as: