| name | meta-prompt-engineer |
| description | Generate high-quality prompts using proven prompt engineering techniques.
USE WHEN:
- "write a prompt", "create prompt", "make a prompt"
- "meta-prompt", "prompt for X"
- "improve this prompt", "optimize prompt"
- User needs to craft instructions for AI tasks
DO NOT USE WHEN:
- Simply asking questions (not creating prompts)
- Executing existing prompts
- Non-prompt-related tasks
|
Meta Prompt Engineer
Generate structured, effective prompts for AI systems using proven techniques from Anthropic, OpenAI, and academic research.
Workflow Routing
Core References
The 80/20 Rule
Three principles that solve 80% of prompt quality issues:
-
Goal + Constraints Upfront
- State what "done" looks like
- Define boundaries and limitations
-
1-3 Examples
- Format beats adjectives
- Show, don't tell
-
Force Structured Output
- JSON, bullets, tables, rubric
- Explicit format requirements
Prompt Structure (Contract-Style)
1. ROLE - Who the AI is (persona, expertise)
2. TASK - What to do (specific action)
3. CONTEXT - What you're given (inputs, background)
4. OUTPUT - Format, constraints, requirements
5. EXAMPLES - Show desired input→output
6. VERIFY - How to check success
Quick Technique Reference
| Technique | When to Use | Example |
|---|
| XML Tags | Structure complex inputs | <context>...</context> |
| Few-shot | Enforce format/style | 1-3 input→output examples |
| Chain of Thought | Complex reasoning | "Think step by step" |
| Role/Persona | Consistent voice | "You are a senior engineer" |
| Prefill | Force output format | Start with { for JSON |
| Constraints | Prevent unwanted behavior | "Do NOT include..." |
Success Criteria
Generated prompt should have:
Output
This skill outputs:
- Structured prompt ready for use
- Rationale explaining technique choices (if requested)