What problem does it solve? Synthesis outputs often contain recommendations and specifications that look complete but lack the concrete details downstream teams need to act. This Skill assesses each specification element for practical implementability, flags underspecified items, and drafts the missing language before execution stalls. ## Core Features & Use Cases - Actionability Scoring: Classifies each specification element as Fully Specified, Partially Specified, or Underspecified based on success criteria, preconditions, resources, and decision rules. - Gap Analysis & Risk Assessment: Identifies missing details, evaluates implementation risks from ambiguity, and distinguishes critical blockers from enhancement opportunities. - Use Case Validation & Remediation: Walks through how downstream consumers would execute each specification and drafts specific language additions, with output validated against a YAML schema via the included Python validator. - Use Case: A synthesis pipeline produces a recommendation like "implement automated data quality checks." This Skill flags it as underspecified, lists the missing validation rules and workflows, and generates a Critical-priority remediation plan. ## Quick Start Assess the actionability of the specifications in this synthesis output and produce a TT-17 compliant gap analysis with remediation recommendations.