Track every code change with structured JSON records and accessible HTML output. Ensures AI bot sessions can resume seamlessly when previous sessions expire or are abandoned.
planned -> in_progress -> implemented -> tested -> deployed
|
+-> blocked
/tc init | /tc create | /tc update | /tc status | /tc resume | /tc close | /tc export | /tc dashboard | /tc retro
Each TC stores: progress summary, next steps, blockers, key context, and files in progress — so the next bot session picks up exactly where the last left off.
TC bookkeeping runs via background subagents. Never interrupts coding work.
/tc retro
https://github.com/Elkidogz/technical-change-skill — MIT License