What problem does it solve?
It provides a strict coordinator protocol for turning a bounded issue into a reviewed pull request, enforcing typed planning artifacts, independent code review loops, and an exact-head human review handoff without skipping or reordering steps.
Core Features & Use Cases
- Structured Planning Artifacts: Creates and transitions typed Proposal, Design, Implement, TASK, PROCESS, and QUESTION artifacts with deterministic ID allocation per issue.
- Independent Review Loop: Dispatches a read-only reviewer against the exact base and head, routing P0/P1 findings back to the owning writer until zero remain.
- Human Review Handoff: Pushes the exact head, creates the provider-native PR/MR, publishes rationale comments, and stops before approval or merge.
- Use Case: A maintainer on the higress repository selects an issue, lets the coordinator plan and delegate implementation to a worker, runs the automated review-repair loop, and receives a PR link with test results and rationale for final human merge decision.
Quick Start
Use the issue-spec workflow to plan and implement the change for issue 42 in higress-group/higress and hand off the resulting PR for my review.