Q Checkpoint banner
assafkip assafkip

Q Checkpoint

Development community

Description

Save current investigation state. Run at the end of every session. Execute the /q-checkpoint steps from `.q-system/commands.md`. 1. Update `memory/investigation-state.md` with: - Session summary - What was collected/analyzed - Outstanding tasks - Next priority 2. Verify target files are consistent with findings and timeline 3. Flag any inconsistencies 4. Confirm save Argument: $ARGUMENTS

Installation

Installs to ~/.claude/skills/assafkip-huntkit-q-checkpoint/SKILL.md

Terminal
mkdir -p ~/.claude/skills/assafkip-huntkit-q-checkpoint && curl -fsSL https://raw.githubusercontent.com/assafkip/huntkit/HEAD/commands/q-checkpoint.md -o ~/.claude/skills/assafkip-huntkit-q-checkpoint/SKILL.md

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

Full documentation available on GitHub

View Source Repository