ce-todo-resolve
Installation
SKILL.md
Resolve approved todos using parallel processing, document lessons learned, then clean up.
Only ready todos are resolved. pending todos are skipped — they haven't been triaged yet. If pending todos exist, list them at the end so the user knows what was left behind.
Workflow
1. Analyze
Scan .context/compound-engineering/todos/*.md and legacy todos/*.md. Partition by status:
ready(status field or-ready-in filename): resolve these.pending: skip. Report them at the end.complete: ignore, already done.
If a specific todo ID or pattern was passed as an argument, filter to matching todos only (still must be ready).
Residual actionable work from ce-code-review mode:autofix after its safe_auto pass will already be ready.
Skip any todo that recommends deleting, removing, or gitignoring files in docs/brainstorms/, docs/plans/, or docs/solutions/ — these are intentional pipeline artifacts.