Add technical-change skill for structured code change tracking#865
Open
Elkidogz wants to merge 2 commits intoanthropics:mainfrom
Open
Add technical-change skill for structured code change tracking#865Elkidogz wants to merge 2 commits intoanthropics:mainfrom
Elkidogz wants to merge 2 commits intoanthropics:mainfrom
Conversation
A skill that documents every code change with JSON records and generates accessible HTML output. Enables AI bot sessions to seamlessly resume work when previous sessions expire or are abandoned. Features: - Structured JSON records with append-only revision history - State machine: Planned > In Progress > Blocked > Implemented > Tested > Deployed - Test cases with log snippet evidence and manual approval - AI session handoff (progress, next steps, blockers, key context) - WCAG AA+ accessible dark-theme HTML pages and dashboard - CSS-only dashboard filters (no JavaScript) - Python stdlib only — zero external dependencies Full repository: https://github.com/Elkidogz/technical-change-skill Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
- Added generate_retro_tcs.py for retroactive bulk TC creation - Fixed skill frontmatter (user-invocable, tools field, retro in description) - Added non-blocking subagent tracking pattern (TC bookkeeping in background) - Updated SKILL.md with /tc retro docs and subagent auto-detection rules Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Features
Full Repository
https://github.com/Elkidogz/technical-change-skill
Contains the complete implementation: JSON schemas, validators, generators, HTML templates, init templates for project onboarding, and worked examples.
Test plan
python validate_tc.py examples/example_tc_record.json→ VALID)python validate_tc.py --registry examples/example_tc_registry.json→ VALID)🤖 Generated with Claude Code