workflows tasks and tools can be configured wether they are able to be run standalone from agents with ide commands

This commit is contained in:
Brian Madison
2025-10-26 20:06:34 -05:00
parent 63ef5b7bc6
commit b753fb293b
42 changed files with 81 additions and 1370 deletions

View File

@@ -39,17 +39,4 @@ default_output_file: "{output_folder}/ux-design-specification.md"
color_themes_html: "{output_folder}/ux-color-themes.html"
design_directions_html: "{output_folder}/ux-design-directions.html"
# Workflow metadata
version: "1.0.0"
paradigm: "visual-collaboration-driven"
execution_time: "45-120 minutes depending on project complexity and user engagement"
features:
- "Design system discovery and selection"
- "Live HTML color theme visualization"
- "6-8 design direction mockup generation"
- "Adaptive facilitation by skill level"
- "Novel UX pattern design for unique concepts"
- "Progressive document building (saves after each step)"
- "Visual decision-making with actual mockups"
- "WebSearch for current design systems and trends"
- "Serves as input to follow-up workflows (wireframes, Figma, prototypes, architecture)"
standalone: true

View File

@@ -30,6 +30,8 @@ recommended_inputs:
- narrative_design: "{output_folder}/narrative-design.md"
- market_research: "{output_folder}/market-research.md"
standalone: true
web_bundle:
name: "gdd"
description: "Game Design Document workflow for all game project levels - from small prototypes to full AAA games. Generates comprehensive GDD with game mechanics, systems, progression, and implementation guidance."

View File

@@ -26,6 +26,8 @@ recommended_inputs:
- gdd: "{output_folder}/GDD.md"
- product_brief: "{output_folder}/product-brief.md"
standalone: true
web_bundle:
name: "narrative"
description: "Narrative design workflow for story-driven games and applications. Creates comprehensive narrative documentation including story structure, character arcs, dialogue systems, and narrative implementation guidance."

View File

@@ -33,6 +33,8 @@ recommended_inputs:
- product_brief: "{output_folder}/product-brief.md"
- market_research: "{output_folder}/market-research.md"
standalone: true
web_bundle:
name: "prd"
description: "Unified PRD workflow for project levels 2-4. Produces strategic PRD and tactical epic breakdown. Hands off to architecture workflow for technical design. Note: Level 0-1 use tech-spec workflow."

View File

@@ -36,6 +36,8 @@ recommended_inputs:
- bug_report: "Bug description or issue ticket"
- feature_request: "Brief feature description"
standalone: true
web_bundle:
name: "tech-spec-sm"
description: "Technical specification workflow for Level 0-1 projects. Creates focused tech spec with story generation. Level 0: tech-spec + user story. Level 1: tech-spec + epic/stories."