claudefiles
01Plugin Claude Code
Portable Claude Code configuration plugins by koolamusic.
Plugin Claude Code
Portable Claude Code configuration plugins by koolamusic.
Command Claude Code
Install claudefiles — copy skills, commands, sounds, hooks, and plugins into /.claude/.
Instructions file
Instructions for koolamusic/claudefiles, covering claude.md, what this repo is, architecture, setup command and install targets.
Command
Create a git commit with conventional commit format.
Command
Configure git — SSH keys, aliases, templates, hooks, and ignore rules. Supports both per-repo (local) and global setup.
Command
Award, deduct, or inspect the session agent's trust ledger.
Plugin Claude Code
Lean sprint workflow for Claude Code. Twelve commands (init/research/plan/execute/review/retro/flow/advisor/triage/serve/paper/comment), nine agents, .jira/ state with Gherkin acceptance predicates per sprint, GitHub issue + PR integration, Nyquist validation by default.
Agent
Independent second-opinion agent that challenges triage recommendations or sprint plans. Reads the same artifacts as the planner/triager but approaches from a skeptical stance. Spawned by /jira:advisor.
Agent
Executes a single PLAN.md (one wave-plan) with atomic commits. Worktree-aware. Updates EXECUTION.md as it goes. Orchestrator spawns one executor per plan; multiple executors run in parallel within the same wave.
Agent
Validates that the executed sprint actually meets PLAN.md's Nyquist criteria. Fills coverage gaps by writing tests for any criterion not already covered. Implementation files are READ-ONLY. Spawned by /jira:execute after jira-executor finishes.
Agent
Adversarial peer reviewer for a drafted engineering paper. Independent of the drafting process — challenges claim strength, evidence quality, and promotional language before publish. Returns a structured verdict for stall detection. Spawned by /jira:paper after the draft is written.
Agent
Audits all -PLAN.md files in a sprint by working backward from the goal. Verifies multi-source coverage matrix, per-plan task budget, parallel-safety, and CONTEXT.md decision implementation. Independent of jira-planner. Returns structured issue list for stall detection. Spawned by /jira:plan after the planner finishes.
Agent
Reads BRIEF, RESEARCH, CONTEXT and produces one or more numbered PLAN files (01-PLAN.md, 02-PLAN.md, ...) grouped by execution wave. Each plan ≤ 3 tasks. Runs source-coverage audit and schema-push detection. Spawned by /jira:plan.
Agent
One focus area of sprint research. Spawned in parallel with sibling researchers by /jira:research. Reads the sprint BRIEF, investigates a single dimension (codebase, patterns, or external), and returns a focused findings document with confidence-tiered sources.
Agent
Reviews the diff for the current sprint (or current branch) and reports issues by severity. Doesn't fix — only reports. Spawned by /jira:review.
Agent
Goal-backward post-execution verifier. Asks "does the codebase as it stands now actually deliver the goal?" Distinct from jira-nyquist (test coverage) and jira-reviewer (diff audit). Spawned by /jira:execute after jira-nyquist passes.
Command
Advisory gate for triage or plan decisions. Spawns a second-opinion agent that challenges assumptions, surfaces risks, and proposes alternatives before the decision commits. Based on Anthropic advisor tool pattern.
Command
Draft or post a GitHub issue/PR comment in stakeholder-readable voice, with proper GitHub autolinks and code permalinks. Default is draft-for-approval; posting is opt-in.
Command
Execute the active sprint wave-by-wave with parallel jira-executor instances per wave. Then jira-nyquist (test gates), then jira-verifier (goal-backward), then PR. Updates STATE.md throughout.
Command
Generate FLOW.md — human verification steps for the active sprint's acceptance predicates. Thinks like a tester; where to log in, what to click, which route to visit. Prioritizes predicates machines couldn't sense. Middleware between features/ and warden design.
Command
Bootstrap .jira/ in the current repo. Idempotent. Creates .jira/{.gitignore, README.md, STATE.md, sprints/, CURRENT}.
Command
Draft a GitHub issue from the active sprint's research, plan, or wave — following the evidence-grounded conventions in templates/issue/GUIDE.md. Saves a draft; push is opt-in.
Command
Write an evidence-disciplined engineering paper (innovation/discovery/finding) from a freeform description of what happened. Internally rigorous (evidence inventory, claim-strength discipline, adversarial review), lean single-file HTML house style for output. Publish is opt-in.
Command
Plan the active sprint. jira-planner produces 01-PLAN.md, 02-PLAN.md per wave plus CONTEXT.md; jira-plan-checker audits all plans. Stall detection on revision. Optionally pushes a GitHub issue.