What problem does it solve? When a project accumulates many change plans under .opencode/plans/, it becomes hard to remember what work is still open, why each change was planned, and which plan is newest. This Skill scans the plan backlog and presents a single at-a-glance overview table without touching any files. ## Core Features & Use Cases - Backlog overview: Reads every top-level .opencode/plans/*.md file, filters out completed, archived, and note-style entries, and renders one markdown table with Slug, Description, Reasoning, Priority, and Created columns. - Robust field extraction: Uses layered fallback chains for every field, including inferring missing reasoning from step-level Reason clauses and falling back to file mtime for missing dates, so no row ever breaks the table. - Read-only safety: Never edits, executes, or resumes plans; it only points the user to the newest plan with a resume hint. - Use Case: After a week of planning sessions, ask for your plan backlog and get a newest-first table of all unfinished plans with their motivations and priorities. ## Quick Start Ask the assistant to show your unfinished change plans or plan backlog.