1-analysis workflow-state yaml streamlined

This commit is contained in:
Brian Madison
2025-10-16 08:26:26 -05:00
parent 1fe405eb64
commit e77a1c036b
12 changed files with 82 additions and 157 deletions

View File

@@ -4,6 +4,7 @@
<critical>The workflow execution engine is governed by: {project_root}/bmad/core/tasks/workflow.xml</critical>
<critical>You MUST have already loaded and processed: {installed_path}/workflow.yaml</critical>
<critical>Communicate all responses in {communication_language}</critical>
<critical>This is the SMALL instruction set for Level 0-1 projects - tech-spec with story generation</critical>
<critical>Level 0: tech-spec + single user story | Level 1: tech-spec + epic/stories</critical>
<critical>Project analysis already completed - proceeding directly to technical specification</critical>
@@ -233,7 +234,9 @@ Run cohesion validation? (y/n)</ask>
- Command: `workflow task-generation`
- Uses: tech-spec.md
<ask>Level 0 planning complete! Next action:
<ask>**✅ Tech-Spec Complete, {user_name}!**
Next action:
1. Proceed to implementation
2. Generate development task

View File

@@ -34,26 +34,6 @@ recommended_inputs:
- bug_report: "Bug description or issue ticket"
- feature_request: "Brief feature description"
# Claude Code integration points
claude_code_enhancements:
- injection_point: "tech-spec-subagents"
- available_subagents:
- technical-evaluator: "Technology assessment and feasibility"
- codebase-analyzer: "Existing code analysis"
- pattern-detector: "Identify coding patterns to follow"
# Workflow configuration
interactive: true # User checkpoints
autonomous: false # Requires user input
allow_parallel: false # Sequential specification
# Technical frameworks available
frameworks:
- "Technical Design Patterns"
- "API Design Principles"
- "Code Organization Standards"
- "Testing Strategies"
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."
@@ -66,13 +46,3 @@ web_bundle:
- "bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md"
- "bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md"
- "bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md"
# Technical frameworks available
frameworks:
- "Technical Design Patterns"
- "API Design Principles"
- "Code Organization Standards"
- "Testing Strategies"
# Workflow configuration
interactive: true # User checkpoints
autonomous: false # Requires user input
allow_parallel: false # Sequential specification