Skip to main content
ClaudeWave
Slash Command3.6k repo starsupdated yesterday

meta-prompt

The meta-prompt command generates optimized prompts for complex tasks by applying structured meta-prompting techniques including task decomposition, expert role assignment, and iterative verification checkpoints. Use this when you need to create detailed, reliable prompts that break down complicated objectives into verifiable subtasks with built-in validation steps and explicit uncertainty handling.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/commands/meta-prompt.md -o ~/.claude/commands/meta-prompt.md
Then start a new Claude Code session; the slash command loads automatically.

meta-prompt.md

# /octo:meta-prompt

**Your first output line MUST be:** `🐙 Octopus Meta-Prompt`

Generate well-structured, verifiable prompts using proven meta-prompting techniques.

**Usage:**
```
/octo:meta-prompt
/octo:meta-prompt [task description]
```

**What it does:**
- Applies Task Decomposition for complex tasks
- Uses Fresh Eyes Review (different experts for creation vs. validation)
- Builds in Iterative Verification steps
- Enforces No Guessing (explicit uncertainty disclaimers)
- Assigns Specialized Experts for subtasks

**See:** skill-meta-prompt for full documentation.

---

**Generated prompt includes:**
- Role definition
- Structured instructions with phases
- Expert assignments
- Verification checkpoints
- Output format specification

**Example:**
```
/octo:meta-prompt create a code review checklist

→ What is the main goal?
→ What's the expected output?
→ How important is accuracy?
→ [Generates structured prompt with techniques applied]
```