Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Autonomous multi-agent system that transforms goals into tested implementations through Epic/Feature/Story hierarchy with quality gates
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin twofoldtech-dakota-orcThe Analyzer agent performs deep pre-flight codebase analysis before any planning occurs. It extracts coding conventions, patterns, dependencies, and project structure to ensure all generated code seamlessly integrates with the existing codebase.
The Architect provides expert guidance on system design, architectural patterns, scalability, microservices, and overall technical structure. Consulted during planning for major design decisions and during implementation for complex architectural challenges.
The Backend Specialist provides expertise on REST APIs, GraphQL, API design, business logic implementation, and server-side architecture. Consulted for API implementations and backend service development.
The Business Analyst provides expertise on requirements clarification, business logic, domain expertise, and stakeholder needs. Consulted during planning to ensure features align with business objectives and requirements are complete.
The Content Strategist provides expertise on SEO, content strategy, messaging, copy, and user communication. Consulted for content-heavy features, marketing pages, and user-facing messaging.
Multi-Agent Orchestration System - invoke with /orc: commands for autonomous software development
Remotion video creation - programmatically create videos using React. Use for: (1) animated videos, motion graphics, or video content from code, (2) data-driven or templated video generation systems, (3) social media videos, product demos, explainer animations, marketing content, (4) .mp4, .webm, .gif, or image sequence outputs, (5) React-based video compositions with animations, transitions, and effects. Covers Composition, Sequence, useCurrentFrame, useVideoConfig, interpolate, spring animations, and npx remotion render.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Autonomous Development Orchestrator - Transform ideas into production-ready applications through multi-agent pipeline. Spec → Plan → Tasks → 100% Working App.
Conductor v3 — Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code
Self-orchestrating multi-agent development system powered by Claude Fable 5 — 15 agents (8 core + 1 security gate + 6 department), Smart Routing default, token-efficient subagents, risk-based quality gates. You say WHAT, the AI decides HOW.
Long-running agent harness with 5-layer memory architecture, GitHub integration, autonomous batch processing, Agent Teams with ATDD, 9 hooks (safety, quality gates, team coordination), and 6 Agent Skills
OpenAgentsControl — multi-agent orchestration for Claude Code. Context-aware development with skills, subagents, parallel execution, and automated code review.
Multi-agent orchestration framework for Claude Code, Gemini CLI, and Codex CLI — 19 agents, 13 skills, 15 commands, quality gates, TDD enforcement
Analyze Optimizely CMS/Content Cloud projects for architecture, security, content modeling, and performance patterns
Claude Code plugin for Sitecore, Umbraco, and Optimizely CMS development — scaffolding, content modeling, accessibility scanning, security audits, best practices, and code generation
Analyze Umbraco 14-16 projects for architecture, security, and backoffice patterns
Analyze Optimizely Experimentation and Web implementations for A/B testing, feature flags, and JavaScript SDK patterns
Sitecore XP AWS-to-Azure migration planning assistant. Guides architects through structured discovery, cross-reference analysis, phased estimation, and client-ready deliverable generation.
One prompt. Nineteen agents. Production-ready code.
/plugin marketplace add twofoldtech-dakota/ORC
Installation • Quick Start • Commands • Architecture • Documentation
ORC transforms high-level goals into complete, tested implementations. You describe what you want; ORC handles decomposition, implementation, validation, and learning—autonomously.
"Build a user authentication system with email verification"
↓
┌─────────────────────────────────────────────────────────┐
│ ANALYZE → PLAN → EXECUTE → VALIDATE → REVIEW → LEARN │
└─────────────────────────────────────────────────────────┘
↓
✓ 3 Epics, 9 Features, 27 Stories completed
✓ 94 tests passing
✓ Patterns extracted for future use
Claude Code CLI installed and authenticated.
# Verify Claude Code is installed
claude --version
Start Claude Code and run these commands:
# Add the ORC marketplace
/plugin marketplace add twofoldtech-dakota/ORC
# Install the plugin
/plugin install orc@orc-marketplace
Or use interactive discovery:
/plugin discover
/orc:status
Expected output:
📊 ORC Status
No active session.
Run /orc:plan <goal> to start.
# Update the marketplace
/plugin marketplace update orc-marketplace
# Uninstall
/plugin uninstall orc@orc-marketplace
Navigate to your project and invoke ORC with a goal:
cd your-project
# Start Claude Code
claude
# Plan and execute a feature
> /orc:plan "Add user authentication with JWT tokens"
ORC will:
You: /orc:plan "Build a REST API with user management"
ORC: 🔍 Analyzing Codebase... ✓
Project: typescript (express, prisma)
Patterns: repository, zod validation
📋 Plan Created: Build a REST API with user management
Epics (2):
E1: User Authentication [3 features, 9 stories]
├─ F1: User Registration (3 stories)
├─ F2: User Login (3 stories)
└─ F3: Password Reset (3 stories)
E2: User Management [2 features, 6 stories]
├─ F1: Profile Management (3 stories)
└─ F2: Account Settings (3 stories)
Total: 5 features, 15 stories
Codebase alignment: 94%
Run /orc:approve to proceed
You: /orc:approve
ORC: ✓ Plan approved. Run /orc:run to execute.
You: /orc:run
ORC: 🚀 Starting execution...
[E1-F1-S1] Creating User model with password hashing
├─ REASON: Loading pattern sp_bcrypt_001
├─ ACT: Creating src/models/User.ts
├─ ACT: Creating src/models/User.test.ts
├─ VERIFY: ✓ Tests pass (4/4)
└─ COMPLETE ✓ [8.2s]
... (continues autonomously) ...
[EXECUTION COMPLETE]
├─ Stories: 15/15 completed
├─ Tests: 47 passing
└─ Patterns learned: 3 new
| Command | Description | Example |
|---|---|---|
/orc:analyze | Profile codebase conventions and patterns | /orc:analyze --focus security |
/orc:plan <goal> | Create Epic → Feature → Story hierarchy | /orc:plan "Add payments" |
/orc:show | Display plan summary | /orc:show E1 |
/orc:approve | Approve plan for execution | /orc:approve E1 |
/orc:run | Execute approved epics | /orc:run E1 |
/orc:next | Execute next epic only | /orc:next |
/orc:stop | Gracefully pause execution | /orc:stop |
/orc:resume | Continue from checkpoint | /orc:resume |
/orc:retry <id> | Retry a blocked story | /orc:retry E1-F2-S3 |
/orc:patterns | Show learned patterns | /orc:patterns auth |
/orc:learn | Force pattern extraction | /orc:learn |
/orc:status | Show current state | /orc:status |
/orc:clear | Reset plan and state | /orc:clear |