技能 编程开发 结构化技术变更追踪器

结构化技术变更追踪器

v20260427
technical-change-tracker
该技能提供了一个强大的系统,用于使用结构化JSON记录追踪所有代码修改,并强制执行状态机流程(如计划 -> 部署)。它对于AI编程工作流至关重要,确保即使会话过期或中断,新的会话也能接收完整的上下文、进度和阻碍点,从而无缝恢复工作。非常适用于复杂的、多阶段的开发项目和新代码库的上手。
获取技能
308 次下载
概览

Technical Change Tracker

Overview

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.

When to Use This Skill

  • Use when you need structured change tracking across AI coding sessions
  • Use when a bot session expires mid-task and the next session needs full context to resume
  • Use when onboarding a project with undocumented change history

How It Works

State Machine

planned -> in_progress -> implemented -> tested -> deployed
             |
             +-> blocked

Commands

/tc init | /tc create | /tc update | /tc status | /tc resume | /tc close | /tc export | /tc dashboard | /tc retro

Session Handoff

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.

Non-Blocking

TC bookkeeping runs via background subagents. Never interrupts coding work.

Features

  • Structured JSON records with append-only revision history
  • Test cases with log snippet evidence
  • WCAG AA+ accessible HTML output (dark theme, rem-based fonts)
  • CSS-only dashboard with status filters
  • Python stdlib only — zero external dependencies
  • Retroactive bulk creation from git history via /tc retro

Full Repository

https://github.com/Elkidogz/technical-change-skill — MIT License

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
信息
Category 编程开发
Name technical-change-tracker
版本 v20260427
大小 2.19KB
更新时间 2026-04-28
语言