What problem does it solve?
It helps you manage an agentic project workflow—triaging issues, updating backlog state, coordinating domain experts, and orchestrating implementation and review—without you manually stitching all steps together.
Core Features & Use Cases
- Project state orchestration: Delegates to
release-manager to determine the project root, current branch, open PRs, open issues, recent commits, and last tag, then drives the next workflow step accordingly.
- Issue triage and backlog management: Classifies GitHub issues (bug, feature, question, dependencies), enforces owner-only authority for backlog acceptance, updates labels, and ensures tasks are reflected in
TODO.md.
- Feature and bug workflow routing: Detects whether the user request is a feature, bug, or dependency workstream and routes to the appropriate specialized agents (e.g.,
bug-fixer, functional-analyst, researcher, implementation/review phases).
- Cross-domain review and quality gates: Coordinates functional blocking review, parallel domain reviews (architecture/UI/security where relevant), parallel quality checks, and documentation verification.
- Owner-approval blocking for implementation: Uses PR comment monitoring via
release-manager and prevents implementation from proceeding until the repository owner approves the plan.
Quick Start
Ask the project-manage skill to start working by providing your feature or bug request in natural language (e.g., "Implement the next task" or "Fix the authentication bug"), and it will first delegate to release-manager to fetch project state and then route to the right workflow.