Conductor turns Claude Code into a structured engineering system. Instead of ad-hoc prompting, every task flows through a rigorous **Evaluate-Loop** with specialized agents, quality gates, and automatic recovery. It ships with 16+ agents, 36 skills, a 5-member Board of Directors for architectural decisions, DAG-based parallel execution, and a learning system that improves across projects.
npx claudepluginhub ahmedelhadarey/gilfoyleConductor turns Claude Code into a structured engineering system. Instead of ad-hoc prompting, every task flows through a rigorous **Evaluate-Loop** with specialized agents, quality gates, and automatic recovery. It ships with 16+ agents, 36 skills, a 5-member Board of Directors for architectural decisions, DAG-based parallel execution, and a learning system that improves across projects.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Multi-agent orchestration for Claude Code. Plan, execute, evaluate, and fix — automatically.
Conductor turns Claude Code into a structured engineering system. Instead of ad-hoc prompting, every task flows through a rigorous Evaluate-Loop with specialized agents, quality gates, and automatic recovery. It ships with 16+ agents, 36 skills, a 5-member Board of Directors for architectural decisions, DAG-based parallel execution, and a learning system that improves across projects.
Built on top of obra/superpowers v4.3.0.
Evaluate-Loop Workflow — Every task follows Plan → Evaluate Plan → Execute → Evaluate Execution → Fix. No code ships without passing quality gates.
16+ Specialized Agents — Orchestrator, planners, executors, evaluators, fixers, code reviewers, and executive advisors. Each agent has a focused role and clear boundaries.
Board of Directors — Five expert directors (Chief Architect, CPO, CSO, COO, CXO) deliberate on major decisions through a structured assess → discuss → vote → resolve protocol.
Parallel Execution — Plans include dependency graphs (DAGs). Independent tasks run simultaneously through ephemeral worker agents coordinated via a file-based message bus.
Lead Engineer System — Architecture, Product, Tech, and QA leads make autonomous decisions within defined guardrails, reducing interruptions while maintaining control over high-impact choices.
Learning System — A knowledge manager loads relevant patterns before planning. A retrospective agent extracts learnings after completion. The system gets better at your codebase over time.
claude plugin marketplace add AhmedElhadarey/Gilfoyle
claude plugin install gilfoyle
In Claude Code, run:
/conductor setup
This creates the conductor/ directory in your project with track registry, decision log, knowledge base, and workflow documentation.
Alternatively, /gilfoyle auto-initializes your project on first use -- no separate setup step needed.
/gilfoyle <your goal>
That's it. The system analyzes your goal, creates a track with a spec and execution plan, evaluates the plan, executes tasks (in parallel where possible), evaluates the results, and fixes any issues automatically.
/gilfoyle Add Stripe payment integration
/gilfoyle Fix the login bug where users get logged out after 5 minutes
/gilfoyle Build an admin dashboard with user analytics
/gilfoyle Refactor the auth system from sessions to JWT
spec.md with requirements and acceptance criteriaplan.md with phased tasks, dependencies, and a DAG for parallel executionplan.md after every task. Commits at logical checkpointsThe core workflow. Every track follows this loop without exception.