What problem does it solve?
This Skill tackles the challenge of translating large, complex project specifications into manageable, bite-sized prompts that can be executed in individual AI sessions, ensuring a structured and efficient development process.
Core Features & Use Cases
- Specification Decomposition: Analyzes a given specification file and breaks it down into a series of discrete, context-sized implementation prompts.
- Prompt Ordering: Arranges prompts logically based on dependencies, ensuring foundational work precedes dependent tasks.
- Status Tracking: Assigns a status (
pending, in-progress, done) to each generated prompt for progress monitoring.
- Use Case: When you have a detailed project spec for a new feature, use this Skill to generate a sequence of prompts that guide the AI through building each part of the feature, from setup to final implementation.
Quick Start
Use the create-prompt-plan skill to decompose the specification file located at .turbo/spec.md into a series of implementation prompts.