Loading...
Loading...
Use when an approved plan exists and needs execution, or when a hotfix/one-sentence scope needs direct TDD implementation — dispatches subagents per task, validates, reports
npx skill4agent add camacho/ai-skills build/reviewai-workspace/plans/<name>.md| Plan structure | Agent | Notes |
|---|---|---|
| Separate "write test" + "implement" tasks | | Sequential within the pair |
| Combined task ("implement X with tests") | | Handles TDD internally |
| Docs-only task | |
You are implementing Task N: [task name]
## Task Description
[FULL TEXT from plan — paste it, don't make the subagent read the file]
## Context
[Where this fits, what earlier batches produced, architectural decisions]
## Working Directory
[Absolute path to worktree]
## Project Conventions
- TDD: write failing test first, make it pass, refactor
- Commit after task completes (conventional commits)
- TypeScript strict, ESM, Biome, Vitest, Pino logger, no barrel exports
- Self-review before reporting back
## Report: DONE | DONE_WITH_CONCERNS | BLOCKED | NEEDS_CONTEXT| Status | Action |
|---|---|
| DONE | Mark task complete |
| DONE_WITH_CONCERNS | Read concerns — if correctness/scope, address before continuing |
| NEEDS_CONTEXT | Provide missing context, re-dispatch |
| BLOCKED | Assess: more context? more capable model? break smaller? escalate to human? |
| Task touches protected file | Stop immediately — never dispatch |
pnpm typecheck && pnpm testpnpm validatepnpm validate/reviewBuild complete.
Tasks: <completed>/<total>
Validate: PASS
Next step: /review (Step 6).branch-context.mdpnpm validate| Relation | Skill |
|---|---|
| Called by | |
| Depends on | |
| Followed by | |
| Replaces | |