BMAD-METHOD/bmad/cis/workflows/problem-solving
OverlordBaconPants 3076b8b661 Recreate TDD Developer Agent with correct YAML structure
- Created dev-tdd.agent.yaml in proper BMAD format with array-based prompts
- Added complete TDD workflow (dev-story-tdd) with RED-GREEN-REFACTOR cycles
- Included workflow.yaml, instructions.md, README.md, and checklist.md
- Removed incorrectly formatted agent files from test directories
- Agent now conforms to BMAD compilation requirements and will generate proper XML

The agent implements strict TDD methodology with:
- Test-first development enforcement
- RED-GREEN-REFACTOR cycle automation
- RVTM traceability integration
- Story Context as single source of truth

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 11:05:15 -04:00
..
README.md Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
instructions.md Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
solving-methods.csv Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
template.md Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
workflow.yaml Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00

README.md

last-redoc-date
2025-09-28

Problem Solving Workflow

Type: Interactive Document Workflow Module: Creative Intelligence System (CIS)

Purpose

Applies systematic problem-solving methodologies to crack complex challenges. Guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven analytical frameworks.

Distinctive Features

  • Root Cause Focus: Relentlessly drills past symptoms to identify true underlying issues
  • Method Library: Comprehensive solving methods in solving-methods.csv (TRIZ, Theory of Constraints, Systems Thinking, Five Whys)
  • Detective Approach: Methodical and curious investigation treating challenges as elegant puzzles
  • Framework-Driven: Combines divergent and convergent thinking systematically

Usage

# Basic invocation
workflow problem-solving

# With problem context
workflow problem-solving --data /path/to/problem-brief.md

Inputs

  • problem_description: Challenge being addressed with symptoms and context
  • previous_attempts: Prior solution attempts and their outcomes
  • constraints: Boundaries and limitations for solutions
  • success_criteria: How solution effectiveness will be measured

Outputs

File: {output_folder}/problem-solution-{date}.md

Structure:

  • Problem diagnosis and symptom analysis
  • Root cause identification using analytical frameworks
  • Solution ideation across multiple methodologies
  • Solution evaluation matrix with pros/cons
  • Implementation plan with risk mitigation
  • Success metrics and validation approach

Workflow Components

  • workflow.yaml - Configuration with solving_methods CSV reference
  • instructions.md - Systematic problem-solving facilitation guide
  • template.md - Structured analysis output format
  • solving-methods.csv - Problem-solving methodology library