Domain-neutral Team Lead + specialized agents pattern for Claude Code. Bundles 14 specialists (now including data-engineer), a dispatch playbook, format/lint/test gates, the guard-recursive-spawn hook, and templates for stakeholder prose, design specs, RAID logs, and partner-success artifacts. v0.8.0 added the `/wrap` slash command + scenario-retrieval skill (the feedback loop that lets a consultant capture scope-tagged scenarios at engagement-close). v0.9.0 adds the pre-action decision-tree traversal clause to the Capability Grounding Protocol + the Researcher staleness check for decision trees (90-day re-verification) — closes the wrong-branch-from-the-start failure mode that the reactive alternate-methods rule doesn't cover.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Set up agent-readable boundary files (AGENTS.md + CLAUDE.md + .repo-layout.json + optional CI) tailored to this repo's purpose.
Capture a lesson-learned scenario from the current engagement and write it directly to the RavenClaude marketplace as a structured YAML+markdown file. Low-friction replacement for the multi-step /contribute-finding flow.
Use this agent as the technical conscience across the entire software lifecycle — design, build, test, review, iterate. Spawn for upfront design BEFORE writing code, AND re-consult whenever a phase boundary surfaces a question that exceeds a coder/tester/reviewer's authority (tests contradict the plan, scope expands mid-build, reviewer flags a structural concern, iteration requires re-planning). Do NOT use it to write production code.
Use this agent to implement server-side code — API handlers, business logic, database queries, background jobs, integrations. Spawn AFTER the architect has produced a plan. Each invocation should target one focused, testable change.
Use this agent for pre-merge review of any non-trivial diff. Spawn it AFTER coder + tester agents are done but BEFORE the Team Lead opens a PR or merges. Returns a structured review with blockers, suggestions, and praise.
Use this agent for data-shaped work that isn't tied to a specific domain plugin — pipeline design, data modeling, ETL/ELT, warehouse and lake schemas, query performance, data quality, lineage, ingestion connectors, and analytics-engineering style transformations (dbt-flavored or hand-rolled). Spawn for "design this pipeline", "model this warehouse", "this query is slow", "this batch keeps failing", "make this dataset trustworthy". NOT for Power BI semantic models or DAX (that's `power-platform/power-bi-engineer`). NOT for application database schema design driven by a product feature (route to `architect` instead). NOT for ML feature engineering as part of model training (that's a separate specialty).
Use this agent for rigorous, multi-source research — troubleshooting unfamiliar errors, comparing tools/libraries, verifying claims, or going deeper than a single web search. Spawn it when the question needs official docs PLUS expert blogs/forums/source code, when confidence levels and source citations matter, or when another agent (architect, project-manager, PSM) has flagged a research gap. Returns a structured brief with findings, confidence ratings, competing hypotheses, and open questions. Do NOT use it for tasks the Team Lead can answer from the repo alone.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
A private Claude Code plugin marketplace — bundled team rules, specialist agents, dispatch playbooks, and templates that travel with you across projects.
📖 Browse the marketplace interactively →
repo-guide.html— a self-contained single-page guide to every plugin, agent, skill, hook, rule, and template, with a searchable cross-plugin index. Download it and open in any browser; no server, no build step. Regenerated from the manifests on every release.
Today this marketplace ships five plugins:
ravenclaude-core — domain-neutral Team Lead + 14 specialists (architect, coders, reviewers, designer, documentarian, deep-researcher, project-manager, partner-success-manager, prompt-engineer, data-engineer, etc.), plus dispatch playbooks (with a Cross-plugin dispatch section), gates, 5 hooks, templates, and the cross-project contribution-staging loop.power-platform — 11 Microsoft Power Platform specialists (Power Fx, flows, Power BI, Dataverse, model-driven, PCF, Copilot Studio, Power Pages, admin, ALM, tester), 13 skills, an advisory house-opinions hook covering 8 checks, and the bundled pbix-mcp MCP server.finance — 7 corporate-finance & FP&A specialists (FP&A analyst, financial modeler, controller, treasury, valuation, audit-prep, board-pack composer), 4 skills, 8 templates, advisory anti-pattern hook.regulatory-compliance — 6 financial-regulatory specialists (AML/KYC, regulatory reporting, risk-and-controls, policy & procedure writer, examination prep, Bermuda-insurance), 4 skills, 8 templates, defensive PII-scrub hook.web-design — 7 web specialists (web architect, UX, visual, frontend implementer, content strategist, accessibility auditor, performance engineer) with WCAG 2.2 AA/AAA, Core Web Vitals, and SEO discipline. 4 skills, 8 templates, advisory web anti-pattern hook.EdTech and Salesforce plugins remain on the roadmap.
In any Claude Code project where you want the agents:
/plugin marketplace add mcorbett51090/RavenClaude
/plugin install ravenclaude-core@ravenclaude
# Optional — add only if you're working on Power Platform:
/plugin install power-platform@ravenclaude
/reload-plugins
That's it. The ravenclaude-core specialist agents become available to the Team Lead via the spawn-team skill, the dispatch skills (spawn-team, new-worktree, cleanup-worktrees, create-pr, run-full-test-suite) are loaded, and the format/lint/test hooks fire automatically. Installing power-platform adds its 11 specialists alongside.
To pin a specific version (recommended for client engagements where you don't want surprise updates):
/plugin marketplace add mcorbett51090/RavenClaude#<git-sha>
To update later:
/plugin marketplace update ravenclaude
/reload-plugins
If you want to iterate on this marketplace itself (or test a change before pushing):
# From any test project, point at your local checkout:
/plugin marketplace add /path/to/RavenClaude
/plugin install ravenclaude-core@ravenclaude
/reload-plugins
After editing files in plugins/ravenclaude-core/ (or plugins/power-platform/), run /plugin marketplace update ravenclaude and /reload-plugins again to pick up the changes.
If you're on a Claude Code plan or in an enterprise environment that restricts marketplace installs, you can clone this repo and copy the plugin folder manually:
git clone https://github.com/mcorbett51090/RavenClaude.git
# User scope (available across all your projects on this machine):
cp -r RavenClaude/plugins/ravenclaude-core/* ~/.claude/
# Or project scope (just one project):
cp -r RavenClaude/plugins/ravenclaude-core/* /path/to/your/project/.claude/
You lose auto-update and version pinning. To update, git pull and re-copy. Otherwise the agents, skills, hooks, rules, and templates work identically.
ravenclaude-coreOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub mcorbett51090/ravenclaude --plugin ravenclaude-corePower Platform specialists (11 including power-platform-tester and power-bi-engineer) with Capability Grounding Protocol (extended with alternate-methods rule + v0.11.0 pre-action decision-tree traversal), maintainability-review skill, and strong ALM/git coverage for solutions, flows, and PBIP projects. House-opinions hook covers 8 mechanically-detectable §3/§4 violations. Knowledge bank captures production lessons — `programmatic-flow-creation.md` is the **first knowledge file with a Mermaid decision tree** (v0.11.0, 2026-05-21) covering PA flow recovery (portal toggle / surgical temp solution / full reimport / connection-rebind branches with blast-radius-as-default tiebreaker). flow-engineer and solution-alm-engineer carry the pre-action traversal inline priors. Scenarios bank (v0.10.0): 3 seed scenarios from the ~136-cloud-flow customer DEV engagement. Bundles the community pbix-mcp server (d0nk3yhm/pbix-mcp, MIT) for reading, writing, and DAX-evaluating Power BI .pbix/.pbit files without Power BI Desktop — requires `pip install pbix-mcp` on the consumer machine.
Corporate finance & FP&A specialist team — FP&A analyst (budgets, forecasts, variance commentary), financial modeler (3-statement, DCF, scenarios), controller (close, JEs, reconciliations), treasury analyst (cash, covenants, FX), valuation analyst (DCF + comps + precedent), audit-prep specialist (PBC, walkthroughs, SOC1/2 narratives), and board-pack composer. Ships 4 skills (month-end close, variance commentary, model review, board-pack composition), 8 templates, and an advisory hook flagging finance anti-patterns. Inherits ravenclaude-core protocols (Grounding, Structured Output, Cited-Adjudicator).
Financial-regulatory & compliance specialist team — AML/KYC analyst (sanctions, EDD, SAR/STR), regulatory-reporting analyst (FATCA/CRS, supervisory returns, Solvency II, BMA EBS), risk-and-controls specialist (three lines of defense, KRIs, risk registers), policy & procedure writer, examination-prep specialist, and Bermuda-insurance specialist (BMA insurance code, captives, SAC, IL/ILS). Ships 4 skills (AML program review, regulatory mapping, SAR narrative drafting, examination readiness), 8 templates, and a defensive PII-scrubbing hook (SSN, IBAN, account numbers, Bermuda TIN patterns). Inherits ravenclaude-core protocols.
Web design & build specialist team — web architect (IA, stack, hosting), UX designer (wireframes, flows, conversion), visual designer (brand, typography, tokens), frontend implementer (HTML/CSS/JS, React, Astro, Next), content strategist (copy, microcopy, SEO content), accessibility auditor (WCAG 2.2 AA/AAA), performance engineer (Core Web Vitals, image/font optimization). 4 skills (design-system audit, accessibility review, Core Web Vitals tuning, technical SEO audit), 8 templates, 1 advisory hook, and a knowledge bank seeded with a curated 2026 reference set of "cutting edge yet simple" marketing-site donors (Linear, Vercel, Raycast, Resend, Cursor, v0, Tldraw, Cal.com) — visual-designer / ux-designer / frontend-implementer / web-architect all carry compact inline priors plus a pointer to the full brief. Inherits ravenclaude-core protocols.
EdTech-flavored Partner Success Manager team — 6 specialist agents anchored on the PSM lane with 8 skills, 15 templates, 1 advisory hook, and a 15-doc knowledge bank across 5 waves (v0.2.0 production-lesson + v0.3.0 foundational + v0.4.0 vertical-depth + v0.4.1 operating-cadence + v0.4.2 capability-extension). v0.4.2 adds 4 new skills (advocacy-program-design, adoption-sequencing-k12, implementation-90-day-arc, partner-training-program-design), 5 new knowledge files (edtech-reference-customer-patterns, k12-adoption-arc-fall-spring-summer, sis-sso-rostering-integration-patterns, district-implementation-failure-modes, k12-pd-norms-and-constraints), and 6 new templates (case-study-draft, reference-pipeline-tracker, adoption-diagnostic-worksheet, implementation-90-day-plan, train-the-trainer-curriculum, renewal-decision-memo). What would have been v0.5.0 team expansion, expressed as skills + knowledge + templates rather than parallel agents per the marketplace house rule (added 2026-05-21). Compact inline priors on the 6 affected agents; primary-source citations with retrieval dates. Vertical-explicit but segment-agnostic — fits K-12, higher-ed, corporate L&D, or mixed EdTech books. Inherits ravenclaude-core protocols including the alternate-methods Capability Grounding Protocol.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.