What problem does it solve?
This Skill automates the entire process of implementing a new feature, from understanding the issue and generating specifications to writing code, running quality checks, and creating a pull request, significantly reducing development time and manual effort.
Core Features & Use Cases
- Full-Stack Automation: Manages the complete feature development lifecycle for frontend, backend, API specs, and documentation.
- Spec-Driven Development: Ensures all implementation is based on AI-generated or reviewed specifications.
- Automated Quality Gates: Runs tests, linting, and type checks, with automated fixes for common issues.
- Use Case: A developer needs to add a new user profile section. They run
/auto-implement user-profile --issue 123, and the AI handles spec generation, coding, testing, and PR creation, requiring minimal human intervention.
Quick Start
Run the command /auto-implement new-dashboard-widget --issue 456 to automatically implement the specified feature.