What problem does it solve? When a Fabrik-managed GitHub issue is paused awaiting input during the Research stage, user replies arrive as issue comments that must be merged into the living research findings. Manually reconciling answers, resolved questions, and new follow-ups into the stage comment is error-prone and can leave issues stuck. ## Core Features & Use Cases - Answer Incorporation: Reads .fabrik-context/issue.md and .fabrik-context/stage-Research.md, then merges each user answer into the relevant findings and removes resolved questions from the Open Questions list. - Follow-up Surfacing: Detects new ambiguities or contradictions revealed by answers and adds focused follow-up questions to the findings. - Stage Completion Signaling: Emits FABRIK_STAGE_COMPLETE only when all open questions are resolved and research is sufficient for the Plan stage; otherwise keeps the research loop open. - GitHub-Safe Formatting: Avoids bare #N ordinals in comment output to prevent unintended issue cross-references. - Use Case: A user replies to three open research questions on issue #42; the skill produces the full updated Research stage comment with two questions resolved, one finding updated, and one new follow-up question added. ## Quick Start Ask the agent to review the latest user comment on the issue and update the Research stage findings accordingly.