What problem does it solve?
This Skill streamlines the entire process of developing a new software feature, from initial requirements to a ready-to-review pull request, automating repetitive tasks and ensuring consistency.
Core Features & Use Cases
- End-to-End Feature Lifecycle: Manages PRD creation, isolated worktree setup, code implementation, testing, quality checks, and PR generation.
- Scaffolding & Database Integration: Can generate boilerplate code for CRUD operations and integrate with database models.
- Use Case: A developer needs to add a new user profile management feature. They can invoke this skill with
/feature user-profile --scaffold --with-db, and the skill will handle creating the necessary API routes, service logic, database schema changes, and tests, all within an isolated environment.
Quick Start
Initiate the development of a new user authentication feature by running the feature skill with the name user-authentication.