Tc Tracker
Use when the user asks to track technical changes, create change records, manage TC lifecycles, or hand off work between AI sessions.
Before & after
Same prompt, same agent — the only difference is the skill.
Keeping track of technical changes across different parts of your system can be complicated. You might use comments in code or a document to track what changed and why. Version control history helps but can be scattered. You could create a change record to centralize information about a large migration. As work progresses across multiple services, keeping everyone informed about status becomes important. Handoffs between sessions or team members are easier if the change is well-documented. Closing out changes and archiving the information helps you build institutional knowledge.
TECHNICAL CHANGE RECORD: MULTI-SERVICE SCHEMA MIGRATION CHANGE INIT ID: TC-2026-0847 Title: User accounts table denormalization (email_verified, phone_verified) Owner: Platform team (Alice, Bob) Status: IN_PROGRESS Start date: 2026-07-22 Target completion: 2026-08-15 Risk level: MEDIUM (3 services affected, requires backfill) DESIGN PHASE Decision: Add columns user.email_verified_at, user.phone_verified_at (timestamps) Rationale: Avoid 3-table joins in auth checks; improve query performance Affected services: auth-service, notifications-service, admin-service Dependencies: Requires feature flag feature_phone_verification already live IMPLEMENTATION CHECKLIST ✓ Auth-service: Migration script written, tested on staging ✓ Backfill script: 2.1M user records (script complete, validation pending) ☐ Notifications-service: Update verification event listener ☐ Admin-service: Update user editing form to show verified_at timestamps ☐ Deployment: Rolling deploy across 5 datacenters (20percent at a time) HANDOFF NOTE (for next session) Last activity: Backfill validation started, expect completion in 4 hours Next steps: Monitor backfill for errors, then deploy notifications-service changes Config needed: Set FEATURE_FLAG=phone_verify_timestamps for staging env Contact if blocked: Reach out in #platform-eng Slack DEPLOYMENT LOG 2026-07-30 10:45 UTC: Auth-service v2.14.0 deployed to production 2026-07-30 11:30 UTC: Backfill job completed 2.1M records in 45 minutes 2026-07-31 09:00 UTC: Notifications-service changes awaiting review CLOSE-OUT (when done) Deployed: 2026-08-15 Validation: All queries within SLO, zero rollback events Post-mortem: Process review for next multi-service migration Archive: Link to deployment summary + metrics
About this skill
name: tc-tracker description: Use when Use when the user asks to track technical changes, create change records, manage TC lifecycles, or hand off work between AI sessions.
Tc Tracker
Use when the user asks to track technical changes, create change records, manage TC lifecycles, or hand off work between AI sessions. Covers init/create/update/status/resume/close/export workflows for structured code change documentation.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the tc-tracker skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Tc Tracker; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: tc-tracker
description: Track technical changes with structured change records, manage their lifecycle from creation through close, and hand off in-progress work cleanly between AI sessions.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Tc Tracker
Track technical changes with structured change records, manage their lifecycle from creation through close, and hand off in-progress work cleanly between AI sessions.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.