This walks you through building a feature by breaking it into test-driven slices and keeping evidence as you go. It hunts for your PRD and SRS in docs, sets up a task list, then loops through write-test-first, implement, refactor cycles while keeping context fresh between big slices. The handoff template captures what you shipped, which tests ran, and what contracts changed so the next person (or verify-work skill) has what they need. It's opinionated about structure,expects docs/prd and docs/srs directories, a task list markdown file, and a clean workflow that routes to verification when done. Best for teams that want repeatable feature delivery with audit trails baked in.
npx -y skills add hoangnguyen0403/agent-skills-standard --skill implement-feature --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot