Full reference guide for Ouroboros power users.
Scanned 2/12/2026
Install via CLI
openskills install Q00/ouroboros# /ouroboros:help
Full reference guide for Ouroboros power users.
## Usage
```
ooo help
/ouroboros:help
```
## What Is Ouroboros?
Ouroboros is a **requirement crystallization engine** for AI workflows. It transforms vague ideas into validated specifications through:
1. **Socratic Interview** - Exposes hidden assumptions
2. **Seed Generation** - Creates immutable specifications
3. **PAL Routing** - Auto-escalates/descends model complexity
4. **Lateral Thinking** - 5 personas to break stagnation
5. **3-Stage Evaluation** - Mechanical > Semantic > Consensus
## All Commands
| Command | Purpose | Mode |
|---------|---------|------|
| `ooo` | Welcome + quick start | Plugin |
| `ooo interview` | Socratic requirement clarification | Plugin |
| `ooo seed` | Generate validated seed spec | Plugin |
| `ooo run` | Execute seed workflow | MCP |
| `ooo evaluate` | 3-stage verification | MCP |
| `ooo unstuck` | 5 lateral thinking personas | Plugin |
| `ooo status` | Session status + drift check | MCP |
| `ooo setup` | Installation wizard | Plugin |
| `ooo welcome` | First-touch welcome guide | Plugin |
| `ooo help` | This reference guide | Plugin |
**Plugin** = Works immediately, no setup needed.
**MCP** = Requires Python 3.14+ and `ooo setup` for MCP server registration.
## Natural Language Triggers
| Phrase | Triggers |
|--------|----------|
| "interview me", "clarify requirements", "socratic interview" | `ooo interview` |
| "crystallize", "generate seed", "create seed", "freeze requirements" | `ooo seed` |
| "ouroboros run", "execute seed", "run seed", "run workflow" | `ooo run` |
| "evaluate this", "3-stage check", "verify execution" | `ooo evaluate` |
| "think sideways", "i'm stuck", "break through", "lateral thinking" | `ooo unstuck` |
| "am I drifting?", "drift check", "session status" | `ooo status` |
## Available Skills
| Skill | Purpose | Mode |
|-------|---------|------|
| `/ouroboros:welcome` | First-touch welcome experience | Plugin |
| `/ouroboros:interview` | Socratic requirement clarification | Plugin |
| `/ouroboros:seed` | Generate validated seed spec | Plugin |
| `/ouroboros:run` | Execute seed workflow | MCP |
| `/ouroboros:evaluate` | 3-stage verification | MCP |
| `/ouroboros:unstuck` | 5 lateral thinking personas | Plugin |
| `/ouroboros:status` | Session status + drift check | MCP |
| `/ouroboros:setup` | Installation wizard | Plugin |
| `/ouroboros:help` | This guide | Plugin |
## Available Agents
| Agent | Purpose |
|-------|---------|
| `ouroboros:socratic-interviewer` | Exposes hidden assumptions through questioning |
| `ouroboros:ontologist` | Finds root problems vs symptoms |
| `ouroboros:seed-architect` | Crystallizes requirements into seed specs |
| `ouroboros:evaluator` | Three-stage verification |
| `ouroboros:contrarian` | "Are we solving the wrong problem?" |
| `ouroboros:hacker` | "Make it work first, elegance later" |
| `ouroboros:simplifier` | "Cut scope to absolute minimum" |
| `ouroboros:researcher` | "Stop coding, start investigating" |
| `ouroboros:architect` | "Question the foundation, redesign if needed" |
## Plugin Modes
- **Plugin Mode**: Skills + Agents work without Python (install only plugin)
- **Full Mode (MCP)**: MCP server connects to Python core (run `ooo setup`)
No comments yet. Be the first to comment!