What problem does it solve?
This Skill provides a disciplined 5-phase method to craft high-quality production prompts for Claude, including systematic requirements gathering, structure design, prompt construction, validation, and output generation. It reduces guesswork, speeds up prompt creation, and improves reliability.
Core Features & Use Cases
- 5-phase methodology: Requirements gathering, Structure Design, Prompt Construction, Validation, Output Generation.
- Pattern-driven design: Uses proven Prompt Patterns (PTF, COST, STAR, RRET, CoT, Few-Shot, ReAct, Constitutional) to cover a wide range of tasks.
- Reusable templates: Scaffold prompts with role, instructions, output blocks and examples.
- Use Case: Build a system prompt for a code reviewer or a data validator; generate a reusable template.
Quick Start
Save prompts to the prompts/<prompt-name>.md and validate with:
- Validate format:
npx tsx scripts/validate-prompt.ts prompts/my-prompt.md
- Start from a simple template: copy
prompts/summarize-article.md as a starting point.