Portable Oh My Pi Engineering Workflows
Extend the Oh My Pi coding agent with Maestria workflow modes, 7 specialist subagents, and disciplined orchestration - powered by omp`s built-in task() dispatch, configured in seconds.
How It Works
Section titled “How It Works”- Install the extension -
omp install @maestria/omp - Extension activates - omp loads the extension, deploys 7 specialist agent files to
~/.omp/agent/agents/, auto-discovers 4 methodology skills (orchestrator dispatcher, global agent rules, handoff contract, iteration limits) via the package manifest, and registers mode commands (/fein,/sonar,/blitz). - Mode commands drive the pipeline -
/fein(full pipeline),/sonar(research),/blitz(fast impl) - each activates the right subagents in sequence - **Orchestrator dispatches via omp
s built-intask()** - The orchestrator decomposes work, delegates to specialists using omp's nativetask()` tool, and enforces phase gates - Session tree tracks state - Each subagent invocation records its parent task ID, preserving the full session tree across turns
Quick Install
Section titled “Quick Install”omp install @maestria/ompThe extension is fully self-configuring - omp discovers its methodology skills, commands, and specialist agents from the package manifest. No manual config editing needed. Unlike Pi, omp has a built-in task() tool - no separate subagent package required.
Installation Guide →
Explore the Docs
Section titled “Explore the Docs”Getting StartedInstallation, setup, and your first session with the omp extension.
ChangelogVersion history and release notes.
ContributingProject structure and how to extend the plugin.