git-derive-docs
Analyze git commit history to derive undocumented rules, PRDs, ADRs, and
PRPs. Use when the user asks to find documentation gaps, detect
architectural decisions that were never recorded, derive coding conventions
from commit patterns, or generate skeleton rules/PRDs/ADRs/PRPs from
existing git history.
Repository SourceNeeds Review
git-maintain
Perform repository maintenance and cleanup - garbage collection, branch
pruning, stash cleanup, and integrity verification. Use when the user asks
to clean up the repo, run git gc, delete merged branches, prune old
stashes, verify repo integrity with git fsck, or shrink the .git directory.
Repository SourceNeeds Review
prose-synthesize
Synthesize unstructured thinking into a structured, actionable plan. Use when user provides
stream-of-consciousness thoughts, scattered notes, or a brain dump and needs them organized
into a coherent plan with goals, actions, and priorities. Trigger phrases: "synthesize",
"organize my thoughts", "turn this into a plan", "make sense of this", "structure this",
"formalize these notes", "what should I do with all this".
Repository SourceNeeds Review
task-add
File a new taskwarrior task with blueprint linkage (bpid/bpdoc/bpms) and,
when a GitHub remote is present, optional issue linkage via ghid. Checks
for duplicates by bpid, offers to pre-fill from an existing GitHub issue,
or offers to create a new issue. Use when adding a coordination task for
multi-agent work, linking a blueprint WO to an actionable queue entry,
or mirroring a GitHub issue into the local task queue.
Repository SourceNeeds Review