What problem does it solve? Maintaining an append-only decision log is error-prone: rows get deleted or renumbered, resolutions lack supporting evidence, new findings get buried in existing rows, and gate sign-offs blur into bookkeeping. This Skill enforces disciplined close-out of entries in docs/90-DECISIONS-AND-IDEAS.md so the log stays a trustworthy, auditable record. ## Core Features & Use Cases - In-place I-row resolution: Appends a resolution marker into the row's own cell, naming the file, commit, or session that closed it, without ever removing or renumbering rows. - New finding capture: Gives every genuinely new gap or follow-up its own I-row, assigning the next unused I-N number by scanning the table rather than guessing. - Batch and gate discipline: Completes same-session batches of I-rows as a single unit and writes gate-scope sign-off lines as explicitly labeled, distinct statements. - Use Case: During a feature close-out, a task tags three open I-rows for resolution and uncovers a new risk; the Skill resolves all three with evidence, adds the new finding as the next I-N row, and records a separate gate-schema sign-off line. ## Quick Start Close out the open I-rows in docs/90-DECISIONS-AND-IDEAS.md for this task, resolving each in place with evidence and adding any new findings as new rows.