What problem does it solve?
This Skill helps you implement a new feature reliably by turning vague requests into a validated, test-backed change with a clear final report.
Core Features & Use Cases
- Goal clarification and acceptance criteria: Locks down what “done” means before any coding starts.
- Repository exploration and architecture summarization: Identifies the relevant files and how the system is structured to avoid random edits.
- Implementation with quality gates and review: Executes the smallest complete change, runs lint/typecheck/tests/build when available, and loops until quality checks pass.
- Use Case: You’re asked to add a new user-facing capability; the Skill guides you through planning affected areas, implementing the minimal correct change, fixing failures, and documenting what you shipped.
Quick Start
Use the omk-flow-feature-dev skill to build a small, testable implementation for a new feature you want to add, then produce a final report of the changes and commands run.