skills/project-intake/SKILL.md
Bootstrap a new project repo, then turn a rough project idea into a concise Project Brief and starting spec docs.
npx skillsauth add rafaie/codex_home project-intakeInstall 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.
/Users/mostafa/.codex or another Codex home, stop and ask for the target project path.AGENTS.md, follow it first./Users/mostafa/.codex/templates/.
spec/, spec/templates/, spec/decisions/, spec/features/, scripts/.AGENTS.md from templates/AGENTS.md only if missing.codex.toml from templates/codex.toml only if missing.spec/templates/ only if missing:
adr.mdarchitecture.mdbacklog.mdfeature.mdimplementation.mdtest-plan.mdtest-results.mdstatus.mdevidence.mddocstrings.mdspec_index.mdspec/smoke.md from templates/smoke.mdspec/smoke_registry.yaml from templates/smoke_registry.yamlscripts/smoke.py from templates/smoke.pyspec/docstrings.md from templates/docstrings.md only if missing.spec/idea.md if it exists), plus the newly bootstrapped AGENTS.md and codex.toml.spec/brief.md (1–2 pages) with: Goal, Users, Scope/Non-scope, Constraints, Risks, Milestones.spec/index.md (navigation hub) with links to brief, architecture, ADRs, and backlog.spec/templates/spec_index.md for a new spec/index.md.spec/changelog.md exists with an initial entry.spec/decisions/ exists; do not create an ADR unless a real decision is present.spec/backlog.md for backlog-builder unless the user explicitly asks to create it now.codex.tomlRun $backlog-buildertesting
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.