skills/implement-feature/SKILL.md
Implement a work item end-to-end based on its spec/features folder with a fast inner loop and smoke milestones.
npx skillsauth add rafaie/codex_home implement-featureInstall 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.feature.md, implementation.md, test-plan.md, test-results.md, and status.md when present.spec/features/.test_quick, else test, else uv run pytest -q)test-runner full mode passes, andsmoke-test passes with evidence artifacts.implementation.md: implementation log, files changed, key decisions/trade-offstest-results.md: commands run + outcomesstatus.md: current status, blockers, next actionfeature.md: only update scope/AC/design if reality changedimplementation.md when API-facing code changed.artifacts/smoke/...) in implementation.md or test-results.md when smoke runs.debug-loop.docs-update.testing
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.