By colenet-gmbh
CAPD — Colenet Agentic Product Development. colenet's Claude Code harness for agentic product development in teams. Bundles the best practices of our consultants and engineers as skills — growing step by step.
colenet's Claude Code harness for agentic product development in teams.
This plugin bundles the best practices of the consultants and engineers at colenet — a specialist in agile consulting, software development, and agile training — as reusable Claude Code skills.
Invoked as /capd:<skill>.
Early stage (v0.1.0). Currently contains one skill. The role model
(Scrum Master / Product Owner / Team) is not yet decided — the architecture is
intentionally kept open for it.
Grouped by category.
| Skill | Invocation | Purpose |
|---|---|---|
grill-me | /capd:grill-me | Stress-test for plans & designs: Claude grills you systematically, one question at a time, down the entire decision tree until you reach shared understanding. Ideal for refinement, design reviews, and as a sounding board. |
grill-meis a port frommattpocock/skills(MIT, © Matt Pocock) — details inATTRIBUTION.md.
Via the colenet marketplace (recommended):
/plugin marketplace add colenet-gmbh/colenet-claude-code-marketplace
/plugin install capd@colenet
Locally for development/testing:
claude --plugin-dir /path/to/colenet-claude-code-plugin
superpowers (Jesse Vincent, MIT) — a
dependency, declared as superpowers@claude-plugins-official and installed
automatically with capd. Every user gets its full skill library: TDD, debugging,
brainstorming, planning, and collaboration workflows. It resolves from the built-in
claude-plugins-official marketplace, so there's no extra setup.plugin-dev (@claude-plugins-official) — Claude Code's own plugin-building
skills (plugin-structure, skill-development, …). Not required to use capd, but
recommended if you extend it (see CONTRIBUTING.md).Invoke the skill directly:
/capd:grill-me
…or trigger it casually — the skill's trigger phrases fire on things like "grill me", "grill mich", or "tear my plan apart".
The plugin bundles a status line (statusline/statusline.js, requires node) showing
model, git branch, directory, a context-usage bar, RAM, cost, and rate limits. While the
plugin is enabled it is applied automatically as the subagent status line.
Opus 4.8 │ main │ colenet-claude-code-plugin │ ███░░░░░░░ 37% │ RAM 12% │ $37.177 │ 5h:23% 7d:15%
Claude Code does not let a plugin set the main (bottom) status bar — only your own
settings can. To use this status line as your main bar, copy the script and point your
~/.claude/settings.json at it:
{
"statusLine": { "type": "command", "command": "node ~/.claude/statusline.js" }
}
Want to add a skill or extend capd? See CONTRIBUTING.md for the
setup, conventions, and quality checks.
This plugin is distributed via the separate
colenet-claude-code-marketplace
repository. Future colenet plugins get their own repositories and are referenced there
as well.
MIT © colenet GmbH — see LICENSE. Adopted third-party content is listed
separately in ATTRIBUTION.md.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub colenet-gmbh/colenet-claude-code-marketplace --plugin capdComprehensive 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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls