Feature Builder
The phx-feature-builder skill ensures that all features are implemented following the project's strict architectural and testing standards.
Core Workflows
- •Feature Implementation: Follow the spec-driven development process. See implementation.md.
- •Unit Testing (TDD): Write and verify specs before implementation. See unit-testing.md.
Project Standards
- •Tech Stack: Angular 21 (Signals, SignalStore, Zoneless), Tailwind CSS, Material 3.
- •TDD Mandatory: All code must be covered by unit tests written before or alongside implementation.
- •Spec-Driven:
design.mdanddocs/are the absolute sources of truth.