skills/implementation-phase/SKILL.md
Run test-plan, write-tests, and implement-feature in sequence for one work item.
npx skillsauth add rafaie/codex_home implementation-phaseInstall 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.
AGENTS.md, codex.toml (if present), and target work item folder spec/features/<work-id>-<slug>/.
<work-id> must use S-<stream>-<nnn> (example: S-core-001) for new work.spec/features/.Run $test-plan <work-id>Run $write-tests <work-id>Run $implement-feature <work-id>test-plan: test-plan.md is updated with AC-mapped cases and fixtures.write-tests: tests are added/updated under tests/ and test command is run.implement-feature: AC checklist is completed, required checks pass, and work item docs include commands + smoke evidence.debug-loop.failure-triage.Run $ship-feature <work-id> ... when all steps are completeRun $debug-loop ... with the failing signaturetesting
Add or improve tests based on a work item folder's acceptance criteria and test plan.
testing
Run quick/full checks consistently, include smoke, and summarize failures into actionable buckets.
testing
Create a work item test plan from acceptance criteria and add it to the work item docs.
development
Review a work item documentation folder for clarity, testability, and completeness before implementation.