AI-powered workflows for knowledge work: brainstorm, plan, review, execute, and save learnings. The knowledge work equivalent of Compound Engineering.
/kw:brainstorm → Brain dump, pull references, find the shape
/kw:plan → Structure into an actionable plan
/kw:review → Strategic alignment + data accuracy check
/kw:work → Execute the plan, produce deliverables
/kw:compound → Save learnings for next time
Each cycle makes the next one faster. /kw:plan searches docs/knowledge/ for past learnings saved by /kw:compound. Knowledge compounds.
Inside a Claude Code session, run:
/plugin marketplace add EveryInc/compound-knowledge-plugin
/plugin install compound-knowledge@compound-knowledge-marketplace
Then restart Claude Code to load the plugin.
Start here. Paste a meeting transcript, brain dump raw thoughts, or describe a problem. The agent extracts key decisions, open questions, constraints, and tensions — then pulls in references from your project.
/kw:brainstorm
Structure a brainstorm into an actionable plan. Searches past plans, knowledge base, and external sources. Outputs a Pyramid Principle plan (lead with the answer).
/kw:plan
Two reviewers check your work in parallel:
-
Strategic Alignment — Is the goal clear? Is the hypothesis falsifiable? Are we solving the right problem?
-
Data Accuracy — Are numbers sourced? Are baselines explicit? Is data fresh?
Both run simultaneously as Task agents, then findings are merged and grouped P1 (blocks shipping) / P2 (should fix) / P3 (nice to have).
/kw:review
Execute a plan. Break it into tasks, group by dependency, and run independent tasks in parallel. Dependent tasks run sequentially with approval gates between batches.
/kw:work
Extract 1-3 learnings from a session and save them to docs/knowledge/. These get surfaced automatically next time /kw:plan runs on a related topic.
/kw:compound
The compounding loop:
- You brainstorm and plan something
/kw:plansearchesdocs/knowledge/— finds past insights- You execute and review
/kw:compoundsaves what you learned todocs/knowledge/- Next time you plan something related, step 2 finds it
No configuration needed. Works with any project that has a plans/ directory.
The plugin reads your project's CLAUDE.md for:
-
Business context and goals (used by the strategic alignment reviewer)
-
Data source hierarchy (used by the data accuracy reviewer)
-
Style guides and conventions (used during execution)
If your project doesn't have a CLAUDE.md, the workflows still work — they just won't have project-specific context.
| Type | Count | Description |
|---|---|---|
| Workflows | 5 | brainstorm, plan, review, work, compound |
| Review Agents | 2 | strategic-alignment, data-accuracy |
MIT