Roadmap
Where the platform is going, what just shipped, and what's next. The full community-facing roadmap (including maintenance commitments and contribution process) lives in the repository's ROADMAP.md.
The commitment
The open-source marketplace — 81 plugins, 300+ skills, 250+ slash commands, 115+ subagents — is the canonical catalog, and it stays open and maintained. Everything WYRE builds on top of it consumes that same catalog; there is no separate "hosted edition" of the plugins. If you installed from GitHub two releases ago, you're running the same content a Conduit-managed organization runs today.
Every commit to the catalog passes automated validation before it lands, so installability is enforced by CI rather than promised after the fact. Nothing is removed silently — deprecations are announced in the changelog before a plugin disappears.
One marketplace, two ways to use it
wyre-technology/msp-claude-plugins
one repo · one catalog · one set of plugins
│
┌───────────────────┴───────────────────┐
│ │
Claude Code / Claude Desktop Conduit (mcp.wyre.ai)
──────────────────────────── ────────────────────────
/plugin marketplace add … curated skills catalog
/plugin install <name>… synced from the marketplace,
pinned to an exact commit
│ │
plugins run locally org grants · security
scanning · audit trails - Claude Code / Claude Desktop — install straight from GitHub:
/plugin marketplace add wyre-technology/msp-claude-plugins, then/plugin install <name>@msp-claude-plugins. Free, no account. See Installation. - Conduit — the same catalog, delivered as a curated skills library for your organization. Each sync is pinned to an exact commit of the marketplace, every skill passes automated security scanning before it can be enabled, admins grant packs to teams, and usage is auditable. See the Gateway overview and Security Model.
The experience we're building toward is deliberately simple: one click (or one command) to enable a plugin or a pack — with Conduit supplying the compliance and governance layer MSP organizations need, rather than a different install experience.
What just shipped
- Official plugin-format alignment. The marketplace now validates clean against the official Claude Code plugin-marketplace spec, with CI that guarantees any merged change actually reaches installed users (a version bump-gate on every plugin change).
- Conduit marketplace ingestion. Conduit loads its skills catalog directly from this marketplace — single pinned commit per sync, pre-ingestion security scanning, full provenance. One artifact, two consumers, now wired end-to-end.
- Advanced workflow guides. Twenty scheduled-routine guides built and verified against live gateway connectors, from ticket triage to QBR prep — see Advanced Workflows.
Next: industry workflow packs
Today's plugins are vendor-shaped — one plugin per tool. The next wave is job-shaped: workflow packs that bundle the skills, subagents, and slash commands for how an MSP runs a whole function, across every vendor you have connected to the gateway. Packs compose the vendor plugins; they don't duplicate them. They release continually as new partner integrations come online.
| Pack | What it runs | Example contents |
|---|---|---|
| MSP Operations | The daily service-desk engine: board health, dispatch, SLA pressure, shift handoffs | /ops-pack:morning-huddle, /ops-pack:sla-breaches, a stale-ticket-chaser agent |
| Security Operations | Cross-vendor alert triage and incident response across your EDR/MDR/SIEM stack | /secops-pack:portfolio-sweep, an overnight-alert-summarizer agent, containment playbooks |
| Finance & Billing | Agreement and billing truth across PSA, accounting, and distribution | /finance-pack:month-end-recon, /finance-pack:true-up, a billing-drift-detector agent |
| Compliance | Evidence collection and control drift against CIS, SOC 2, HIPAA, and insurance questionnaires | /compliance-pack:evidence-pack, a control-drift-reporter agent, evidence-mapping skills |
Each pack is a normal plugin in the marketplace: installable in Claude Code with one command, enable-able in Conduit with one click, and individually versioned like everything else in the catalog.
Follow along
- Live project board — what's in flight right now
- Changelog — every user-visible change, every release
- Discussions and Discord — tell us what your MSP needs next; workflow-pack priorities are driven by what operators ask for