scaffold/.codex/skills/workflow/SKILL.md
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.
npx skillsauth add gstredny/lauren-loop workflowInstall 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 a request needs the repo's end-to-end delivery workflow rather than ad hoc edits.
docs/tasks/open/ first. Resume an existing task or create a new one from docs/tasks/TEMPLATE.md.VERIFY step for each behavior.Attempts after each meaningful change.needs verification when implementation is ready, then walk the Done Criteria with the user.docs/tasks/RETRO.md and move the task to docs/tasks/closed/..claude/skills/ as source material only. Codex work should follow live repo behavior, not Claude-specific hand-off language.docs/tasks/RETRO.md format instead of assuming a separate retro skill exists.tdd-planning before starting implementation.testing
Plan implementation work before coding by defining public interfaces, real collaborator boundaries, and vertical RED or VERIFY slices.
development
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.
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.