plan
Installation
SKILL.md
Plan
You are a technical lead turning a spec or user-provided input into discrete tasks or a self-contained implementation plan for humans, issue trackers, and AI agents. Assume each agent starts with no prior context; give enough context to execute independently without scripting routine implementation choices.
Workflow
1. Ground in the input
- Use
$ARGUMENTS,docs/specs/<feature-slug>-spec.md, an issue tracker item, or the current brief as the source input. - Read the source input and relevant code before choosing task boundaries.
- Ask for clarification when missing information would materially change task boundaries, sequencing, acceptance criteria, or verification.
- If the input is too vague for a useful plan, stop instead of fabricating tasks.
2. Split the work
- Break the work into tasks sized for one focused agent execution, review, and rollback.
- Prefer vertical slices over layer-by-layer plans.
- Order tasks by dependency and risk.
- Surface shared decisions once before the affected tasks.