plan-project gone, and all level 1-3 workflows are dynamic from the workflow in suggesting what is next

This commit is contained in:
Brian Madison
2025-10-24 23:16:08 -05:00
parent f37c960a4d
commit 92bff333b1
25 changed files with 210 additions and 160 deletions

View File

@@ -1256,32 +1256,26 @@ Open in browser to explore!</output>
**Recommended Next Steps:**
1. **Validate UX Specification** (Recommended first!) - Run the validation checklist with \*validate-design
- Ensures collaborative process was followed
- Validates visual artifacts were generated
- Confirms decision rationale is documented
- Verifies implementation readiness
{{#if tracking_mode == true}}
2. **Follow-Up Workflows** - This specification can serve as input to:
- **Wireframe Generation Workflow** - Create detailed wireframes from user flows
- **Figma Design Workflow** - Generate Figma files via MCP integration
- **Interactive Prototype Workflow** - Build clickable HTML prototypes
- **Component Showcase Workflow** - Create interactive component library
- **AI Frontend Prompt Workflow** - Generate prompts for v0, Lovable, Bolt
- **Solution Architecture Workflow** - Define technical architecture with UX context
- **Next required:** {{next_workflow}} ({{next_agent}} agent)
- **Optional:** Run validation with \*validate-design, or generate additional UX artifacts (wireframes, prototypes, etc.)
As additional workflows are run, they will add their outputs to the "Optional Enhancement Deliverables" section of the UX specification.
</output>
Check status anytime with: `workflow-status`
{{else}}
Since no workflow is in progress:
<check if="tracking_mode == true">
<output>
- Run validation checklist with \*validate-design (recommended)
- Refer to the BMM workflow guide if unsure what to do next
- Or run `workflow-init` to create a workflow path and get guided next steps
**Planning Workflow Integration:**
**Optional Follow-Up Workflows:**
Status updated. Next suggested workflow: {{next_workflow_from_status}}
Run with: workflow {{next_workflow_name}}
</output>
</check>
- Wireframe Generation / Figma Design / Interactive Prototype workflows
- Component Showcase / AI Frontend Prompt workflows
- Solution Architecture workflow (with UX context)
{{/if}}
</output>
<template-output>completion_summary</template-output>
</step>

View File

@@ -428,19 +428,10 @@ For each epic from the epic list, expand with full story details:
**Next Steps:**
{{#if project_level == 2}}
- **Next required:** {{next_workflow}} ({{next_agent}} agent)
- **Optional:** Review PRD and epics with stakeholders, or run `create-design` if you have UI requirements
- Review PRD and epics with stakeholders
- **Next:** Run `tech-spec` for lightweight technical planning
- Then proceed to implementation
{{/if}}
{{#if project_level >= 3}}
- Review PRD and epics with stakeholders
- **Next:** Run `create-architecture` for full technical design
- Then proceed to implementation
{{/if}}
Check status anytime with: `workflow-status`
Would you like to:

View File

@@ -226,47 +226,40 @@ Run cohesion validation? (y/n)</ask>
- **Ready for sprint planning with epic/story breakdown**
</check>
## Next Steps Checklist
## Next Steps
<action>Determine appropriate next steps for Level 0 atomic change</action>
<invoke-workflow path="{project-root}/bmad/bmm/workflows/workflow-status">
<param>mode: update</param>
<param>action: complete_workflow</param>
<param>workflow_name: tech-spec</param>
</invoke-workflow>
**Optional Next Steps:**
<check if="change involves UI components">
- [ ] **Create simple UX documentation** (if UI change is user-facing)
- Note: Full instructions-ux workflow may be overkill for Level 0
- Consider documenting just the specific UI change
<check if="success == true">
<output>Status updated!</output>
</check>
- [ ] **Generate implementation task**
- Command: `workflow task-generation`
- Uses: tech-spec.md
<output>**✅ Tech-Spec Complete, {user_name}!**
<check if="change is backend/API only">
**Deliverables Created:**
<check if="project_level == 0">
**Recommended Next Steps:**
- [ ] **Create test plan** for the change
- Unit tests for the specific change
- Integration test if affects other components
- [ ] **Generate implementation task**
- Command: `workflow task-generation`
- Uses: tech-spec.md
<ask>**✅ Tech-Spec Complete, {user_name}!**
Next action:
1. Proceed to implementation
2. Generate development task
3. Create test plan
4. Exit workflow
Select option (1-4):</ask>
- ✅ tech-spec.md - Technical specification
- ✅ user-story.md - Single user story
</check>
<check if="project_level == 1">
- ✅ tech-spec.md - Technical specification
- ✅ epics.md - Epic and story breakdown
</check>
**Next Steps:**
- **Next required:** {{next_workflow}} ({{next_agent}} agent)
- **Optional:** Create test plan or document UI changes if applicable
Check status anytime with: `workflow-status`
</output>
</step>
</workflow>