From hyperpowers
Distills approved spec's plan.md into context.md and rolling tasks.md backlog with codebase verification, task research, and concrete Now/Next/Later slices. Use post-spec approval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hyperpowers:writing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<skill_overview>
<skill_overview>
The approved spec says what must be true. context.md and tasks.md say what to do next and what was learned.
</skill_overview>
<rigidity_level> MEDIUM FREEDOM - Verify the codebase against the spec, then write concrete task docs with no placeholders or fake certainty. </rigidity_level>
<quick_reference>
| Step | Action | Rule |
|---|---|---|
| 1 | Read plan.md | Do not restate it vaguely |
| 2 | Verify codebase reality | Prefer investigator evidence over assumptions |
| 3 | Research the task | Collect 3+ best-practice sources for the specific slice |
| 4 | Write context.md | Capture files, decisions, discoveries, resume notes |
| 5 | Write tasks.md | Use Now, Next, Later, Blocked, Done |
| 6 | Keep backlog lean | Only 1-2 active items in Now |
Forbidden: placeholders like [details omitted] or giant speculative task trees.
</quick_reference>
<when_to_use>
<the_process>
Work in a local plans/active/<slug>/.
Read plan.md first.
Use repo inspection or codebase-investigator to confirm:
Write down mismatches instead of ignoring them.
Before finalizing the next task slices, collect at least 3 current internet sources about:
Use a real web-search tool call or the internet-researcher agent.
Do not fill this section from memory.
Record the useful sources in context.md.
context.mdCapture:
Write tasks.md so each item is small and concrete.
Use:
Now for immediate work onlyNext for near-term follow-upsLater for deferred workBlocked with a reasonDone for completed itemsPresent the actual doc contents, not a summary that says “see above.” </the_process>
Developer copies the spec into tasks.md verbatim<why_it_fails>
<why_it_fails>
npx claudepluginhub withzombies/hyperpowers --plugin hyperpowersExecutes approved local markdown task directories iteratively: loads plan.md/context.md/tasks.md, works 1-2 Now items, researches/updates docs, verifies changes, stops for review.
Generates numbered task lists from specs before coding, detailing file paths, exact changes, tests, and success evidence for each task. Use for multi-file, multi-day, or team projects.
Converts approved specs into bite-sized TDD implementation plans with exact file paths, code snippets, and commit boundaries. Use after brainstorm-lean when implementation has not started.