From b3cd7064a27b80886ad128e168271cc1fed2ab21 Mon Sep 17 00:00:00 2001 From: charlesashe Date: Fri, 4 Sep 2026 16:21:46 -0400 Subject: [PATCH] Add backbrief-kit to plugins --- plugins/backbrief-kit.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/backbrief-kit.json diff --git a/plugins/backbrief-kit.json b/plugins/backbrief-kit.json new file mode 100644 index 0000000..8786de0 --- /dev/null +++ b/plugins/backbrief-kit.json @@ -0,0 +1,21 @@ +{ + "name": "backbrief-kit", + "source": { + "source": "github", + "repo": "charlesashe/backbrief-kit" + }, + "description": "Run a Claude Code project like a team instead of one long chat: an orchestrator that plans and routes work to specialist agents, a fresh-context verifier that checks finished artifacts before they ship, and project memory that survives across sessions via /handoff and /pickup.", + "version": "2.10.0", + "author": { + "username": "charlesashe", + "name": "Charles Ashe" + }, + "category": "productivity", + "license": "Custom (source-available; free to use and share unmodified, not for resale)", + "tags": [ + "commands", + "orchestration", + "verification", + "project-memory" + ] +}