| name | ged-planning |
| description | Produces or refines implementation plans in .ged/work/<work-id>/SPEC.md, task breakdowns in .ged/work/<work-id>/TASKS.md, and verification criteria in .ged/work/<work-id>/TESTS.md. Triggers include "plan", "break down", "what tasks", "how to implement", or when starting a new feature. |
Ged Planning
Goals
- update
.ged/work/<work-id>/SPEC.md
- decompose work into bounded slices in
.ged/work/<work-id>/TASKS.md
- define verification criteria in
.ged/work/<work-id>/TESTS.md
- recommend any missing skills that would help the planned work
Rules
- tasks must stay small and concrete
- done criteria must be explicit
- only recommend skills when they materially help execution
Ged skill-fit workflow
For non-trivial Ged tasks, planning should happen after classification, any needed grill-me clarification, and skill-fit resolution. With subagents enabled, ged-explorer performs read-only skill inventory/evaluation/search and reports findings; the main brain then installs project-scoped external skills or creates narrow project-local skills when warranted. In solo/no-subagent mode, the main brain performs the skill-fit checkpoint itself. Do not install global/user skills automatically.