Traceability matrix and evidence-backed release gate GO/NO-GO decisions.
From bmad-coworknpx claudepluginhub bspann/bmad-cowork --plugin bmad-coworkThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use for traceability matrix creation and evidence-backed release gate (GO/NO-GO) decisions. Two-phase workflow: Phase 1 builds traceability, Phase 2 makes gate decision.
Trigger with: "traceability", "release gate", "go no-go", "release decision", "coverage trace"
Agent: TEA (Murat) Input: All planning artifacts, test results, implementation status Output: Traceability matrix + release gate decision
Create a matrix linking:
| Req ID | Story | Test File | Test Status | Coverage |
|--------|-------|-----------|-------------|----------|
| FR-001 | STORY-01-01 | auth.test.ts | ✅ Pass | Full |
| FR-002 | STORY-01-02 | api.test.ts | ✅ Pass | Partial |
| FR-003 | STORY-02-01 | - | ❌ No tests | None |
Flag requirements with:
Evaluate:
GO — All P0 covered, P1 threshold met, no blocking issues. CONDITIONAL GO — Minor gaps with documented risk acceptance. NO-GO — P0 gaps, critical failures, or unresolved blockers.
Save traceability matrix and gate decision to _bmad-output/implementation-artifacts/tests/release-gate-[date].md.