xbert-end-of-period-dashboard
Period-close readiness dashboard fusing workflow, data quality and lodgement obligations across every client.
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-end-of-period-dashboard for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install xbert-end-of-period-dashboard@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-end-of-period-dashboard/.
Plugin files
├── .claude-plugin/plugin.json└── skills/end-of-period-dashboard/SKILL.md
Included Skills1
Run the XBert End-of-Period Dashboard for a Connect tenant — fuse XBert work, ledger data quality and lodgement obligations into one per-client period-close readiness view. Use when the user asks about month-end, quarter-end, year-end, BAS readiness, payroll close, period-close status, who is ready to close, lodgement deadlines, or runs the /end-of-period-dashboard slash command. Also triggers on 'are we ready for month-end', 'who is at risk for BAS', 'what is blocking close', 'period-close stand-up'.
Plugin manifests1
{
"name": "xbert-end-of-period-dashboard",
"displayName": "XBert End-of-Period Dashboard",
"description": "Period-close readiness dashboard fusing workflow, data quality and lodgement obligations across every client.",
"author": {
"name": "XBert Intelligence",
"email": "[email protected]"
},
"homepage": "https://intelligence.xbert.io/plugins/xbert-end-of-period-dashboard",
"license": "MIT",
"keywords": [
"period-close",
"compliance",
"lodgement",
"month-end",
"quarter-end",
"year-end",
"bas",
"vat"
],
"x-xbert": {
"displayName": "XBert End-of-Period Dashboard",
"tagline": "Period-close readiness dashboard fusing workflow, data quality and lodgement obligations across every client.",
"audience": [
"accountants",
"principals",
"practice-managers"
],
"categories": [
"period-close",
"compliance",
"monthly",
"quarterly",
"annual"
],
"prerequisites": [
"XBert account with workflow configured",
"Client ledgers connected (Xero, QuickBooks)",
"Practice operates in Australia (v1 is AU-only)"
],
"screenshots": [],
"demoVideo": null,
"includes": {
"skills": 1,
"commands": 1,
"mcpTools": 0
},
"longDescription": "Closing a period across a book of clients is a coordination problem. The lodgement calendar lives in one system, the workflow board lives in XBert, the data quality signals live in the ledger, and the practice manager holds it all together by intuition. That intuition is the gap this plugin fills (cowork brief #3).\n\nEnd-of-Period Dashboard fuses three streams — XBert work in flight, ledger data quality, and the upcoming lodgement calendar — into a single per-client readiness view. Pick the cadence (month, quarter or year), and the plugin loops every client and answers: are they ready, what is blocking them, and which deadlines are at risk. The first page tells you 'X of Y ready, Z lodgements due in the next N days, W items needing attention'. The rest of the document is the per-client detail your team needs to action.\n\nv1 is AU-first and runs one cadence at a time. Multi-jurisdiction support is on the v2 roadmap.",
"useCases": [
{
"title": "Month-end stand-up briefing",
"description": "Run the month-end view on the last working week — the readiness summary becomes your stand-up agenda, ordered by which clients need help today."
},
{
"title": "Pre-BAS quarter readiness",
"description": "Two weeks before a BAS quarter closes, run the quarter view to see which clients still have unreconciled banks, missing supplier docs, or open queries that will block lodgement."
},
{
"title": "Year-end planning",
"description": "Annual view shows which clients are on track for tax-time hand-off and which need a remediation plan before the books close."
},
{
"title": "New-client risk assessment",
"description": "When a client joins mid-period, the readiness view shows the catch-up scope concretely — work outstanding, DQ gaps, lodgement runway."
}
],
"benefits": [
{
"icon": "Scale",
"title": "Three streams, one decision view",
"description": "Fuses XBert work-in-flight, ledger data quality and lodgement obligations into a single per-client readiness band, ranked by deadline risk."
},
{
"icon": "Clock",
"title": "Cadence-aware",
"description": "One command, three views. Pick month, quarter or year and the plugin pulls only the obligations and signals relevant to that close cycle."
},
{
"icon": "FileText",
"title": "Action-ready Word output",
"description": "First page is the summary your partner reads. The rest is the per-client detail your team works through. No spreadsheet stitching required."
}
],
"workflow": [
"Type /end-of-period-dashboard in Claude Code or Claude Desktop",
"Choose the cadence (month, quarter or year) and the Connect tenant",
"Plugin pulls clients, workflow status, data quality, lock-dates, reconciliation status and validation results via XBert MCP",
"Per-client readiness is computed, deadlines are checked, blockers are named",
"Word document is produced with the readiness summary, deadline-risk list and per-client detail"
]
}
}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-end-of-period-dashboard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-end-of-period-dashboard)