skills/feature-kickoff/SKILL.md
Create a work item documentation folder under spec/features/ (and ADR if needed).
npx skillsauth add rafaie/codex_home feature-kickoffInstall 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 (repo root) and codex.toml (if present) and follow conventions/commands.S-<stream>-<nnn>, example S-core-001), title, goal, constraints.
F IDs only when updating older specs; create new work with S-<stream>-<nnn>.spec/features/<work-id>-<slug>/ (use actual work item ID).
spec/templates/ if present.assets/default_*_template.md files.feature.md: problem, scope, acceptance criteria, design, ADR linksimplementation.md: implementation plan and chronological implementation logtest-plan.md: unit/integration/e2e/edge/smoke test plantest-results.md: commands run, outcomes, failures, fixesstatus.md: status, owner, next action, blockersevidence/README.md: directory placeholder and evidence indextest-plan.md must include smoke details: scenario, fixture, pass/fail mode, artifact path.spec/decisions/ADR-0001-initial-architecture.md (prefer spec/templates/adr.md if present).spec/decisions/ADR-XXXX-<slug>.md (prefer spec/templates/adr.md if present).Run $spec-linter <work-id> to review the work item docs for gaps.Run $implementation-phase <work-id> to plan tests, write tests, and implement the work item.Run $ship-feature <work-id> to execute full checks, smoke evidence, ADR/docs/index updates, and final readiness output.<work-id> must be the real ID for the folder you just created (example: S-core-001).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.