# Controller issue-acceptance prompt Use after a PR merges when auditing whether the linked issue is truly complete. ```text Audit issue # against its acceptance criteria after merged PR #. Post a Controller Issue Acceptance comment with checked criteria, validation reviewed, controller decision, next actor, and paste-ready next prompt. Do not mark the issue accepted unless every required criterion is satisfied. ``` ## Comment template ```text ## Controller Issue Acceptance STATE: WHO_IS_NEXT: NEXT_ACTION: NEXT_PROMPT: ISSUE: #... MERGED_PR: #... MERGE_COMMIT: <40-character SHA> ACCEPTANCE_CRITERIA_CHECKED: - [x] ... - [ ] ... VALIDATION_REVIEWED: CONTROLLER_DECISION: WHY: MISSING_WORK: FOLLOW_UP_ISSUES: BLOCKERS: LAST_UPDATED_BY: ``` ## Rejection paths When rejecting completion, `STATE` must name the gap (`needs-tests`, `needs-docs`, `more-work-required`, etc.), `MISSING_WORK` must be explicit, and `NEXT_PROMPT` must be ready for the next author session.