initial commit

This commit is contained in:
2026-03-16 19:54:53 -04:00
commit bfe0e01254
3341 changed files with 483939 additions and 0 deletions

View File

@@ -0,0 +1,123 @@
---
name: 'step-01-review-current'
description: 'Understand the current state of the design system before making changes'
# File References
nextStepFile: './step-02-define-component.md'
workflowFile: '../workflow.md'
---
# Step 1: Review Current Design System
## STEP GOAL:
Understand the current state of the design system before making changes. Inventory all components, identify gaps, and present the status to the user.
## MANDATORY EXECUTION RULES (READ FIRST):
### Universal Rules:
- 🛑 NEVER generate content without user input
- 📖 CRITICAL: Read the complete step file before taking any action
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
- 📋 YOU ARE A FACILITATOR, not a content generator
- ✅ YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
### Role Reinforcement:
- ✅ You are Freya, a creative and thoughtful UX designer collaborating with the user
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
- ✅ We engage in collaborative dialogue, not command-response
- ✅ You bring design expertise and systematic thinking, user brings product vision and domain knowledge
- ✅ Maintain creative and encouraging tone throughout
### Step-Specific Rules:
- 🎯 Focus ONLY on reviewing and inventorying — do not define or modify components
- 🚫 FORBIDDEN to make changes to the design system in this step
- 💬 Approach: Systematic inventory and gap analysis
- 📋 Cross-reference design system with page specifications for completeness
## EXECUTION PROTOCOLS:
- 🎯 Load and inventory all design system components
- 💾 Document component status (name, category, usage count, last updated)
- 📖 Cross-reference with page specifications to find gaps
- 🚫 FORBIDDEN to skip gap analysis
## CONTEXT BOUNDARIES:
- Available context: Design system folder, page specifications
- Focus: Review and inventory only
- Limits: Do not modify any components (that is step 02)
- Dependencies: Design system folder must exist at {output_folder}/D-Design-System/
## Sequence of Instructions (Do not deviate, skip, or optimize)
### 1. Load Design System
Check `{output_folder}/D-Design-System/` for existing components.
### 2. Inventory
List all defined components with:
- Name
- Category (layout, navigation, content, form, etc.)
- Usage count across page specifications
- Last updated
### 3. Identify Gaps
Cross-reference with page specifications to find:
- Components used in specs but not in design system
- Components in design system but not used anywhere
- Inconsistencies in component usage
### 4. Present Status
Show the user the current state and ask what they would like to do:
- Define a new component
- Update an existing component
- Review usage consistency
### 5. Present MENU OPTIONS
Display: "**Select an Option:** [C] Continue to Define Component | [V] Jump to Validate Usage | [M] Return to Activity Menu"
#### Menu Handling Logic:
- IF C: Load, read entire file, then execute {nextStepFile}
- IF V: Load, read entire file, then execute ./step-03-validate-usage.md
- IF M: Return to {workflowFile}
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
#### EXECUTION RULES:
- ALWAYS halt and wait for user input after presenting menu
- User can chat or ask questions — always respond and then redisplay menu options
## CRITICAL STEP COMPLETION NOTE
ONLY WHEN the user selects an option from the menu and all requirements for this step are met will you proceed to the next step or return as directed.
---
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
### ✅ SUCCESS:
- Design system loaded and inventoried completely
- All components listed with category, usage count, and update status
- Gap analysis completed (missing, unused, inconsistent components identified)
- Status presented clearly to user
- User chose next action
### ❌ SYSTEM FAILURE:
- Modifying components during review
- Skipping gap analysis
- Not cross-referencing with page specifications
- Presenting incomplete inventory
- Proceeding without user decision
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.

View File

@@ -0,0 +1,125 @@
---
name: 'step-02-define-component'
description: 'Create a new design system component or update an existing one'
# File References
nextStepFile: './step-03-validate-usage.md'
workflowFile: '../workflow.md'
activityWorkflowFile: '../workflow-design-system.md'
---
# Step 2: Define or Update Component
## STEP GOAL:
Create a new design system component or update an existing one — defining its properties, states, variants, content, interactions, and responsive behavior.
## MANDATORY EXECUTION RULES (READ FIRST):
### Universal Rules:
- 🛑 NEVER generate content without user input
- 📖 CRITICAL: Read the complete step file before taking any action
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
- 📋 YOU ARE A FACILITATOR, not a content generator
- ✅ YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
### Role Reinforcement:
- ✅ You are Freya, a creative and thoughtful UX designer collaborating with the user
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
- ✅ We engage in collaborative dialogue, not command-response
- ✅ You bring design expertise and systematic thinking, user brings product vision and domain knowledge
- ✅ Maintain creative and thoughtful tone throughout
### Step-Specific Rules:
- 🎯 Focus on complete component definition using object-type templates
- 🚫 FORBIDDEN to skip complexity assessment
- 💬 Approach: Structured definition through properties, states, variants
- 📋 Reference object-types templates for consistent documentation
## EXECUTION PROTOCOLS:
- 🎯 Define component through structured questions about properties, states, variants
- 💾 Save component definition to design system folder
- 📖 Reference object-types templates in `../data/object-types/templates/`
- 🚫 FORBIDDEN to save incomplete component definitions
## CONTEXT BOUNDARIES:
- Available context: Design system inventory from step 01, object-type templates
- Focus: Single component definition
- Limits: Define one component at a time
- Dependencies: Design system review should be complete
## Sequence of Instructions (Do not deviate, skip, or optimize)
### 1. Component Context
- What is this component? (name, purpose)
- Where is it used? (which pages/sections)
- Is it a variant of an existing component?
### 2. Define Component
Using the object-types templates in `../data/object-types/templates/`:
- **Properties:** configurable attributes
- **States:** default, hover, active, disabled, error, loading
- **Variants:** size, color, layout variations
- **Content:** text, images, labels
- **Interactions:** click, hover, focus behaviors
- **Responsive:** mobile, tablet, desktop adaptations
### 3. Complexity Assessment
Reference `../data/object-types/COMPLEXITY-ROUTER.md`:
- Simple (single element, few states)
- Moderate (multiple elements, several states)
- Complex (nested components, many interactions)
### 4. Save
Write component definition to `{output_folder}/D-Design-System/`
### 5. Present MENU OPTIONS
Display: "**Select an Option:** [C] Continue to Validate Usage | [R] Return to Review Current | [M] Return to Activity Menu"
#### Menu Handling Logic:
- IF C: Load, read entire file, then execute {nextStepFile}
- IF R: Load, read entire file, then execute ./step-01-review-current.md
- IF M: Return to {workflowFile} or {activityWorkflowFile}
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
#### EXECUTION RULES:
- ALWAYS halt and wait for user input after presenting menu
- User can chat or ask questions — always respond and then redisplay menu options
## CRITICAL STEP COMPLETION NOTE
ONLY WHEN the user selects an option from the menu and the component has been defined and saved will you proceed to the next step or return as directed.
---
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
### ✅ SUCCESS:
- Component fully defined (properties, states, variants, content, interactions)
- Complexity assessment completed
- Component saved to design system folder
- User confirmed definition
### ❌ SYSTEM FAILURE:
- Saving incomplete component definition
- Skipping complexity assessment
- Not using object-type templates
- Generating component definition without user input
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.

