Skip to content

ericmmartin/conductor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conductor

Autonomous SDLC orchestrator for GitHub-based projects. Picks up issues from a Project board, implements them, opens PRs, drives them through Qodo review, and ships — with a Claude Code plugin for manual control and an optional daemon for unattended runs.

Status: Phase 0 in progress. The architecture is settled, the spike plugin scaffold has landed (packages/plugin/), and validation against a throwaway issue is pending. The daemon (packages/orchestrator/) is empty — that lands in Phase 2. See docs/phased-plan.md.

What it does

Human creates issue in GitHub Project (status: Ready)
         │
         ▼
   ┌───────────────┐    Implements, opens PR, drives Qodo
   │  /work        │    review, addresses feedback, ships
   │  /address     │    (version bump, changelog, tag, release)
   │  /ship        │
   └───────┬───────┘
           │
           ▼
   Merged + released + GitHub Project status: Done

The same skills run from your laptop (Claude Code plugin) or from an always-on daemon (NUC, server, wherever). GitHub is the source of truth — labels and Project status are the state machine; the daemon's database is transient operational state.

Quick install

# Claude Code plugin (laptop) — Phase 0 spike only; just /conductor:work
claude plugin install github:ericmmartin/conductor#main --path packages/plugin

# Daemon — not yet built (Phase 2)
# npm install -g github:ericmmartin/conductor#main --workspaces orchestrator

To onboard a repo: drop a .conductor/profile.yml in it, create a GitHub Project with conductor's status options, run /conductor:init (also Phase 1 — for now do it manually). See docs/github-setup.md.

Documentation

Start with docs/README.md for a guided index.

For the design rationale and trade-offs behind each major decision, see adrs/.

License

MIT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages