opc-architecture
OPC Architecture Understanding
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
OPC Architecture Understanding
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Maestro spec-driven development for Claude Code. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Gemini CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Amp CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Show users how Maestro works - the opinionated setup with hooks, memory, and coordination
Full 5-layer analysis of a specific function for debugging or deep understanding
Get a token-efficient overview of any project using the TLDR stack
| name | opc-architecture |
| description | OPC Architecture Understanding |
| user-invocable | false |
OPC (Orchestrated Parallel Claude) extends Maestro - it does NOT replace it.
Maestro CLI is the execution engine. OPC adds orchestration via:
When you spawn an agent:
subprocess.Popen(["claude", "-p", "prompt"])$ claude ← Main Maestro (your terminal)
↓ Task tool triggers hook
↓ subprocess.Popen(["claude", "-p", "..."])
├── claude -p "research..." ← Child agent 1
├── claude -p "implement..." ← Child agent 2
└── claude -p "test..." ← Child agent 3
.maestro/hooks/.maestro/skills/.maestro/
├── hooks/ ← TypeScript hooks that Maestro runs
├── skills/ ← SKILL.md prompts that Maestro loads
├── settings.json ← Hook registration, Maestro reads this
└── cache/ ← State files, agent outputs
opc/
├── scripts/ ← Python scripts called by hooks
├── docker-compose.yml ← PostgreSQL, Redis, PgBouncer
└── init-db.sql ← Database schema
claude in terminal.maestro/settings.jsonclaude -p "research..." as subprocess.maestro/cache/agents/<id>/claude -p process