What problem does it solve? Teams often lack a documented, consistent security posture across packages, with rules scattered or duplicated between global and package-level files. This Skill evaluates the project against OWASP Top 10 categories, identifies gaps and open vulnerabilities, and records the security strategy as a decision log entry. ## Core Features & Use Cases - Resolution Cascade: Skips redundant work by checking for an explicit override argument, then existing adoption, before running a full assessment — making the workflow idempotent. - OWASP Top 10 Assessment: Evaluates each package (web, mobile, services) against all ten OWASP categories and assigns P0–P3 severity to gaps. - Adoption & Decision Recording: Writes global security principles to adoption/tech/security.md, creates missing package-level .pair.security.md files, and composes /capability-record-decision to log the strategy. - Use Case: Before a release, run a full-project security assessment to confirm OWASP coverage, track open vulnerabilities by severity, and backfill any missing decision records. ## Quick Start Ask the AI to assess the security posture of the project and document the adopted security controls.