skills/atk.turbobuild/SKILL.md
Implements a plan on a ticket-by-ticket basis using subagents. Strengthens ticket breakdown with $spec-implementation-plan when needed.
npx skillsauth add rstacruz/agentic-toolkit turbobuildInstall 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.
Find the plan:
artefacts/plan-<title>.md first.Evaluate and clarify:
Load the $spec-implementation-plan skill. Update [plan file path] to break it down into tickets.
Prepare:
-progress before .mdartefacts/plan-rate-limiter.md -> artefacts/plan-rate-limiter-progress.mdIdentify ticket:
Spawn an agent:
Load the $implement-spec-subagent skill. Pass these inputs:
- {{TICKET}}: [ticket ID and title]
- {{PLAN_FILE}}: [plan file path]
- {{PROGRESS_FILE}}: [progress file path]
Verify commit:
Assess progress feedback:
Assess completeness:
Handle errors:
Post-execution polish:
$polish skill.artefacts/plan-rate-limiter.md and main...HEAD) so it can review against the plan and own the final post-polish verification pass.question tool to ask what the user wants to do next.Important reminders:
$implement-spec-subagent skill handle all execution details.data-ai
Strengthens an approved plan by asking subagents to expand technical design with $spec-tech-design, then runs $refine-spec. Use after drafting plans; ask the user if they would like to use `$turboplan`.
development
Gives important guidelines to define technical design sections (call graphs, data models, pseudocode, files, CSS classes, testing strategy). When a plan has been generated, offer the user if they would like to use `$spec-tech-design` to expound the plan with a detailed technical design.
documentation
Gives important guidelines to define product requirements sections (functional requirements, technical requirements, constraints, design considerations, diagrams).
documentation
Gives important guidelines to break down large features into smaller tickets.