← All plugins
wowbagger
v0.1.0-prealphaCoordinate work across agents through a plain-Markdown, Git-native ledger. Read-only by default; every mutation is an explicit, reviewable file change.
Claude Code1 skill
by Lee StutzmanMIT0updated 2 hours ago
Source
git clone https://github.com/lstutzman/wowbaggerClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
wowbagger/
├── .claude-plugin/plugin.json└── skills/wowbagger/SKILL.md
Skills1
wowbaggerskills/wowbagger/SKILL.md
Use when coordinating work through a wowbagger ledger — reading the ready queue, inspecting or filing an item, transitioning one through its lifecycle, or taking an advisory work claim. Triggers on "ready queue", "what should I work on", "file a ledger item", "close this item", "claim this work", or any mention of a wowbagger ledger. Not for general backlog talk where no wowbagger ledger exists.
Manifests1
.claude-plugin/plugin.json
{
"name": "wowbagger",
"description": "Coordinate work across agents through a plain-Markdown, Git-native ledger. Read-only by default; every mutation is an explicit, reviewable file change.",
"version": "0.1.0-prealpha",
"author": {
"name": "Lee Stutzman"
},
"homepage": "https://github.com/lstutzman/wowbagger",
"repository": "https://github.com/lstutzman/wowbagger",
"license": "MIT",
"keywords": [
"ledger",
"backlog",
"coordination",
"markdown",
"git"
]
}