Show Me Your Work banner
EdbertChan EdbertChan

Show Me Your Work

Development community

Description

--- description: Keep a reviewable decision trail (TSV) for unattended or multi-phase work --- Read the `show-me-your-work` skill first (`product/skills/show-me-your-work/SKILL.md` or the installed `show-me-your-work` skill). Start or continue a `decisions.tsv` (or `.audit/<task-slug>.tsv`) with `scripts/log.sh`. Do not use this for a short same-turn fix — that's the evidence rules / prove-it gate.

Installation

Installs to ~/.claude/skills/edbertchan-catstack-show-me-your-work/SKILL.md

Terminal
mkdir -p ~/.claude/skills/edbertchan-catstack-show-me-your-work && curl -fsSL https://raw.githubusercontent.com/EdbertChan/catstack/HEAD/commands/show-me-your-work.md -o ~/.claude/skills/edbertchan-catstack-show-me-your-work/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository