- 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>
* Port TEA commands into workflows and preload Murat knowledge
* Broke the giant knowledge dump into curated fragments under src/modules/bmm/testarch/knowledge/
* Broke the giant knowledge dump into curated fragments under src/modules/bmm/testarch/knowledge/
* updated the web bunles for tea, and spot updates for analyst and sm
* Replaced the old TEA brief with an indexed knowledge system: the agent now loads topic-specific
docs from knowledge/ via tea-index.csv, workflows reference those fragments, and risk/level/
priority guidance lives in the new fragment files
---------
Co-authored-by: Murat Ozcan <murat@mac.lan>