What problem does it solve? It enforces a mandatory security review step in a spec-driven development pipeline, ensuring every feature is audited for OWASP risks, secrets, authentication/authorization flaws, input validation, and dependency vulnerabilities before release. ## Core Features & Use Cases - Pipeline Gate Enforcement: Verifies the QA report exists with an approved verdict before invoking the security-engineer agent, preventing skipped stages. - Branch Hygiene: Rebases stale feature branches onto main and handles retroactive reviews of already-merged PRs via a dedicated branch and PR. - Audit Trail: Logs invocation timing to specs/<slug>/timing-log.md and produces specs/<slug>/security-review.md from a template. - Use Case: After QA approves a feature, run this stage to have the security-engineer agent review the TRD, QA report, and PR, then route failures back to implementation or pass approved work to the SRE stage. ## Quick Start Run the security review stage for the current feature after QA approval to generate its security-review report.