What problem does it solve?
This Skill automates implementation and test generation so that new features and full applications are produced in alignment with the project's functional graph and existing code patterns, reducing manual scaffolding, inconsistency, and traceability gaps.
Core Features & Use Cases
- Selective Feature Generation: Produce implementation and test suites for a single scenario or user story using graph-derived steps, actions, and business rules.
- Full Frontend Scaffolding: Scaffold React+TypeScript frontends with components, routes, dummy data, and accessibility of API contracts derived from the functional graph.
- Full Backend Scaffolding: Generate Node.js/Express+TypeScript backends with routes, controllers, services, validators, and seed data based on outcome→resource mappings.
- Traceability & Tests: Insert references to functional graph node IDs, extract API contracts, and generate test cases that map scenarios→steps→actions for robust coverage.
- Verification: Produce build and type-check steps to validate generated code and catch integration issues early.
Quick Start
Generate code for the "login" scenario and create corresponding tests using the project's functional and code graphs.