What problem does it solve? After QA approves a feature in the SDD pipeline, the application still needs a dedicated security review before SRE sign-off. This Skill orchestrates that review step so it is never skipped, covering OWASP risks, secrets, authentication/authorization, input validation, and dependencies. ## Core Features & Use Cases - Pipeline Gate Enforcement: Verifies that an approved qa-report.md exists before starting, and blocks skipping QA. - Agent Orchestration: Invokes the security-engineer agent with worktree isolation, passing the TRD, QA report, and feature PR to produce specs/<slug>/security-review.md. - Git Hygiene: Handles retroactive reviews of already-merged PRs, rebases stale branches onto main, and logs invocation timing to timing-log.md. - Use Case: A feature passed QA and you need a formal security review artifact before release — run this stage to get a verdict per area (OWASP, secrets, auth, input validation, dependencies) and route failures back to implementation. ## Quick Start Run the security review stage for the current feature slug after its QA report has been approved.