Help us improve
Share bugs, ideas, or general feedback.
From tk
Briefs sessions by scanning .tracerkit/plans/*.md for active plans' progress, showing checked/total per phase, cursor position, suggested focus, and next steps like /tk:build or /tk:prd. Use at session starts or progress checks.
npx claudepluginhub helderberto/tracerkit --plugin tkHow this skill is triggered — by the user, by Claude, or both
Slash command
/tk:briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Overview of active features, progress, and suggested focus.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Overview of active features, progress, and suggested focus.
Glob .tracerkit/plans/*.md. Slug = filename without .md. If no plans found, output: No plans found — run /tk:prd to start one.
For each plan, count - [x] and - [ ] lines under each ## Phase N heading. Per-phase: checked/total. Sum across phases → total progress. First phase with unchecked items → cursor.
Skip plans where all items are checked (fully complete).
For each incomplete plan:
<slug> (checked/total)
Phase 1 — title: checked/total
> Phase 2 — title: checked/total
Phase 3 — title: checked/total
The > marks the first incomplete phase (cursor). Completed phases show without >.
If exactly one incomplete plan → auto-select it. If multiple incomplete plans → select the one closest to completion.
**Focus → <slug>**
Present options and wait for the user's choice:
/tk:build <slug> (Recommended)/tk:prd/tk:check <slug>