This is a full SDLC workflow packaged as a Claude skill. Eight phases from requirements through code review, with each step producing markdown docs in a `docs/ai/` structure. The early phase clarification contract is the standout piece: it forces you to surface every material question before writing code, one decision at a time, no silent assumptions. It integrates with a CLI (`ai-devkit`) for linting, memory search, and feature scaffolding, and it defaults to git worktrees for feature isolation. The phase detector script tells you where to resume work. If you've ever had a PR rejected because nobody agreed on what "done" meant, this gives you the scaffolding to avoid that.
npx -y skills add codeaholicguy/ai-devkit --skill dev-lifecycle --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot