Agent Skills: List Prompt Levels

Show the seven levels of agentic prompts with quick reference. Use when deciding prompt complexity level.

UncategorizedID: melodic-software/claude-code-plugins/list-prompt-levels

Install this agent skill to your local

pnpm dlx add-skill https://github.com/melodic-software/claude-code-plugins/tree/HEAD/plugins/tac/skills/list-prompt-levels

Skill Files

Browse the full folder contents for list-prompt-levels.

Download Skill

Loading file tree…

plugins/tac/skills/list-prompt-levels/SKILL.md

Skill Metadata

Name
list-prompt-levels
Description
Show the seven levels of agentic prompts with quick reference. Use when deciding prompt complexity level.

List Prompt Levels

Show the seven levels of agentic prompts with quick reference.

Instructions

Display the seven levels framework for quick reference.

Output

## The Seven Levels of Agentic Prompts

| Level | Name | Key Capability | Use When |
| --- | --- | --- | --- |
| **1** | High-Level Prompt | One-off tasks | Simple, repeatable task |
| **2** | Workflow Prompt | Sequential execution | Need step-by-step |
| **3** | Control Flow | Conditionals/loops | Need branching/iteration |
| **4** | Delegation Prompt | Multi-agent work | Need parallel agents |
| **5** | Higher-Order | Process other prompts | Building on specs |
| **6** | Template Meta | Generate prompts | Creating prompt libraries |
| **7** | Self-Improving | Knowledge accumulation | Long-term expertise |

---

## The 80/20 Rule

> "Levels 3-4 cover 80% of practical use cases."

**Don't over-engineer.** Start simple, upgrade only when needed.

---

## Quick Decision Guide

- **Simple task?** -> Level 1
- **Need steps?** -> Level 2
- **If/else or loops?** -> Level 3
- **Multiple agents?** -> Level 4
- **Process specs?** -> Level 5
- **Create prompts?** -> Level 6
- **Self-evolving?** -> Level 7

---

## Related Commands

- `/create-prompt [level] [description]` - Create new prompt at level
- `/analyze-prompt [path]` - Analyze existing prompt
- `/upgrade-prompt [path] [level]` - Upgrade to higher level

## More Information

See @seven-levels.md for detailed level descriptions.

Notes

  • This is a quick reference command
  • See @seven-levels.md for full level documentation
  • Use /create-prompt to create prompts at specific levels