What problem does it solve?
This Skill streamlines the creation of complex, execution-optimized prompts by guiding users through a recursive discovery and composition process, ensuring prompts leverage existing knowledge and components effectively.
Core Features & Use Cases
- Recursive Prompt Building: Gathers requirements through progressive dialogue and searches libraries for reusable components.
- Library-First Composition: Prioritizes referencing existing skills and prompts over creating new content.
- Layered Prompt Architecture: Organizes prompts into four distinct layers: Identity & Constraints, Directive, Behavior Spec, and Execution Plan.
- Use Case: When tasked with creating a new prompt for code generation, this Skill will first ask clarifying questions about the desired language, framework, and constraints, then search existing code generation prompts and skills, and finally help compose a new, robust prompt that references the found components.
Quick Start
Use the prompt-builder skill to create a new prompt for generating Python unit tests based on existing code.