skills/atk.turboplan/SKILL.md
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`.
npx skillsauth add rstacruz/agentic-toolkit turboplanInstall 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.Expand technical design:
Load `$spec-product-requirements` and `$spec-tech-design` skills.
Strengthen the plan file in place with product requirements and technical design.
Keep it compact. When adding new content, consider if there is existing redundant content that can be removed.
- Plan file path: [plan file path]
Refine the updated plan:
$refine-spec on the updated plan.Ask for next steps:
question tool to ask what the user wants to do next.$turbobuild as an explicit option.Important reminders:
development
Implements a plan on a ticket-by-ticket basis using subagents. Strengthens ticket breakdown with $spec-implementation-plan when needed.
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.