What problem does it solve? When a GitHub issue spec has open questions and users answer them in comments, someone must manually merge those answers into the spec, remove resolved questions, and detect new ambiguities. This Skill automates that review loop so the spec converges toward completeness without manual editing. ## Core Features & Use Cases - Answer Incorporation: Reads new issue comments and merges each answer into the appropriate spec section (Requirements, Scope) while removing resolved questions from the Open Questions checklist. - Follow-up Detection: Surfaces new ambiguities raised by answers as specific, actionable open questions. - Structured Spec Maintenance: Enforces a consistent issue body structure (Summary, Requirements, Scope, Open Questions, Prior Art, Risks) and emits the full updated body via FABRIK_ISSUE_UPDATE markers. - Use Case: A product manager answers three clarifying questions on a Fabrik-managed issue; the reviewer updates the spec, resolves those questions, adds one follow-up, and signals stage completion only when no questions remain. ## Quick Start Ask the agent to review the latest issue comments and update the Specify stage spec accordingly.