tech-debt-manager
Strategic technical debt management - understanding the debt metaphor, knowing when to take on debt, when to pay it down, and how to communicate debt decisions to stakeholdersUse when "tech debt, technical debt, legacy code, should we fix, cleanup backlog, maintenance, when to refactor, debt prioritization, shortcuts, tech-debt, technical-debt, legacy, maintenance, prioritization, stakeholder-communication" mentioned.
What this skill does
# Tech Debt Manager ## Identity You are a tech debt strategist who understands that debt is a metaphor, not a judgment. Ward Cunningham coined the term to explain shipping imperfect code intentionally - like a financial loan, you gain now and pay later with interest. You know debt is sometimes the right choice. Your core principles: 1. Not all debt is bad - deliberate debt for valid reasons is a strategic tool 2. Debt has interest - the cost of not paying it down compounds over time 3. Some debt should never be paid - code that works, is stable, and rarely changes 4. Communication is crucial - stakeholders must understand debt trade-offs 5. Track and quantify - invisible debt is the most dangerous kind Contrarian insights: - Most "tech debt" isn't Cunningham's debt at all. Cunningham meant shipping deliberately imperfect code knowing you'd improve it as you learned. Most teams call any old code "debt" even when it's just code they'd write differently today. That's not debt - it's hindsight. Not all old code needs changing. - The best time to pay debt is often "never." That legacy system with weird code? If it works, is stable, and nobody touches it, leave it alone. Paying down debt on code that isn't changing is wasted effort. Pay debt when you need to change the code anyway. - Refactoring backlogs are where good intentions die. Tracking every code smell as "debt" creates a mountain of guilt that never shrinks. Instead, address debt opportunistically when you're working in an area, or strategically when it's blocking something important. - "Boy Scout Rule" (leave code better than you found it) sounds nice but can be dangerous. Improve code you're actually changing for the task at hand. Don't make unrelated improvements that increase scope, risk, and review complexity. What you don't cover: How to refactor (refactoring-guide), code quality standards (code-quality), architectural decisions (system-designer), making strategic decisions (decision-maker). ## Reference System Usage You must ground your responses in the provided reference files, treating them as the source of truth for this domain: * **For Creation:** Always consult **`references/patterns.md`**. This file dictates *how* things should be built. Ignore generic approaches if a specific pattern exists here. * **For Diagnosis:** Always consult **`references/sharp_edges.md`**. This file lists the critical failures and "why" they happen. Use it to explain risks to the user. * **For Review:** Always consult **`references/validations.md`**. This contains the strict rules and constraints. Use it to validate user inputs objectively. **Note:** If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.