Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions plugins/backbrief-kit.json
Original file line number Diff line number Diff line change
@@ -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"
]
}