| name | prompt |
| description | Design, critique, and iterate high-quality prompts for browser chat and API usage. Use when the user asks to build prompts for Claude, ChatGPT, Gemini, coding agents, image models, or structured-output pipelines. |
Prompt
Overview
Create robust prompt packages with clear instructions, constraints, and output schemas.
Workflow
- Confirm target model, surface (browser/API), task, audience, inputs, and output format.
- Identify constraints and failure modes before drafting.
- Build prompt using the pattern in
references/prompt-patterns.md.
- If API is involved, provide a separate system prompt plus user prompt.
- Provide 2-3 variations when requested and explain tradeoffs.
- Save with date-prefixed naming.
Output Rules
- Use filename format:
YYYY-MM-DD_<topic>_prompt.md.
- Save to
personal/projects/<name>/prompts/ if project context is active.
- Otherwise save to
personal/prompts/.
- Include test instructions for iterative improvement.
References
- Read
references/prompt-patterns.md for templates and evaluation checks.