Claude Code plugins by Backchain. All plugins in this repository conform to the agentskills.io specification and ship under AGPL-3.0-only with a Backchain commercial-license reservation (see License below).
Team of Rivals
AI assistants tend to agree with you, even when your idea is... ill-advised. This skill set provides a panel of role-specific advisory agents that argue from focussed perspectives. Inspired by Lincoln's executive cabinet strategy: appoint your most challenging opponents to senior roles, rather than loyalists, so you receive direct and honest feedback from different perspectives. They will disagree with each other and they will disagree with you. The result is synthesized into a single honest recommendation designed to help identify blind spots and promote critical thinking.
| Agent | Perspective |
|---|---|
| Visionary | Expands possibilities, challenges constraints, identifies moonshot opportunities |
| Skeptic | Demands evidence, calculates failure probabilities, exposes hidden assumptions |
| Operator | Maps resources, identifies dependencies, grounds vision in execution reality |
| Ethicist | Evaluates stakeholder impact, assesses long-term consequences, applies moral frameworks |
Filesystem-backed agent memory
Three skills for explicit memory operations that complement Claude Code's native auto memory and /recap. consolidate audits knowledge directories and graduates stable feedback memories to permanent rules. briefing produces a cross-tool session-start orientation from your issue tracker, git history, and staleness signals. working manages an ephemeral .memory/ directory with an explicit checkpoint β promote β cleanup lifecycle.
| Skill | Purpose |
|---|---|
| consolidate | Audit knowledge dirs and auto memory; produce an editable cleanup plan; execute approved actions |
| briefing | Session-start briefing from issue tracker + git + working memory + staleness signals |
| working | Structured ephemeral state β todos, decisions, questions β with promotion to permanent locations |
Tool-agnostic: prompts the user for issue-tracker / ADR / docs locations rather than assuming a specific stack.
/plugin marketplace add backchainai/backchain-plugins
/plugin install advisors@backchain-plugins
/plugin install engram@backchain-plugins
git clone https://github.com/backchainai/backchain-plugins.git
/plugin marketplace add ./backchain-plugins
/plugin install advisors@backchain-plugins
/plugin install engram@backchain-pluginsThis repository is licensed under AGPL-3.0-only. AGPL closes the SaaS loophole that permissive licenses leave open: a competitor offering a hosted version of any plugin in this repository must release their modifications.
The contents of this repository are offered publicly under AGPL-3.0-only. Backchain LLC, as sole copyright holder, reserves the right to offer the same code under alternate commercial terms β including for proprietary or SaaS use that the AGPL would otherwise constrain.
If your use case requires a non-AGPL license, contact us at backchain.ai.
External contributions are welcome under AGPL-3.0-only with a Developer Certificate of Origin sign-off. See CONTRIBUTING.md for the full posture and the per-PR checklist.
git commit -s -m "feat(<plugin>): describe your change"