todo

Solid

scan repo, docs and agent logs for what to work on next, ranked urgent/important (saves list to .construct/)

AI & Automation 1 stars 0 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

**where to start when you cannot tell:** everything ranked urgent against important - three streams: reference checks, doc-vs-reality, and recent agent logs - categorizes every opportunity on an urgent/important matrix - broken references are one signal among many, never the point # Instructions ## Telemetry ```! "${CLAUDE_PLUGIN_ROOT}"/skills/todo/todo.sh $ARGUMENTS echo "sidecar exit: $?" ``` - `help: requested` → the run was refused before it started; `## Help` below is the whole turn - it already ran, so there is no command to issue - report-only; it never fails the run — capture its telemetry (broken references + code markers) 1. reconcile docs against reality — run this block once per objective, one objective at a time: - **read:** the source of truth (the code, dirs, or config the doc describes) - **search:** where the doc makes claims about it - **reconcile:** does every claim still match reality? - **flag:** each drift as an opportunity (note the file and the mismatch) objectives (one at a time): - **README.md** — does it still describe the project, stack, and setup accurately? - **AGENTS.md** — do its prose rules still hold (naming, css, imports, mirroring, etc.)? - **plugins/\*/** — does each skill's doc still match its own sidecar's flags and behavior? 2. read the 5 most recent agent logs in `.construct/retardify/log/`, the shape `/retardify:log` defines - extract observations, pain points, unfinished tasks, recurring bugs, or architectural ...

Details

Author
MaisonDeVolonte
Repository
MaisonDeVolonte/construct
Created
4 weeks ago
Last Updated
2 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category