Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Catalyst meta-plugin — global agents, slash commands, and session hooks (workstream briefing, pre/post-compact context preservation, git-guard). Designed to be kept always-enabled.
npx claudepluginhub thebranchdriftcatalyst/catalyst-agentic-sdlc --plugin catalyst-metaInitialize the full 3-layer memory architecture for a project. Target path is `$1` (defaults to the current working directory if not provided).
Report status of all 3 memory architecture layers (semantic search, code graph, agent memory)
Analyze and optimize code for performance
Persist important decisions, discoveries, and learnings from this session to memory-service
Executes bash commands
Hook triggers when Bash tool is used
External network access
Connects to servers outside your machine
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Harness-native ECC plugin for engineering teams - 63 agents, 251 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Structured ticket workflow with progressive context, beads integration, quality gates, and per-stage agents (dev, review, QA, coverage)
Multi-agent SDLC framework with Cognitive Council deliberation and task decomposition patterns for structured feature development
Share bugs, ideas, or general feedback.
Private Claude Code plugin marketplace. Hosts the Catalyst family of multi-agent SDLC and workflow plugins.
catalyst-agentic-sdlc/ # repo root = marketplace root
├── .claude-plugin/
│ └── marketplace.json # marketplace catalog (name: "catalyst")
└── plugins/
├── catalyst-sdlc-framework/ # plugin: Cognitive Council SDLC framework
│ ├── .claude-plugin/plugin.json
│ ├── agents/ # 7 council experts + structured-logging-architect
│ └── commands/ # /sdlc-council, /sdlc-council-quick
├── ticket-workflows/ # plugin: structured ticket workflow
│ ├── .claude-plugin/plugin.json # ships PostToolUse/PreToolUse/Stop hooks
│ ├── agents/ # dev, review, qa, coverage
│ ├── commands/ # begin, status, review, qa, tech-compare, wrapup, dev
│ └── templates/ # context, pr-description, qa-report
└── catalyst-meta/ # plugin: global commands, hooks, MCP servers
├── .claude-plugin/plugin.json # wires SessionStart/PreCompact/PreToolUse hooks
├── .mcp.json # bundled MCP server stack
├── commands/ # memory-status, init-memory, save-context, optimize
├── hooks/ # workstream-briefing, pre/post-compact, git-guard
└── docs/ # memory-architecture reference
The repo follows the multi-plugin marketplace pattern from the Claude Code plugin marketplace docs: a single marketplace.json at the root lists every plugin, each plugin lives under plugins/<name>/ with its own .claude-plugin/plugin.json and component directories (agents/, commands/, skills/, hooks/).
# During development (local path)
/plugin marketplace add /Users/panda/catalyst-devspace/workspace/catalyst-sdlc-framework
# From GitHub
/plugin marketplace add TheBranchDriftCatalyst/catalyst-agentic-sdlc
/plugin install catalyst-sdlc-framework@catalyst
/plugin install ticket-workflows@catalyst
/plugin install catalyst-meta@catalyst
Installed plugins are cached at ~/.claude/plugins/cache/ — re-run /plugin marketplace update catalyst after structural changes to pull updated manifests.
catalyst-sdlc-frameworkA 6-expert Cognitive Council that decomposes epics and features into structured, sequenced SDLC task manifests through a strict 5-phase deliberation protocol. The goal is to surface dissent, prevent groupthink, and produce a manifest a delivery team can turn into tickets without further refinement.
| Command | Purpose |
|---|---|
/sdlc-council <epic> | Full council deliberation — all 5 phases, all 6 experts. Use for complex initiatives where consensus quality matters. |
/sdlc-council-quick <epic> | Single-pass decomposition for straightforward features. Faster and cheaper, no cross-critique. |
| Agent | Perspective |
|---|---|
sdlc-systems-architect | Component boundaries, API contracts, data models, integration points |
sdlc-impl-engineer | Code-level granularity, effort, sequencing, developer experience |
sdlc-qa-strategist | Test coverage, acceptance criteria, edge cases, quality gates |
sdlc-devops-delivery | CI/CD, infrastructure, release strategy, feature flags |
sdlc-product-design | User journeys, story mapping, value delivery sequencing |
sdlc-red-team | Adversarial — challenges necessity, finds scope creep, argues for minimum viable scope |
| Agent | Purpose |
|---|---|
structured-logging-architect | Senior observability engineer — designs structured logging for Elasticsearch/Datadog. Invoke directly when needed. |