koolamusic/claudefiles

A minimal catalog of my favourite skills for working with claude

132Stars on the repository
60Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

jira-advisor

01

koolamusic/claudefiles

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.

132 3d ago A 43 tokens original MIT

jira-executor

02

koolamusic/claudefiles

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.

132 3d ago A 52 tokens original MIT

jira-nyquist

03

koolamusic/claudefiles

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.

132 3d ago A 54 tokens original MIT

jira-paper-reviewer

04

koolamusic/claudefiles

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.

132 3d ago A 56 tokens original MIT

jira-plan-checker

05

koolamusic/claudefiles

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.

132 3d ago A 72 tokens original MIT

jira-planner

06

koolamusic/claudefiles

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.

132 3d ago A 65 tokens original MIT

jira-researcher

07

koolamusic/claudefiles

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.

132 3d ago A 56 tokens original MIT

jira-reviewer

08

koolamusic/claudefiles

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.

132 3d ago A 36 tokens original MIT

jira-verifier

09

koolamusic/claudefiles

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.

132 3d ago A 61 tokens original MIT