scaffold/.codex/skills/tdd-planning/SKILL.md
Plan implementation work before coding by defining public interfaces, real collaborator boundaries, and vertical RED or VERIFY slices.
npx skillsauth add gstredny/lauren-loop tdd-planningInstall 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 after the goal is clear but before writing the first test or implementation edit.
Skip it for trivial documentation edits or one-line fixes with one obvious test.
VERIFY instead?Produce a short plan with:
VERIFY steps for non-testable workdevelopment
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.
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.