Remove _bmad-output from git tracking
This commit is contained in:
@@ -1,121 +0,0 @@
|
||||
# BMM Workflow Status - Auto Claude
|
||||
# Generated: 2025-12-16
|
||||
# Track: BMad Method (Brownfield)
|
||||
|
||||
# STATUS DEFINITIONS:
|
||||
# ==================
|
||||
# Initial Status (before completion):
|
||||
# - required: Must be completed to progress
|
||||
# - optional: Can be completed but not required
|
||||
# - recommended: Strongly suggested but not required
|
||||
# - conditional: Required only if certain conditions met (e.g., if_has_ui)
|
||||
#
|
||||
# Completion Status:
|
||||
# - {file-path}: File created/found (e.g., "_bmad-output/prd.md")
|
||||
# - skipped: Optional/conditional workflow that was skipped
|
||||
|
||||
generated: "2025-12-16"
|
||||
project: "Auto Claude"
|
||||
project_type: "monorepo"
|
||||
selected_track: "method"
|
||||
field_type: "brownfield"
|
||||
workflow_path: "method-brownfield.yaml"
|
||||
|
||||
# User selections from workflow-init
|
||||
discovery_selections:
|
||||
brainstorm: false
|
||||
research: true
|
||||
research_starting_point: ".auto-claude/project_index.json"
|
||||
product_brief: false
|
||||
|
||||
# Workflow status tracking
|
||||
workflow_status:
|
||||
# Prerequisite - Required for brownfield
|
||||
prerequisite:
|
||||
document-project:
|
||||
status: required
|
||||
agent: analyst
|
||||
command: "/bmad:bmm:workflows:document-project"
|
||||
purpose: "Analyze existing codebase before planning"
|
||||
output_expected: "_bmad-output/project-docs/"
|
||||
|
||||
# Phase 0 - Discovery (Optional)
|
||||
phase_0_discovery:
|
||||
research:
|
||||
status: optional
|
||||
agent: analyst
|
||||
command: "/bmad:bmm:workflows:research"
|
||||
purpose: "Technical analysis of BMAD Method integration"
|
||||
starting_point: ".auto-claude/project_index.json"
|
||||
included: true
|
||||
|
||||
# Phase 1 - Planning
|
||||
phase_1_planning:
|
||||
create-prd:
|
||||
status: required
|
||||
agent: pm
|
||||
command: "/bmad:bmm:workflows:create-prd"
|
||||
purpose: "PRD for BMAD Method integration into Auto Claude"
|
||||
output_expected: "_bmad-output/prd.md"
|
||||
|
||||
create-ux-design:
|
||||
status: conditional
|
||||
condition: "if_has_ui"
|
||||
agent: ux-designer
|
||||
command: "/bmad:bmm:workflows:create-ux-design"
|
||||
purpose: "UX design for any UI changes"
|
||||
note: "Auto Claude has Electron UI - include if BMAD integration affects UI"
|
||||
|
||||
# Phase 2 - Solutioning
|
||||
phase_2_solutioning:
|
||||
create-architecture:
|
||||
status: recommended
|
||||
agent: architect
|
||||
command: "/bmad:bmm:workflows:create-architecture"
|
||||
purpose: "Integration architecture - how BMAD fits into Auto Claude"
|
||||
output_expected: "_bmad-output/architecture.md"
|
||||
note: "HIGHLY RECOMMENDED: Prevents agent confusion in brownfield"
|
||||
|
||||
create-epics-and-stories:
|
||||
status: required
|
||||
agent: pm
|
||||
command: "/bmad:bmm:workflows:create-epics-and-stories"
|
||||
purpose: "Break PRD into implementable stories"
|
||||
output_expected: "_bmad-output/epics/"
|
||||
depends_on:
|
||||
- create-prd
|
||||
- create-architecture
|
||||
|
||||
test-design:
|
||||
status: recommended
|
||||
agent: tea
|
||||
command: "/bmad:bmm:workflows:testarch-test-design"
|
||||
purpose: "System-level testability review"
|
||||
|
||||
implementation-readiness:
|
||||
status: required
|
||||
agent: architect
|
||||
command: "/bmad:bmm:workflows:check-implementation-readiness"
|
||||
purpose: "Gate check - validate all artifacts before implementation"
|
||||
depends_on:
|
||||
- create-prd
|
||||
- create-architecture
|
||||
- create-epics-and-stories
|
||||
|
||||
# Phase 3 - Implementation
|
||||
phase_3_implementation:
|
||||
sprint-planning:
|
||||
status: required
|
||||
agent: sm
|
||||
command: "/bmad:bmm:workflows:sprint-planning"
|
||||
purpose: "Create sprint plan with prioritized stories"
|
||||
depends_on:
|
||||
- implementation-readiness
|
||||
|
||||
# Next action
|
||||
next_workflow:
|
||||
id: "document-project"
|
||||
name: "Document Project"
|
||||
agent: "analyst"
|
||||
command: "/bmad:bmm:workflows:document-project"
|
||||
reason: "Prerequisite for brownfield - analyze existing codebase first"
|
||||
@@ -1 +0,0 @@
|
||||
{"workflow_version":"1.2.0","timestamps":{"started":"2025-12-16T13:28:19","last_updated":"2025-12-16T13:28:19"},"mode":"initial_scan","scan_level":"deep","project_root":"/Users/andremikalsen/Documents/Coding/autonomous-coding","output_folder":"/Users/andremikalsen/Documents/Coding/autonomous-coding/_bmad-output","completed_steps":[],"current_step":"step_1","findings":{},"outputs_generated":["project-scan-report.json"],"resume_instructions":"Starting from step 1"}
|
||||
Reference in New Issue
Block a user