By aidax-dag
AI Company OS — multi-team orchestration engine for product development
Start Arc-Reactor orchestration — decomposes a goal into team tasks and executes in parallel
Resume a paused Arc-Reactor execution — continue from the last completed phase
Gracefully stop Arc-Reactor after the current phase completes — saves progress for resume
Show current Arc-Reactor execution progress — which phases are done, running, or pending
Architecture Expert — decomposes planning features into detailed implementation features with technical design
Backend Team — implements APIs, business logic, database operations, and server-side functionality
Design Team — creates design tokens, UI/UX specs, component guidelines
DevOps Team — sets up infrastructure, Docker, CI/CD, deployment
Director — analyzes goals, decomposes into Features and team tasks, determines execution waves, delegates to teams
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
AI Company OS — one core system that powers all agent teams simultaneously.
Arc-Reactor is a multi-team AI orchestration engine that decomposes high-level goals into team-specific tasks, executes them in parallel, and validates results through quality gates.
Inspired by Iron Man's Arc Reactor — a single power source that runs everything.
You: "Build a login page with email/password auth"
│
▼
Director (Opus)
├── Analyzes goal
├── Identifies features (planning → dev-level)
└── Creates execution plan with waves
│
▼
Architect Agent
└── Reviews plan for cross-cutting concerns
│
▼
Wave 1 (parallel)
├── [Frontend] Login form component
├── [Backend] Auth API endpoint
└── [Design] Login page design tokens
│
▼
Wave 2 (parallel)
├── [QA] E2E tests for login flow
├── [Security] Auth vulnerability review
└── [Docs] API documentation
│
▼
Quality Gate
├── Code generated? ✅
├── Tests passing? ✅
└── No conflicts? ✅
│
▼
Git Workflow (optional)
├── Create feature branch
├── Auto-commit results
└── Push & create PR
│
▼
✅ Done — files created, tests passing
# From your project directory
cd my-project
# Run with Claude Code subscription (default — subagent mode)
node /path/to/arc-reactor/packages/cli/dist/index.js ignite "Build a todo app"
# Or with API key
ANTHROPIC_API_KEY=sk-... node /path/to/arc-reactor/packages/cli/dist/index.js ignite "Build a todo app" --mode api
# With git workflow
arc-reactor ignite "Build user profile" \
--feature-id user-profile \
--auto-branch \
--auto-commit \
--create-pr
arc-reactor ignite <goal>Start orchestration for a goal.
arc-reactor ignite "Build a login page with email/password auth"
arc-reactor ignite "Create a REST API for user management" --mode api
arc-reactor ignite "Build a dashboard" --teams frontend,backend,security
arc-reactor ignite "Add OAuth2" --feature-id oauth2 --auto-branch --auto-commit --create-pr
Options:
| Flag | Description | Default |
|---|---|---|
--mode <mode> | subagent (Claude CLI), api (API key), auto | subagent |
--teams <list> | Comma-separated team list | frontend,backend,qa |
--verbose | Enable verbose output | false |
--auto-branch | Create a feature branch (feature/{id}) | false |
--auto-commit | Auto-commit generated files after success | false |
--create-pr | Push branch and create PR after commit | false |
--feature-id <id> | Feature ID for branch naming and Vibranium tracking | — |
arc-reactor configShow or edit configuration.
arc-reactor config # Show current config
arc-reactor config --set model=claude-sonnet-4-6 # Set a value
arc-reactor/
├── packages/
│ ├── core/ # Standalone orchestration engine
│ │ ├── orchestrator/ # Director, Architect, task decomposition, wave scheduling
│ │ ├── teams/ # 8 team definitions (Frontend, Backend, QA, Design, DevOps, Security, Docs, Product)
│ │ ├── executor/ # Dual executor: subagent (default) + API
│ │ ├── quality-gate/ # Code check, test runner, conflict detection
│ │ └── git-ops.ts # Git workflow (branch, commit, push, PR)
│ └── cli/ # CLI wrapper (commander)
├── plugins/arc-reactor/ # Claude Code plugin (marketplace structure)
│ ├── agents/ # 10 agent definitions (Director, Architect, 8 teams)
│ └── hooks/ # Vibranium hook integration (6 hooks)
└── .mcp.json # Vibranium MCP server config
| Mode | How | Cost | Requires |
|---|---|---|---|
| subagent (default) | Spawns claude CLI per task | Subscription included | Claude Code installed |
| api | Direct Anthropic SDK calls | API billing | ANTHROPIC_API_KEY |
| auto | Prefers subagent, falls back to API | — | Either |
| Team | Specialization |
|---|---|
| Frontend | React/Next.js components, responsive UI, accessibility |
| Backend | REST APIs, auth, database, business logic |
| QA | Unit tests, E2E tests, edge cases |
| Design | Design tokens, component styling, responsive layouts |
| DevOps | CI/CD pipelines, Docker, deployment configs |
| Security | Vulnerability assessment, OWASP review, auth audit |
| Docs | API documentation, guides, architecture docs |
| Product | Requirements analysis, user stories, feature specs |
The Architect agent reviews the Director's execution plan before task dispatch:
npx claudepluginhub aidax-dag/arc-reactor --plugin arc-reactorFeature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams