Unified workflow rules + on-demand specialist agents
npx claudepluginhub maslennikov-ig/template-bridgeUnified superpowers+beads workflow + proactive template catalog (413+ specialist agents on-demand from claude-code-templates)
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Share bugs, ideas, or general feedback.
Unified development workflow for Claude Code: Superpowers + Beads + Templates.
Bridges three powerful Claude Code plugins into a single disciplined workflow with on-demand access to 413+ specialist agent templates.
| Plugin | Install | Purpose |
|---|---|---|
| Superpowers | /plugin install superpowers | TDD, brainstorming, debugging, code review |
| Beads | /plugin install beads | Task tracking across sessions |
Both are optional — the workflow skill adapts, but you get the full power with all three.
| Component | Type | Purpose |
|---|---|---|
unified-workflow | Skill | How to work: beads task → brainstorm → plan → TDD → review → finish |
template-catalog | Skill | 413+ specialist agents on-demand from claude-code-templates |
browse-templates | Command | /browse-templates — manual template search |
┌─────────────────────────────────────────────────────┐
│ YOUR TASK │
├──────────┬──────────────────┬───────────────────────┤
│ Beads │ Superpowers │ Template Bridge │
│ WHAT │ HOW │ WHO │
│ │ │ │
│ bd create│ brainstorming │ template-catalog │
│ bd ready │ writing-plans │ 413+ specialist agents│
│ bd close │ TDD (red-green) │ on-demand install │
│ │ debugging │ │
│ │ code-review │ │
│ │ verification │ │
└──────────┴──────────────────┴───────────────────────┘
Every task follows this sequence:
1. TASK bd create -t feature "..." or bd update <id> --status in_progress
│
2. BRAINSTORM superpowers:brainstorming → design before code
│
3. PLAN superpowers:writing-plans → 2-5 min tasks
│
4. ISOLATE superpowers:using-git-worktrees (non-trivial work)
│
5. IMPLEMENT For each task:
├─ RED: write ONE failing test
├─ VERIFY: confirm it fails for the right reason
├─ GREEN: minimal code to pass
├─ VERIFY: all tests pass
├─ REFACTOR: clean up
└─ COMMIT
│
6. REVIEW superpowers:requesting-code-review
│
7. VERIFY superpowers:verification-before-completion
│
8. FINISH superpowers:finishing-a-development-branch
│
9. CLOSE bd close <id> --reason "Done"
No production code without a failing test first. Ever.
RED ──────► VERIFY RED ──────► GREEN ──────► VERIFY GREEN ──────► REFACTOR ──────► COMMIT
write test fails for minimal all tests clean up after each
right reason code pass green
Always invoke superpowers:systematic-debugging BEFORE any fix:
Before claiming anything done:
"Evidence before claims, always."
When a task needs a specialist not in current skills:
# Direct install (always fresh from repo)
npx claude-code-templates@latest --agent security/security-auditor --yes
# Interactive browser
npx claude-code-templates@latest