What problem does it solve? When users review an implementation plan posted as a GitHub issue comment and request changes, someone must carefully incorporate that feedback into the plan without losing structure or introducing scope creep. This Skill acts as the Plan stage comment reviewer in a Fabrik-driven workflow, updating the approach, task checklist, and documented decisions in response to user feedback. ## Core Features & Use Cases - Feedback Incorporation: Reads each new user comment and adjusts the implementation strategy, task ordering, and documented decisions accordingly. - Plan Structure Maintenance: Produces a complete, coherent updated plan with approach, numbered task checklist, decisions, and constraints that the engine writes back to the Plan stage comment. - Safe GitHub Formatting: Avoids bare #N ordinals that GitHub would auto-link to unrelated issues, using bracketed numbering instead. - Use Case: A user comments on issue #42 asking to swap a library choice and reorder two tasks; this Skill reads the current plan from .fabrik-context/stage-Plan.md, applies the changes, and outputs the full updated plan for the stage comment. ## Quick Start Ask the agent to review the latest plan feedback comments and produce an updated implementation plan reflecting the requested changes.