What problem does it solve?
This Skill automates end-to-end app implementation and spec-alignment tasks, enabling teams to convert SPEC.md requirements into working code and maintain alignment through reviews.
Core Features & Use Cases
- Implement app according to SPEC.md, deriving HTML structure (index.html), CSS patterns (index.css with variables and dark theme), and JS patterns (index.js with constructor patterns).
- Review JavaScript for clarity and consistency, applying coding standards, removing redundancy, and adding guard conditions.
- Review and clean CSS to remove unused rules, unify variable usage, and align with the specified design tokens.
- Update SPEC.md to reflect implementation outcomes, document new features, errors, and UI details discovered during the process.
Quick Start
Provide the app path (e.g., balance) and run /implement <path> to start the workflow.