Plugin marketplace for compound-workflows
npx claudepluginhub adamfeldman/compound-workflowsCompound engineering workflows: agents, commands, and skills for iterative development
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Fork of Every's compound-engineering for Claude Code. Longer sessions without context exhaustion, session recovery when things go wrong, task tracking that survives compaction, multi-model red team (PAL + Claude), fewer plan iterations, and memory that persists across sessions.
Compound engineering is a methodology where each unit of engineering work makes subsequent units easier. You document solutions, capture decisions with their rationale, and build institutional knowledge that compounds over time.
Compound workflows generalize this idea beyond software engineering to all knowledge work — an opinionated way to use Claude Code for research, planning, decision-making, and implementation. The cycle remains the same: brainstorm → plan → work → review → compound.
The plugin captures best-practice patterns and makes them shareable, while remaining configurable to individual user preferences.
Ambitious tasks in Claude Code hit walls:
/compact-prep and /recover handle planned and unplanned session boundaries; beads tracking survives across compactions.| compound-engineering | compound-workflows | |
|---|---|---|
| Agent outputs | In-context (fills up) | Sessions last longer — agents write to disk, not context |
| Plan quality | Unbounded iteration | Plans reach quality faster — readiness checks and auto-consolidation catch issues early |
| Red team | Single model | 3 models in parallel surface what a single model misses |
| Task tracking | TodoWrite only | Survives compaction — beads preferred, TodoWrite fallback |
| Session recovery | Manual | /do:compact-prep (proactive) + /recover (reactive) |
| Memory management | None | What you learn in one session carries to the next (in progress) |
| Process analysis | None | See where your time goes and which tasks take longer than expected |
/plugin marketplace add adamfeldman/compound-workflows
/plugin install compound-workflows
Warning: Do not install alongside compound-engineering. This plugin bundles all agents and skills. Installing both will cause agent name conflicts. Run
/do:setupto detect and resolve conflicts.
Then run setup to detect your environment:
/do:setup
From your terminal:
claude plugin update compound-workflows@compound-workflows-marketplace
Or use the interactive /plugin menu inside Claude Code.
| Command | Purpose |
|---|---|
/do:setup | Detect environment, configure directories, recommend enhancements |
/do:brainstorm | Explore requirements through collaborative dialogue |
/do:plan | Transform ideas into implementation plans with research agents |
/do:deepen-plan | Enhance plans with parallel multi-model research + red-team challenges |
/do:work | Execute plans autonomously with progress tracking |
/do:review | Multi-agent code review from multiple perspectives |
/do:compound | Document solved problems to build institutional knowledge |
/do:compact-prep | Save your work before compaction — checklist for memory, commits, and resume |
/do:abandon | Session-end capture without resumption |
/compound-workflows:recover | Recover context from dead/exhausted sessions via JSONL log parsing |
/compound:*aliases still work during the v3.0 transition period.