Use to expand bd tasks with detailed implementation steps - adds exact file paths, complete code, verification commands assuming zero context
<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>
<examples> <example> <scenario>Developer copies the spec into tasks.md verbatim</scenario><why_it_fails>
<why_it_fails>
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer