simple-plan
Installation
SKILL.md
Simple Plan
Plan a small change in one focused conversation. Produce a concise proposal.md, one spec per
capability, an optional design.md, and a tasks.md handoff. The artifacts must be self-contained for
an implementing agent with no conversation history.
Process
- Understand the problem, desired behavior, success criteria, and scope. Lightly inspect related specifications and relevant code so questions and artifacts reflect the existing system.
- Use
codagent:ask-questionsto resolve only material behavior, boundaries, errors, edge cases, and scope. Recommend defaults and decide ordinary implementation details from context. - Decide whether
design.mdis necessary. Default to no; write one only for a consequential architectural choice, non-obvious rationale, migration, integration strategy, or implementation constraint that the implementer otherwise would not know. - Present the proposed capability set, design-doc decision, output location, and consequential assumptions for user approval.
- Write all artifacts in one pass, then check them together for missing decisions or contradictions.