todo
Solidscan 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
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
Code & Development Listed
doc-tidy
Scan the repo for scattered documentation files, analyze organization issues, and output cleanup recommendations. Analysis only — no changes made.
10 Updated 2 days ago
tykisgod Data & Documents Solid
issues
triage every open issue on this repo and rank what is cheapest to fix (saves report to .construct/)
1 Updated 2 days ago
MaisonDeVolonte AI & Automation Listed
quality
Survey the project's existing quality debt — lint, types, dead code — and propose punch-list items. Read-only scan; proposes, never imposes.
37 Updated yesterday
orwa-mahmoud