What problem does it solve?
This Skill removes uncertainty and coordination overhead for implementing a single GitHub issue by defining a clear, autonomous workflow for a subagent that must deliver a correct, merge-ready change on an already-prepared feature branch.
Core Features & Use Cases
- Issue-to-change execution: Implements exactly the provided issue body and acceptance criteria on the current branch without changing scope.
- Autonomy without questions: Operates under a strict contract to never ask for decisions that require a human response, instead making conservative choices and reporting assumptions.
- Verification and clean-tree safety: Runs relevant tests and enforces a clean
git status --porcelain state, including handling generated outputs via committing or updating .gitignore.
- Structured coordinator reporting: Produces a single parseable report detailing status, commits, acceptance-criterion evidence, test results, and any non-obvious notes.
Quick Start
Use ss-agile-implementing-an-issue when dispatched by the coordinator to implement the specified issue on the current feature branch and return a structured completion report.