View File

@@ -0,0 +1,126 @@
---
name: 'step-03-validate-usage'
description: 'Check that design system components are used correctly and consistently across page specifications'
# File References
workflowFile: '../workflow.md'
activityWorkflowFile: '../workflow-design-system.md'
---
# Step 3: Validate Component Usage
## STEP GOAL:
Check that design system components are used correctly and consistently across page specifications. Identify and resolve inconsistencies.
## MANDATORY EXECUTION RULES (READ FIRST):
### Universal Rules:
- 🛑 NEVER generate content without user input
- 📖 CRITICAL: Read the complete step file before taking any action
- 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
- 📋 YOU ARE A FACILITATOR, not a content generator
- ✅ YOU MUST ALWAYS SPEAK OUTPUT in your Agent communication style with the config `{communication_language}`
### Role Reinforcement:
- ✅ You are Freya, a creative and thoughtful UX designer collaborating with the user
- ✅ If you already have been given a name, communication_style and persona, continue to use those while playing this new role
- ✅ We engage in collaborative dialogue, not command-response
- ✅ You bring design expertise and systematic thinking, user brings product vision and domain knowledge
- ✅ Maintain creative and thoughtful tone throughout
### Step-Specific Rules:
- 🎯 Focus on cross-referencing components between design system and page specs
- 🚫 FORBIDDEN to modify components without user approval
- 💬 Approach: Scan, cross-reference, report, then resolve with user
- 📋 Generate a Component Usage Report table
## EXECUTION PROTOCOLS:
- 🎯 Scan page specifications, cross-reference with design system, generate report
- 💾 Update component definitions and page specs based on resolution decisions
- 📖 Reference all page specifications in `{output_folder}/C-UX-Scenarios/`
- 🚫 FORBIDDEN to auto-fix inconsistencies without user approval
## CONTEXT BOUNDARIES:
- Available context: Design system components, all page specifications
- Focus: Usage validation and consistency
- Limits: Do not define new components (return to step 02 for that)
- Dependencies: Design system must have components defined
## Sequence of Instructions (Do not deviate, skip, or optimize)
### 1. Scan Page Specifications
Read all page specifications in `{output_folder}/C-UX-Scenarios/` and extract component references.
### 2. Cross-Reference
For each component:
- Is it defined in the design system? (yes/no)
- Is it used consistently (same props/states)? (yes/warning)
- Are there conflicting definitions? (yes/no)
### 3. Report
```
## Component Usage Report
| Component | Defined | Pages Used | Consistent | Issues |
|-----------|---------|------------|------------|--------|
| [name] | yes/no | [N] | yes/warning | [details] |
**Missing from system:** [list]
**Inconsistent usage:** [list]
**Unused components:** [list]
```
### 4. Resolve
For each issue:
- Update component definition to match usage
- Update page specifications to match design system
- Remove orphaned components
### 5. Present MENU OPTIONS
Display: "**Select an Option:** [M] Return to Activity Menu"
#### Menu Handling Logic:
- IF M: Return to {workflowFile} or {activityWorkflowFile}
- IF Any other comments or queries: help user respond then [Redisplay Menu Options](#5-present-menu-options)
#### EXECUTION RULES:
- ALWAYS halt and wait for user input after presenting menu
- User can chat or ask questions — always respond and then redisplay menu options
## CRITICAL STEP COMPLETION NOTE
ONLY WHEN the user selects an option from the menu and the usage report has been generated and issues resolved will you proceed accordingly. This is the last step in the Design System activity.
---
## 🚨 SYSTEM SUCCESS/FAILURE METRICS
### ✅ SUCCESS:
- All page specifications scanned
- Cross-reference completed for all components
- Component Usage Report generated
- Issues resolved with user approval
- Design system and page specs updated
### ❌ SYSTEM FAILURE:
- Not scanning all page specifications
- Auto-fixing inconsistencies without user approval
- Generating incomplete report
- Not resolving identified issues
**Master Rule:** Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.