scaffold/.codex/skills/task-manager/SKILL.md
Manage task files in docs/tasks/open and docs/tasks/closed, including task discovery, resume/create rules, append-only Attempts logging, Left Off At updates, Code Review field handling, and needs verification closeout.
npx skillsauth add gstredny/lauren-loop task-managerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when work in this repo needs task-file discovery, creation, resume behavior, or task-file hygiene.
docs/tasks/open/ first for a matching task.Left Off At and avoid retrying failed Attempts.docs/tasks/TEMPLATE.md before editing code.Attempts append-only. Add an entry after each meaningful code-change attempt or verification pass.Left Off At specific enough that a fresh session can resume without questions.not started, in progress, blocked, needs verification.## Code Review: completed or ## Code Review: not required once review status is known. Many live tasks use this field even though the template does not include it yet.needs verification, never done.docs/tasks/closed/, make sure the user has confirmed the Done Criteria and a retro entry exists in docs/tasks/RETRO.md.development
Follow the end-to-end delivery workflow for planning, task-file management, execution, code review, verification, and closeout without relying on Claude-specific hooks or command conventions.
testing
Plan implementation work before coding by defining public interfaces, real collaborator boundaries, and vertical RED or VERIFY slices.
data-ai
Review an implementation plan before execution to catch missed success criteria, scope creep, constraint violations, unverified assumptions, and missed reuse opportunities.
development
Run code review with findings-first, severity-ordered output focused on bugs, regressions, edge cases, error handling, performance, architecture, caller impact, and missing tests.