feat(web): bootstrap cadence ui foundation
This commit is contained in:
@@ -55,6 +55,14 @@ For `skills/`:
|
||||
- when updating an existing skill, keep `SKILL.md`, `agents/openai.yaml`, and bundled assets consistent with each other
|
||||
- if you add or materially change a project skill, update [docs/implementation-roadmap.md](/home/kurihada/project/ai-workflow-skill/docs/implementation-roadmap.md) in the same change
|
||||
|
||||
## Frontend UI Reuse
|
||||
|
||||
For frontend work in this repository:
|
||||
|
||||
- default to reusing Cadence UI source-owned components before building custom UI pieces
|
||||
- business pages and feature flows may compose existing components freely, but do not introduce new foundational UI primitives when the need can be met by existing Cadence UI components or by installing additional Cadence UI components
|
||||
- if a task appears to require a genuinely new foundational UI primitive, explicitly tell the user before creating it instead of adding it silently
|
||||
|
||||
## Sub-Agent Delegation
|
||||
|
||||
This repository allows sub-agent delegation for parallel implementation work.
|
||||
|
||||
Reference in New Issue
Block a user