Plugin Claude Code
debt-ops for Claude Code: write-time tech-debt capture, review, and metrics.
Plugin Claude Code
debt-ops for Claude Code: write-time tech-debt capture, review, and metrics.
Instructions file CodexOpenCode
Instructions for bcanfield/agentic-tech-debt: The agent instructions for this repo live in CLAUDE.md — one source of truth for every coding agent. Read it and follow it as written; it applies to Codex exactly as it does to Claude Code.
Instructions file
Instructions for bcanfield/agentic-tech-debt, covering project rules, adapter parity — duplicated on purpose, what's duplicated (keep in sync), per-adapter deltas (do not sync away) and demo gifs.
Plugin Claude Code
Every shortcut your coding agent takes, saved to your repo as it happens. Fix them when you're ready.
Hook
Runs when a session starts, executing session-start.py via python3. From bcanfield/agentic-tech-debt.
Hook
Runs when you submit a prompt, before the agent sees it, executing drop.py via python3. From bcanfield/agentic-tech-debt.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing feedback.py via python3. From bcanfield/agentic-tech-debt.
Hook
Runs when the agent finishes a response, executing stop.py via python3. From bcanfield/agentic-tech-debt.
Skill Claude CodeCodex
Register a deferred decision in the debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you defer…
Skill Claude CodeCodex
Write or refresh the ## Tech debt operations section in CLAUDE.md so a team shares one source of truth for debt-ops disciplines and cached quality commands. Idempotent. Only the managed section changes; other sections are untouched. Invoked explicitly via /debt-ops:init (solo users get the same content from the…
Skill Claude CodeCodex
Print a debt-ops health summary from the metrics log, covering registration rate, hook feedback action rate, ADR creation, and AI-authored share. Use when the user asks for "debt-ops metrics", "debt health", "registry stats", or invokes /debt-ops:metrics. Read-only, never writes the log.
Skill Claude CodeCodex
Audit the debt registry, rank survivors by churn × Fowler quadrant, surface a top-N list, then walk paydown on user follow-up. Use when the user asks to review debt, see what to pay down, work through entries, or invokes /debt-ops:review. Stale entries drop with drop A,B,C.
Skill Claude CodeCodex
Register a deferred decision in the tech-debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you…
Skill Claude CodeCodex
Write or refresh a "Tech debt operations" section in the project's AGENTS.md so the team shares one source of truth for debt-ops disciplines. Run ONLY when the user explicitly asks to set up, install, or initialize debt-ops disciplines — never auto-invoke. Idempotent; only the managed section changes, other sections…
Skill Claude CodeCodex
Print a debt-ops health summary from the metrics log, covering registration rate, feedback action rate, ADR creation, and AI-authored share. Use when the user asks for "debt-ops metrics", "debt health", "registry stats", or a tech-debt health summary. Read-only, never writes the log.
Skill Claude CodeCodex
Audit the tech-debt registry, rank survivors by churn × Fowler quadrant, surface a top-N list, then walk paydown on user follow-up. Use when the user asks to review debt, see what to pay down, work through entries, or check the debt registry. Stale entries drop with "drop A,B,C".
Agent
Label vocabulary for triaging/grilling issues in this repository. Managed by smallhours setup — edit .smallhours.yml labels: to rename, then re-run setup; do not edit this file by hand.