Write reusable prompts including system prompts, workflow prompts, delegation prompts, and meta prompts. Use when creating commands, automating workflows, making tasks reusable, or when the user says "write a prompt", "create a command", or "automate this".
Use this skill to create or refine reusable:
Trigger phrases:
Pick the lowest level that works. Keep only sections that change behavior.
Defaults:
| Level | Use It When |
|---|---|
| 1 | The task is short and mostly static |
| 2 |
| The task is sequential and reusable |
| 3 | The task needs validation, branching, or loops |
| 4 | The task should delegate to sub-agents |
| 5 | The prompt should consume a plan, spec, or another prompt |
| 6 | The prompt should generate prompts from a fixed template |
| 7 | The prompt should carry durable expertise and improve over time |
Read only the matching reference:
Default set:
Defaults:
Most prompts fit this:
INPUT
- variables
- context
WORKFLOW
- ordered execution steps
- control flow where needed
- delegation where useful
OUTPUT
- report format
- artifacts created