What problem does it solve?
The conductor prevents conflicting work and lost artifacts when multiple AI agents or sessions operate on the same project by coordinating phase claiming, dependency resolution, and artifact handoff using atomic filesystem operations.
Core Features & Use Cases
- Atomic Phase Claims: Agents claim work using atomic directory operations to avoid races and collisions.
- Dependency Validation & Batching: Enforces phase dependencies, supports parallel read batches and serial write/exclusive phases based on concurrency metadata.
- Audit, Recovery & Unstuck: Timestamps, agent/PID metadata, stale-lock detection, and emergency force-release enable robust crash recovery and auditing.
- Use Case: Run a team sprint where build is done once and review, qa, and security run in parallel, then ship waits for all to complete.
Quick Start
Start a sprint in your project and coordinate agents by claiming, completing, and batching phases so parallel checks run safely.