What problem does it solve?
This Skill helps you implement features from an approved design without drifting into re-analysis or ad hoc architecture changes. It gives developers a disciplined path from blueprint to code, with guardrails for scope, module boundaries, interface compliance, and project conventions.
Core Features & Use Cases
- Design-driven implementation: Converts architecture and change-tracking guidance into an ordered implementation plan before code is touched.
- Scope and boundary control: Detects when work exceeds the active task, introduces new public APIs, deletes code, or structurally deviates from the design.
- Compliance and handoff artifacts: Verifies design alignment, records deviations, writes an implementation artifact, and supports downstream plan-aware deliverables.
- Use Case: After a feature has been analyzed and designed, use this Skill to implement the required files in dependency order, keep changes aligned with layer rules, and produce an implementation record for review and testing.
Quick Start
Ask the AI to use the mvt-implement skill to build a designed feature from the current change plan and source files.