Agent Claude Code
Review a just-completed scenario or task step with fresh, deliberately-unnarrowed eyes and surface any problem the work contains.
Agent Claude Code
Review a just-completed scenario or task step with fresh, deliberately-unnarrowed eyes and surface any problem the work contains.
Agent Claude Code
Merge a story's drafted scenarios that share one execution into single scenarios, preserving every assertion, before the set is tiered.
Agent Claude Code
Analyze coverage gaps after GREEN phase, update progress.md with targeted red/green steps.
Agent Claude Code
Review frontend components for hardcoded mockup placeholder data.
Agent Claude Code
TDD Green Phase - Implement minimal code (tests are READ-ONLY).
Agent Claude Code
Scan one artifact against exactly one hazard-catalogue group and report which fired triggers lack their forced guard.
Agent Claude Code
Reconcile the seams between hazard-catalogue group passes and name the single guard that closes each one.
Agent Claude Code
Imagine the incident a just-completed scenario or task step would cause, working backward to find the missing guard.
Agent Claude Code
Scan prompt documentation files for layer violations and structural problems, then fix them.
Agent Claude Code
TDD Red Phase - Write tests with predicted failure.
Agent Claude Code
Gather refactor detector findings and apply refactorings serially, one at a time.
Agent Claude Code
Detect domain-modeling / behavior-placement smells (read-only) — cluster D of the refactor scan.
Agent Claude Code
Detect duplication, test-DSL and frontend smells (read-only) — cluster T of the refactor scan.
Agent Claude Code
Detect structural-mechanics smells (read-only) — cluster M of the refactor scan.
Agent Claude Code
Gather detector findings and apply strict-assertion fixes serially.
Agent Claude Code
Detect loose/weak test assertions (read-only) — cluster A of the test-review checklist.
Agent Claude Code
Detect test-class vs Statements placement / DSL-separation violations (read-only) — cluster P.
Agent Claude Code
Detect Selenium navigation / spec-depth / display-annotation violations (read-only) — cluster Se.
Agent Claude Code
Detect Statements-internal quality violations (read-only) — cluster S.
Agent Claude Code
Execute tests for specified module.
Agent Claude Code
Sort a story's drafted scenarios into delivery tiers by consequence of failure, write their Tier: markers, and move Tier 3 out of the plan.