xbert-workflow-review
Run a structural audit of your XBert workflow setup — template consolidation, budget accuracy, workload balance, and setup hygiene.
By XBert IntelligenceLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 9, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install xbert-workflow-review for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install xbert-workflow-review@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/XBertIntelligence/XBert-PluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/xbert-workflow-review/.
Plugin files
├── .claude-plugin/plugin.json└── skills/workflow-review/SKILL.md
Included Skills1
Run the XBert Workflow Review against the customer's own Connect tenant — produces a structured audit document covering template consolidation, budget accuracy, workload balance, completion quality, and setup hygiene. Use this skill whenever the user asks to review, audit, or sanity-check their XBert workflow setup, asks how to clean up or rationalise their templates, asks whether their time budgets match reality, asks who is actually doing the work in their team, or runs the /workflow-review slash command. Also triggers on: 'our setup has gotten messy', 'we set this up and never came back to it', 'something is off with our templates', or any request implying a structural audit of workflow configuration.
Plugin manifests1
{
"name": "xbert-workflow-review",
"displayName": "XBert Workflow Review",
"description": "Run a structural audit of your XBert workflow setup — template consolidation, budget accuracy, workload balance, and setup hygiene.",
"author": {
"name": "XBert Intelligence",
"email": "[email protected]"
},
"homepage": "https://intelligence.xbert.io/plugins/xbert-workflow-review",
"license": "MIT",
"keywords": [
"workflow",
"audit",
"templates",
"budgets",
"consolidation",
"hygiene"
],
"x-xbert": {
"displayName": "XBert Workflow Review",
"tagline": "One command to audit your entire workflow setup — template consolidation, budget accuracy, and team workload in a Word document.",
"audience": [
"principals",
"practice-managers",
"accountants"
],
"categories": [
"workflow",
"audit",
"monthly"
],
"prerequisites": [
"XBert account with workflow configured",
"At least one active client with schedules",
"XBert Working Paper, the companion render plugin that writes the Word document — install it from this same catalogue (it needs Python 3.10+)"
],
"screenshots": [],
"demoVideo": null,
"includes": {
"skills": 1,
"commands": 1,
"mcpTools": 0
},
"longDescription": "As firms grow, their XBert workflow setup accumulates debt — duplicate templates created for slight budget variations, orphaned schedules assigned to staff who've left, zombie notifications that fire but never complete. The mess is invisible until someone audits it, and nobody has time to audit it manually.\n\nXBert Workflow Review runs the entire structural audit in one pass. It pulls a point-in-time extract of your workflow configuration via MCP, runs six deterministic analyses (no LLM judgment in the numbers), and produces a Word document you can circulate inside the firm without editing. The document names specific templates, specific users, and specific processes — not generic advice.",
"useCases": [
{
"title": "Template library cleanup",
"description": "Identify which templates are variants of the same base process and can be collapsed — often reducing library size by 30-50%."
},
{
"title": "Budget vs reality check",
"description": "Surface templates where budgeted time is materially out of step with actual time logged, ranked by annualised hours of impact on your capacity plan."
},
{
"title": "Workload balance review",
"description": "See who is actually doing the work — flag concentration risk where one person holds a disproportionate share of team time."
},
{
"title": "Setup hygiene sweep",
"description": "Catch orphaned assignments, zombie schedules, stale templates, and duplicate names before they cause real problems."
}
],
"benefits": [
{
"icon": "FileSearch",
"title": "Full structural audit",
"description": "Six analytical sections covering snapshot, usage reality, consolidation, budget accuracy, health flags, and prioritised recommendations."
},
{
"icon": "FileText",
"title": "Ready-to-circulate document",
"description": "Produces a Word document with a title block, executive summary and named findings — designed to be read by anyone from a workflow specialist to a practice owner."
},
{
"icon": "ShieldCheck",
"title": "Deterministic, not opinionated",
"description": "Every number is computed from your data. Confidence labels (Direct, Likely, Needs review) signal where the data speaks for itself vs where human judgment is required."
}
],
"workflow": [
"Type /workflow-review in Claude Code or Claude Desktop",
"Plugin pulls the workflow extract from your connected XBert tenant via MCP",
"Six section analyses run deterministically — snapshot, usage, consolidation, budget, health, recommendations",
"Build the working-paper payload, render via xbert-working-paper:render-docx, and report the saved path",
"Ask follow-up questions about any finding directly in chat"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[xbert-workflow-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-workflow-review)