What problem does it solve? After an adversarial council reviews a spec-kit plan, someone must decide what to do with every suggestion it raised. This Skill dispositions each council suggestion (accepted, rejected, or deferred), applies accepted fixes to plan.md, and writes a permanent, auditable decision record so no review feedback is silently dropped. ## Core Features & Use Cases - Suggestion Dispositioning: Assigns exactly one disposition with mandatory written rationale to every row in the council's suggestions.md, enforcing the D13.5 reasoning requirement for rejections and deferrals. - Convergence & Delta Check: When blocking suggestions exist, commits one plan revision and dispatches a chairman subagent in delta-check mode to confirm resolution, never allowing a second full council round. - Autonomy Gate Handling: Reads profile.yaml to either leave the human gate pending or auto-write the approval section under full_auto mode, while refusing to auto-approve through unresolved blocking findings. - Use Case: After running /speckit-council on a feature plan, invoke this Skill to triage the round: it edits plan.md with accepted fixes, appends the Round N section to council/decision-record.md, records traces, and reports the next command to run. ## Quick Start Run /speckit-council-triage in a spec-kit repository after a council round has produced suggestions.md, optionally passing triage leanings such as "reject R1-S02" as arguments.