rasatpetabit/masterplan
7 stars · Last commit 2026-06-06
Brainstorm → plan → execute development workflow plugin for Claude Code
README preview
# masterplan > A Claude Code & Codex CLI plugin for durable multi-hour engineering work — brainstorm → plan → execute → finish on top of `obra/superpowers` skills. Current release: **v8.1.0** · **License:** MIT · **Works with:** Claude Code, Codex CLI · See [CHANGELOG.md](./CHANGELOG.md) --- ## What is masterplan masterplan provides the `/masterplan` slash command. It orchestrates a **brainstorm → plan → execute → finish** development lifecycle on top of the `obra/superpowers` skills suite. The core design principle: **state lives on disk, not in the chat session.** A run bundle at `docs/masterplan/<slug>/` is the single source of truth. The orchestrator sequences decisions; all real work is delegated to short-lived subagents that return digests, never raw logs. If the session crashes, compacts, or is cleared, `/masterplan` re-reads the bundle and picks up exactly where it left off. --- ## The Four-Phase Lifecycle ``` brainstorm → plan → execute → finish