workflow-status-template.yaml 884 B

123456789101112131415161718192021222324
  1. # Workflow Status Template
  2. # This tracks progress through BMM methodology Analysis, Planning, and Solutioning phases.
  3. # Implementation phase is tracked separately in sprint-status.yaml
  4. # STATUS DEFINITIONS:
  5. # ==================
  6. # Initial Status (before completion):
  7. # - required: Must be completed to progress
  8. # - optional: Can be completed but not required
  9. # - recommended: Strongly suggested but not required
  10. # - conditional: Required only if certain conditions met (e.g., if_has_ui)
  11. #
  12. # Completion Status:
  13. # - {file-path}: File created/found (e.g., "docs/product-brief.md")
  14. # - skipped: Optional/conditional workflow that was skipped
  15. generated: "{{generated}}"
  16. project: "{{project_name}}"
  17. project_type: "{{project_type}}"
  18. selected_track: "{{selected_track}}"
  19. field_type: "{{field_type}}"
  20. workflow_path: "{{workflow_path_file}}"
  21. workflow_status: "{{workflow_items}}"