skills/tech-debt/SKILL.md
Add a tech debt entry to the project's TECH_DEBT.md. Use when the user says "debt", "add tech debt", "write this down as tech debt", "track this shortcut", or when you take a conscious shortcut during implementation.
npx skillsauth add jkvc/jkvc-skills tech-debtInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Record a tech debt entry in the project's TECH_DEBT.md.
Find or create — look for TECH_DEBT.md at the project root. If it doesn't exist:
# Tech Debt
Consciously taken shortcuts and known issues. **All tech debt taken on must be recorded here.** Each entry must include what was skipped, why, and what to do about it. **Delete entries once resolved** — this file should shrink over time. Do not number entries; order doesn't matter and indices go stale.
---
CLAUDE.md (under an appropriate section like "Important Rules" or "Key Conventions"). Example line: - **Track Tech Debt** — Known shortcuts and deferred work go in [TECH_DEBT.md](./TECH_DEBT.md). All tech debt taken on must be recorded.Write the entry — append a new section using this format:
## <Short descriptive title>
**What:** <What was skipped or shortcut taken — specific files, behavior, or gap.>
**Why:** <Why it was done this way — time, scope, complexity, dependency.>
**Fix:** <Concrete steps to resolve — what to change, what to watch out for.>
---
Confirm — show the user what was added.
---. Order doesn't matter.testing
Stress-test a plan for completeness against reality. Use when the user says "pressure", "pressure-plan", "pressure the plan", "is the plan complete", "audit the plan", "what did we miss", or wants to verify a plan covers everything before execution.
testing
Only use when the user explicitly says "fresh-context", "fresh context", "fresh agent", or "on a fresh agent".
testing
Run the full verification pipeline and fix issues. Use when the user says "verify", "run checks", "check everything", "any test needed", or wants confirmation that recent changes are clean.
development
# Sync AI Preferences Syncs global preferences from the Cursor rules file (source of truth) to Claude Code's global CLAUDE.md. **Source:** `~/.cursor/rules/global-preferences.mdc` **Target:** `~/.claude/CLAUDE.md` ## Steps 1. Read `~/.cursor/rules/global-preferences.mdc` 2. Transform for Claude Code: - Strip MDC frontmatter (the `---` delimited block at the top) - Strip bold markdown (`**text**` → `text`) - Change heading from "# Global Rules" to "# Global Preferences" 3. Write the