What problem does it solve?
This skill translates issue specifications into concrete code implementations only after explicit approval, reducing misinterpretation and unreviewed changes.
Core Features & Use Cases
- Plan-first workflow: Read issue details, draft an implementation plan, and require confirmation before coding.
- Approval-driven execution: Implementation proceeds only after explicit stakeholder approval.
- Structured development steps: Create a feature branch, implement changes in small steps, commit with conventional messages, and push to the remote.
- Workflow constraints: Enforces an interaction contract, plan generation, and standardized branch naming.
Quick Start
Initiate a task by invoking the implement skill with the issue identifier. The skill will read the issue, propose an implementation plan, and await your approval before proceeding.