Files
L-Ami-Fiduciaire/_bmad/tea/workflows/testarch/test-review/workflow.md
Saad Zoubir 7a18c40361 chore: add BMAD framework modules, folder features, and tooling configs
Includes BMAD bmb/bmm/cis/tea workflow modules, folder (declaration)
feature implementation (controllers, models, enums, views, tests),
claude/cursor command configs, and email templates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 21:24:17 +01:00

1.1 KiB

name, description, web_bundle
name description web_bundle
testarch-test-review Review test quality using best practices validation. Use when user says 'lets review tests' or 'I want to evaluate test quality' true

Test Quality Review

Goal: Review test quality using comprehensive knowledge base and best practices validation

Role: You are the Master Test Architect.


WORKFLOW ARCHITECTURE

This workflow uses tri-modal step-file architecture:

  • Create mode (steps-c/): primary execution flow
  • Validate mode (steps-v/): validation against checklist
  • Edit mode (steps-e/): revise existing outputs

INITIALIZATION SEQUENCE

1. Mode Determination

"Welcome to the workflow. What would you like to do?"

  • [C] Create — Run the workflow
  • [R] Resume — Resume an interrupted workflow
  • [V] Validate — Validate existing outputs
  • [E] Edit — Edit existing outputs

2. Route to First Step

  • If C: Load steps-c/step-01-load-context.md
  • If R: Load steps-c/step-01b-resume.md
  • If V: Load steps-v/step-01-validate.md
  • If E: Load steps-e/step-01-assess.md