Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Provides a complete development workflow for Claude Code, from shaping unstructured ideas into PRDs and validating product concepts, through planning and architecture design, to phased implementation with browser-based QA verification and automated feedback loop improvements.
npx claudepluginhub teambrilliant/marketplace --plugin dev-skillsExecute code changes from an implementation plan. Use when someone says "implement this", "build this", "code this", "start building", "let's implement", "execute the plan", "make the changes", "do the work", or has an approved implementation plan ready for coding. Takes implementation plans and produces working code, phase by phase with verification.
Create technical implementation plans and architecture designs. Use when someone needs a detailed technical approach before coding begins — "create a plan", "plan this ticket", "how should we implement this", "technical design", "architect this", "design the approach", "plan the migration", "refactor plan", "how should we structure this", or when shaped work or a groomed ticket needs a concrete implementation strategy with phases, file changes, and verification steps.
Assess what's needed to make feedback loops autonomous in a repo. Use when someone says "loop check", "what do I need to work autonomously", "check my feedback loops", "what's manual here", "what should I automate", "can an agent iterate here", or before starting work in an unfamiliar repo to understand what's missing for autonomous iteration. Also use when the user asks "what do you need to make this autonomous?" or describes a workflow they want to close the loop on. NOT for: full repo audits (use tap-audit), coding, test writing, or implementation.
Validate whether a product idea is worth building before committing engineering investment. Use when someone says "should we build this", "validate this idea", "discovery", "run an experiment", "test this hypothesis", "what are the risks", "is this worth building", "feasibility check", "prototype plan", or when a team has a shaped feature or product idea and needs to assess risks and design experiments before building. Sits between product-thinker (should we?) and shaping-work (what exactly?) — this skill answers "will this actually work?" by identifying what you don't know, designing the cheapest way to find out, and defining evidence gates that justify (or kill) the investment. Also trigger when someone has a feature request and you sense high uncertainty — if the team is about to spend weeks building something nobody tested, this skill should intervene.
Break down complex products, features, or systems into fundamental primitives and building blocks from a software creator's perspective. Use when starting a new application, designing a large feature, or needing to understand a complex system's moving parts before building. Trigger phrases: "break down X", "decompose this", "what are the primitives", "building blocks of Z", "map the architecture", "what are the moving parts", "analyze this system", or any situation where you need to identify the atomic, reusable capabilities that compose a system. Complements product-thinker (user perspective) with the builder's perspective (system-level connections).
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Provider-agnostic skills for autonomous product development: spec, task, implement, test, review, and summarize changes.
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
Focused agentic engineering workflow: design-doc, spec, plan, implement, tdd, refactor, review, address-pr-feedback, browser-verify, explain-visually, compress, branch, and commit.
Requirements-driven development workflow with quality gates for practical feature implementation
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
The operating system for human+agent dev teams. Enables agents to work autonomously and helps humans support them effectively. Assesses repo readiness, analyzes blast radius before merging, builds and runs release smoke-test catalogs, monitors system health, and drives retrospectives.
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.
Cross-cutting across shaping-work, implementation-planning, strategic-thinker, and implement-change. The reference doc at skills/implementation-planning/references/rollout-primitives.md defines two mechanisms and three decisions.
Two mechanisms:
Three decisions (every plan walks this tree):
Default is no flag, no expand-contract. Pick the lightest mechanism(s) that produce the launch control AND reversibility actually needed. One flag per feature, at the user-visible boundary. Bug fixes never get flags. Schemas can't be flagged — flag the consumer, expand-contract the schema.
Integration with tap-skills: the flag system itself (PostHog / LaunchDarkly / static config / DB-driven / none) is discovered from .tap/architecture.md, which tap-skills:tap-audit seeds during repo audit. Planners read it; they don't re-derive it on every plan.
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.md
This gives you:
Then add project-specific sections (dev server, database, tools) below the workflow block.