What problem does it solve?
Provides a repeatable, guarded workflow to take a GitHub issue from initial analysis to a merged pull request, ensuring code quality, documentation updates, and project board state transitions without ad-hoc steps or missed checks.
Core Features & Use Cases
- Analyze and validate a user story for scope, acceptance criteria, and dependencies before implementation.
- Create an isolated worktree and feature branch, implement changes with segmented conventional commits, run build and test checks, update documentation, and create a linked PR.
- Automate project board status updates, post-PR validations, and hand off to the merge-resolution skill to finish the lifecycle.
- Use Case: A developer assigned an ARCHON issue can run this workflow to produce a CI-green PR that closes the issue and updates relevant docs.
Quick Start
Run the implement-issue skill with the GitHub issue number to start planning, implement changes in an isolated worktree, validate tests and linting, update docs, and open a PR.