What problem does it solve?
It reduces the time and coordination effort needed to go from a set of issue IDs to a validated implementation, by orchestrating a structured, multi-role workflow that clarifies requirements, plans changes, reviews for feasibility, queues work, and implements with tests.
Core Features & Use Cases
- Unified issue-resolution pipeline: Runs Quick, Full, or Batch workflows end-to-end, automatically wiring task dependencies and handoffs.
- Role-based collaboration: Uses a coordinator with specialized worker roles (explorer, planner, reviewer, integrator, implementer) to separate responsibilities cleanly.
- Review gate and fix cycles: In Full/Batch modes, performs reviewer scoring and can run revision loops (up to configured limits) before proceeding.
- Conflict-aware batching: Forms a DAG-based execution queue to detect conflicts and parallelize implementation safely.
- Practical outputs for tracking: Produces session artifacts including context reports, solution JSON, audit reports, an execution queue, and build results.
Quick Start
Ask the skill to process issues by running: Use team-issue to resolve issues by calling Skill(skill="team-issue", args="GH-12345 GH-12346 --mode=quick").