What problem does it solve? Raw feedback logs accumulate chronologically and become hard to scan; this Skill compiles the raw /fb capture log into a clean, current-state notes.md board so open questions, decisions, and bugs are visible at a glance. ## Core Features & Use Cases - Log-to-board compilation: Reads docs/feedback.md and rewrites docs/notes.md into fixed buckets (Open questions, Ideas, Decisions made, Bugs & friction, Parked). - Incremental cutoff tracking: Uses the board's "last compiled" footer date to process only new entries, with idempotent folding so recompiles are always safe. - Strict read-only safety: Never writes to the feedback log, never creates missing input files, and never runs git write commands. - Use Case: After a week of capturing ideas and bug reports with /fb, run /digest to refresh the project notes board with everything sorted and resolved items moved or removed. ## Quick Start Ask the assistant to run /digest to compile this repo's docs/feedback.md into an updated docs/notes.md board.