What problem does it solve? Teams often jump straight into coding a GitHub issue without validating scope, risks, or alignment with an existing spec, leading to rework and regressions. This Skill enforces a structured pre-implementation assessment gate before any code is written. ## Core Features & Use Cases - Structured Assessment Template: Produces a fit check, key risks with severity ratings, alternative approaches, a PROCEED/REVISE/DEFER recommendation, and a value rating for any issue. - Spec Conformance Mode: Detects a Spec: link in the issue body and runs a lighter conformance check against the spec file instead of the full assessment. - Automated Issue Posting & Approval Gate: Writes the assessment to tmp/issue-delivery/<number>/assessment.md so a hook posts it as an issue comment, then applies an autonomous or human approval gate before planning. - Use Case: A developer is asked to implement issue #42. The Skill fetches the issue, evaluates scope and risks, posts the assessment as a comment, and only proceeds to /forge-plan after approval. ## Quick Start Run the forge-assess skill on issue 42 to produce and post a pre-implementation assessment before any coding begins.