What problem does it solve?
This Skill automates the enforcement of a disciplined, phase-by-phase feature implementation workflow driven by an explicit implementation plan and its linked Linear issue. It reads the plan, fetches context, asks clarifying questions when needed, and coordinates disciplined progress with explicit user approvals between each phase.
Core Features & Use Cases
- Phase-based execution: Implement features one phase at a time, pausing for approval between phases.
- Plan & context integration: Locate and parse PROD-*-IMPLEMENTATION-PLAN.md files and fetch the associated Linear issue for full context.
- Verification & governance: Validate the current git branch, generate per-phase diffs, and present summaries to the user for decision making.
- Question handling: Identify unresolved questions and ambiguities, and prompt for clarifications before starting work.
Quick Start
Use the implement skill with a plan or issue identifier, for example: /implement PROD-808 to begin the phased workflow. It will locate the appropriate implementation plan, fetch the Linear issue, and request your approval before each phase.