validation tasks added

This commit is contained in:
Brian Madison
2025-10-23 23:20:48 -05:00
parent 2d297c82da
commit f37c960a4d
23 changed files with 601 additions and 2877 deletions

View File

@@ -50,10 +50,10 @@ phases:
command: "tech-spec"
output: "Creates spec with multiple story files"
note: "Integrate with existing patterns"
- id: "ux-spec"
- id: "create-design"
conditional: "if_has_ui"
agent: "ux-designer"
command: "ux-spec"
command: "create-design"
- phase: 3
name: "Solutioning"

View File

@@ -44,10 +44,10 @@ phases:
agent: "pm"
command: "prd"
output: "Requirements with integration points"
- id: "ux-spec"
- id: "create-design"
conditional: "if_has_ui"
agent: "pm"
command: "ux-spec"
agent: "ux-designer"
command: "create-design"
note: "Must align with existing UI patterns"
- phase: 3

View File

@@ -46,10 +46,10 @@ phases:
agent: "pm"
command: "prd"
output: "Comprehensive PRD considering existing system"
- id: "ux-spec"
- id: "create-design"
required: true
agent: "pm"
command: "ux-spec"
agent: "ux-designer"
command: "create-design"
note: "Multiple UI/UX specifications"
- phase: 3

View File

@@ -34,10 +34,10 @@ phases:
agent: "pm"
command: "prd"
output: "Creates PRD with epics.md and story list"
- id: "ux-spec"
- id: "create-design"
conditional: "if_has_ui"
agent: "ux-designer"
command: "ux-spec"
command: "create-design"
- id: "tech-spec"
optional: true
agent: "pm"

View File

@@ -34,10 +34,10 @@ phases:
agent: "pm"
command: "prd"
output: "High-level requirements and epic definitions"
- id: "ux-spec"
- id: "create-design"
conditional: "if_has_ui"
agent: "ux-designer"
command: "ux-spec"
command: "create-design"
- phase: 3
name: "Solutioning"

View File

@@ -16,7 +16,7 @@ phases:
agent: "analyst"
command: "brainstorm-project"
- id: "research"
required: true
required: false
agent: "analyst"
command: "research"
note: "Extensive research across multiple domains"
@@ -35,10 +35,10 @@ phases:
agent: "pm"
command: "prd"
output: "Comprehensive product requirements document"
- id: "ux-spec"
- id: "create-design"
required: true
agent: "ux-designer"
command: "ux-spec"
command: "create-design"
note: "Multiple UI/UX specifications needed"
- phase: 3

View File

@@ -39,7 +39,7 @@ levels:
title: "Enterprise Scale"
stories: "40+ stories"
description: "Multiple products, enterprise architecture"
documentation: "Full suite - PRD, architecture, product specs"
documentation: "PRD + architecture + JIT tech specs"
architecture: true
# Quick detection hints for workflow-init

View File

@@ -25,21 +25,6 @@ NEXT_ACTION: {{next_action}}
NEXT_COMMAND: {{next_command}}
NEXT_AGENT: {{next_agent}}
## Story Backlog
{{#backlog_stories}}
- {{story_id}}: {{story_title}}
{{/backlog_stories}}
## Completed Stories
{{#done_stories}}
- {{story_id}}: {{completed_date}}
{{/done_stories}}
---
_Last Updated: {{last_updated}}_
_Status Version: 2.0_