What problem does it solve?
This Skill automates the process of creating a comprehensive feature checklist for new features across the Vivreal stack, including proxy routes, backend services, frontend components, types, and E2E tests.
Core Features & Use Cases
- Feature Checklist Generation: Automatically generates a checklist for implementing a new feature across the Vivreal stack.
- Optional File Scaffolding: Optionally creates skeleton files for the checklist items, including types, proxy routes, backend controllers, backend services, frontend components, page routes, and E2E tests.
- Upstream Service Mapping: Allows selection of the backend API to target, such as CMS, Secure, or Main, with specific configurations for each.
- HTTP Method Selection: Enables selection of the HTTP method for the feature, such as GET, POST, PUT, or DELETE.
- Use Case: When starting a new feature development, use this Skill to quickly set up the necessary components and documentation without manually creating each one.
Quick Start
Run the fullstack skill with the feature name 'new-feature' and specify the upstream service and HTTP method, e.g., '/fullstack new-feature --upstream=cms --method=POST'.