xbert-close-chase
Own the close-period chase — outstanding XBerts become the ranked chase list with drafted reminders + delta-on-rerun.
By XBert IntelligenceLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- 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-close-chase for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install xbert-close-chase@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-close-chase/.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "xbert-close-chase",
"displayName": "XBert Close Chase",
"description": "Own the close-period chase — outstanding XBerts become the ranked chase list with drafted reminders + delta-on-rerun.",
"author": {
"name": "XBert Intelligence",
"email": "[email protected]"
},
"homepage": "https://intelligence.xbert.io/plugins/xbert-close-chase",
"license": "MIT",
"keywords": [
"close",
"chase",
"month-end",
"reminders",
"ledger",
"xbert"
],
"x-xbert": {
"displayName": "XBert Close Chase",
"tagline": "Own the close-period chase — outstanding XBerts become the ranked chase list with drafted reminders + delta-on-rerun.",
"audience": [
"bookkeepers",
"practice-managers"
],
"categories": [
"close",
"chase",
"reminders",
"month-end"
],
"prerequisites": [
"XBert account",
"Client connected to a ledger"
],
"screenshots": [],
"demoVideo": null,
"includes": {
"skills": 1,
"commands": 1,
"mcpTools": 0
},
"longDescription": "Close-period chase is the same loop every month. Pull every outstanding issue the client needs to resolve before the period closes — every outstanding XBert — rank them by impact and age, draft reminder messages with the right tone for the channel, record what was chased, and on the next run produce a delta of what is still outstanding versus what has already been chased.\n\nXBert Close Chase orchestrates the loop. It operates on ALL outstanding XBerts for the client — not a curated subset — because the chase covers every issue the client needs to resolve, not a narrowly themed review. The chase list is ranked, the reminder text is drafted per item with email and Capture-chat tone variants, the chase record is kept in a small ChaseLedger store, and the delta-on-rerun shows the practice manager what has moved and what has not.\n\nRead-only and never auto-sent. The plugin drafts; the bookkeeper sends.",
"useCases": [
{
"title": "Monthly close-period chase",
"description": "Every month before the period closes, run the chase, get the ranked list, send the reminders, run again a few days later and see the delta."
},
{
"title": "Quarter-end pulse",
"description": "Quarterly cadence on a multi-client portfolio — same loop, every client, sequenced."
},
{
"title": "Year-end document chase",
"description": "End of the financial year — sweep every outstanding XBert that needs evidence or sign-off before year-end close."
},
{
"title": "New-client onboarding chase",
"description": "First-month new-client chase to surface every gap and drive resolution before the period locks."
}
],
"benefits": [
{
"icon": "Clock",
"title": "Loop-closing delta on rerun",
"description": "Re-run after a few days and the plugin shows what has been resolved, what remains outstanding, and what has been chased but not resolved — the loop-closing delta."
},
{
"icon": "Users",
"title": "Tone-matched reminder drafting",
"description": "Drafts reminder text per item with tone variants for email and Capture chat — the bookkeeper picks the channel and sends."
},
{
"icon": "ShieldCheck",
"title": "Read-only, never auto-sent",
"description": "The plugin drafts; the bookkeeper sends. Nothing is auto-sent. The chase record is kept for the next run's delta."
}
],
"workflow": [
"Type /close-chase in Claude Code or Claude Desktop",
"Confirm the client and the close period",
"Plugin pulls ALL outstanding XBerts for the client (close-chase covers every issue, not a curated subset)",
"The chase list is ranked by impact and age",
"Reminder text is drafted per item with email and Capture-chat tone variants",
"What was chased is recorded so the next run produces a delta of resolved versus still-outstanding"
]
}
}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-close-chase on Agent Plugins Marketplace](https://pluginsmp.com/plugins/xbert-close-chase)