What problem does it solve?
RFC-driven approach to decompose large features into independently verifiable work units, enabling safe, auditable collaboration across agents.
Core Features & Use Cases
- RFC intake, DAG decomposition, unit assignment, unit implementation, unit validation, merge queue and integration, final system verification
- Unit Spec Template: each work unit includes id, depends_on, scope, acceptance_tests, risk_level, rollback_plan
- Complexity Tiers: Tier 1: isolated file edits, Tier 2: multi-file behavior changes, Tier 3: schema/auth/perf/security changes
- Quality Pipeline per Unit: research, implementation plan, implementation, tests, review, merge-ready report
- Merge Queue Rules: never merge a unit with unresolved dependency failures; always rebase unit branches on latest integration branch; re-run integration tests after each queued merge
- Recovery: if a unit stalls, evict from active queue, snapshot findings, regenerate narrowed unit scope, retry with updated constraints
- Outputs: RFC execution log, unit scorecards, dependency graph snapshot, integration risk summary
Quick Start
Provide an RFC for a feature, break it into work units, and run through the quality gates.