What problem does it solve?
This skill enforces the project-wide Strict Rule by ensuring that for every component the three essential artifacts—implementation, tests, and Storybook stories—are developed and kept in sync, reducing drift and missed coverage.
Core Features & Use Cases
- Triad Generation: when creating a new component, ensure the three artifacts exist: a TypeScript/TSX implementation file, a corresponding test file under tests (e.g., Component.test.tsx), and a Storybook story file (e.g., Component.stories.tsx). When modifying a component, verify that related tests and stories are present and up to date.
- Triad Verification: propose and enable running targeted commands to execute tests for the specific component and validate the presence and consistency of its triad artifacts.
- Missing Triad Check: scan the repository to surface components missing one or more triad artifacts and surface remediation tasks.
Quick Start
Create a new component and let the Triad system generate the implementation, tests, and Storybook artifacts.