What problem does it solve?
After a requirement is implemented, teams need a structured way to verify the code against architecture, security, code review, and test coverage standards before accepting it. This Skill automates that validation stage of the TAPD story pipeline, running four parallel review subagents and coordinating fixes or rollbacks based on their verdicts.
Core Features & Use Cases
- Four-Dimension Parallel Validation: Runs architecture, security, CodeReview, and test-coverage checks simultaneously via independent subagents, each producing its own report and log file.
- In-Place Fix Loop: When findings are attributed to the code itself, dispatches backend-developer or frontend-developer agents based on affected file paths, then re-runs validation (up to 3 rounds per attempt).
- Code-Preserving Rollback: When specs or plans are insufficient, preserves all code and reports, writes an iteration patch, and re-enters upstream phases with unresolved findings.
- Use Case: A fullstack feature is implemented on an iteration branch; this Skill validates it in parallel, routes a backend contract mismatch to the backend-developer for fixing, and marks the story phase as validated once all four reports return LGTM.
Quick Start
Run the validate stage for the current implemented story to execute the four parallel validation checks and apply any needed fixes.