execplan-authoring
Installation
SKILL.md
ExecPlan Authoring
Use ExecPlans for complex or cross-cutting work. Keep plans self-contained so a novice can implement from the plan alone.
Workflow
- Read the repo's plan policy (often
docs/PLANS.md). If none exists, use the template inreferences/execplan-template.md. - Place new plans in
docs/plans/active/with a clear, dated filename. - Write in plain language. Define terms. Avoid pointers to external docs.
- For UI or brand-affecting work, require a design thesis, token plan, and a
docs/brand guideline update. Invokefrontend-skillto shape these sections. - Anchor each milestone with observable outcomes and explicit proof steps.
- Maintain the living sections: Progress, Surprises & Discoveries, Decision Log, Outcomes & Retrospective.
- Update the plan as decisions are made or scope changes.
Quality bar
- Self-contained and reproducible.
- Explicit file paths, commands, and expected outputs.
- Acceptance criteria are behavior, not just code changes, and include how to prove it worked.