Ultra Planner
Document-driven workflow orchestration for Claude Code.
Commands
| Command | Description |
|---|---|
/ultraplan:new-project | Initialize new project with PROJECT.md, ROADMAP.md |
/ultraplan:plan-phase N | Generate PLAN.md files for a specific phase |
/ultraplan:status | Show current project state and progress |
Quick Start
- •Run
/ultraplan:new-projectto initialize - •Describe your project when prompted
- •Review generated PROJECT.md and ROADMAP.md
- •Run
/ultraplan:plan-phase 1to generate detailed plans for Phase 1 - •Run
/ultraplan:statusto see progress
Directory Structure
code
.claude/ ├── commands/ # Command definitions │ ├── ultraplan-new-project.md │ ├── ultraplan-plan-phase.md │ └── ultraplan-status.md ├── agents/ # Agent definitions │ └── ultraplan-planner.md └── skills/ultraplan/ # Skill definition and templates .ultraplan/ # Runtime state ├── config.json # Project configuration ├── state/ # Session state └── logs/ # Execution logs PROJECT.md # Project definition ROADMAP.md # Phase breakdown STATE.md # Progress tracking
Configuration
Edit .ultraplan/config.json to customize:
- •
mode: "interactive" (default) or "autopilot" - •
depth: "quick", "standard", or "comprehensive" - •
parallelization.max_workers: 1-5 (default 5)
References
- •Document Templates - PROJECT, ROADMAP, PLAN, STATE templates
- •Schemas - YAML frontmatter and XML task schemas
- •State Protocol - When and how STATE.md updates
Ultra Planner v1.0.0