tracerkit 1.8.0 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,6 +35,21 @@ Skills are installed globally to `~/.claude/skills/`, available in every project
|
|
|
35
35
|
### Workflow
|
|
36
36
|
|
|
37
37
|
```
|
|
38
|
+
You: /tk:brief
|
|
39
|
+
AI: | Feature | Status | Age | Progress | Next |
|
|
40
|
+
|-------------------|-------------|-----|----------|------------------------------|
|
|
41
|
+
| dark-mode-support | in_progress | 3d | 3/7 | Toggle component renders ... |
|
|
42
|
+
|
|
43
|
+
**Focus → dark-mode-support**
|
|
44
|
+
|
|
45
|
+
You: # continue working on dark-mode-support...
|
|
46
|
+
|
|
47
|
+
You: /tk:check dark-mode-support
|
|
48
|
+
AI: Status: done | Total: 7/7
|
|
49
|
+
Archived to .tracerkit/archives/dark-mode-support/
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
38
53
|
You: /tk:prd add dark mode support
|
|
39
54
|
AI: Written .tracerkit/prds/dark-mode-support.md
|
|
40
55
|
Run `/tk:plan dark-mode-support` next?
|
|
@@ -83,6 +98,12 @@ Reads a PRD and breaks it into phased **tracer-bullet vertical slices**. Each ph
|
|
|
83
98
|
|
|
84
99
|
**Output:** `.tracerkit/plans/<slug>.md`
|
|
85
100
|
|
|
101
|
+
#### `/tk:brief`: Session briefing
|
|
102
|
+
|
|
103
|
+
Shows active features, their progress, and suggested focus. Use at the start of a session to orient.
|
|
104
|
+
|
|
105
|
+
**Output:** Feature dashboard in the terminal — no files written.
|
|
106
|
+
|
|
86
107
|
#### `/tk:check [slug]`: Check and archive
|
|
87
108
|
|
|
88
109
|
Checks the codebase against the plan's done-when checkboxes. Runs tests, validates user stories, updates check progress, and transitions the PRD status. On `done`, archives the PRD and plan to `.tracerkit/archives/<slug>/` automatically.
|