Manage technical change records and handoffs
tcskillsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Track technical changes through state machine with session handoff
Best for
Auditing engineering work across sessions with append-only history and structured handoff
Inputs
- · Change name, title, scope, priority, summary, motivation
Outputs
- · TC record JSON with revision history
- · Registry summary
- · Exported artifacts
Requires
- · Python scripts (tc_init.py, tc_update.py, tc_status.py, tc_validator.py)
Preconditions
- · TC initialized in project
- · Valid state transitions followed
Failure modes
- · Invalid state transition rejected
- · Missing required fields
Trust signals
- · State machine enforces workflow
- · Revision history persisted
- · Validator runs before claims