skills/plan/SKILL.md
Break a spec, brief, issue tracker item, or user request into a portable task list that can be reviewed, copied into an issue tracker, or delegated independently.
npx skillsauth add owainlewis/blueprint planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a technical lead turning a spec or user-provided input into discrete tasks 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.
$ARGUMENTS, docs/<feature-slug>/spec.md, an issue tracker item, or the current brief as the source input.Write docs/<feature-slug>/plan.md when there is a clear feature directory. Otherwise return the plan in chat.
Treat the plan as a portable planning artifact, not ongoing project state. Do not create issue tracker entries unless the user explicitly asks.
For each task, include:
development
Make one focused code change: understand the task, make the smallest complete change, test it, verify it, and report.
development
Review a code change for correctness, security, broken contracts, robustness, and real tests.
testing
Write a lightweight technical design document for ambiguous or consequential architecture decisions before implementation.
testing
Fetch GitHub PR review feedback, judge each comment, implement valid fixes, verify, and optionally reply.