Generic development workflow skills for Claude Code. Break down, shape, plan, implement, verify.
/plugin marketplace add teambrilliant/marketplace
/plugin install dev-skills@teambrilliant
| Skill | Invoke | What it does |
|---|---|---|
| loop-check | /dev-skills:loop-check |
Assess what's needed for autonomous feedback loops |
| product-primitives | /dev-skills:product-primitives |
System → fundamental primitives & building blocks |
| shaping-work | /dev-skills:shaping-work |
Rough idea → structured work definition |
| product-thinker | /dev-skills:product-thinker |
Product decisions, UX analysis, build-vs-buy |
| product-discovery | /dev-skills:product-discovery |
Validate ideas before committing to build |
| implementation-planning | /dev-skills:implementation-planning |
Ticket → technical implementation plan |
| implement-change | /dev-skills:implement-change |
Plan → working code, phase by phase |
| qa-test | /dev-skills:qa-test |
Browser-based QA verification via sub-agent |
loop-check → primitives → discovery → shape → plan → implement → QA
-1 0 1 2 3 4 5
product-thinker
(0-2)
-1. /dev-skills:loop-check — assess what's needed for autonomous feedback loops
0. /dev-skills:product-primitives — break system into deep, composable primitives
/dev-skills:product-discovery— validate whether an idea is worth building (4 risks, experiments, evidence gates)/dev-skills:shaping-work— define what to build (features, bugs, improvements)/dev-skills:implementation-planning— design how to build it/dev-skills:implement-change— build it phase by phase/dev-skills:qa-test— verify in browser
/dev-skills:product-thinker pairs with stages 0-2 — product decisions, UX analysis, build-vs-buy evaluation.
Copy the template into any repo to get the full skill chain with smart routing:
cp "$(claude plugin path dev-skills)/references/CLAUDE.local.template.md" ./CLAUDE.local.mdThis gives you:
- Auto-routing based on existing artifacts (plans, research docs)
- Product thinking only when requirements are fuzzy
- Mandatory review gate before medium/large implementation
- QA verification after implementation
Then add project-specific sections (dev server, database, tools) below the workflow block.