tracerkit 1.19.4 → 1.19.5
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/package.json +1 -1
- package/skills/brief/SKILL.md +0 -4
- package/skills/build/SKILL.md +0 -4
- package/skills/check/SKILL.md +0 -4
- package/skills/plan/SKILL.md +0 -4
- package/skills/prd/SKILL.md +0 -4
package/package.json
CHANGED
package/skills/brief/SKILL.md
CHANGED
|
@@ -6,10 +6,6 @@ description: Session briefing — shows active features, progress, and suggested
|
|
|
6
6
|
|
|
7
7
|
Overview of active features, progress, and suggested focus.
|
|
8
8
|
|
|
9
|
-
## Pre-loaded context
|
|
10
|
-
|
|
11
|
-
- Available plans: !`ls .tracerkit/plans/*.md 2>/dev/null || echo "(none)"`
|
|
12
|
-
|
|
13
9
|
## Algorithm
|
|
14
10
|
|
|
15
11
|
### 1. Discover plans
|
package/skills/build/SKILL.md
CHANGED
|
@@ -11,10 +11,6 @@ Implement the next incomplete phase of a plan — one phase per invocation.
|
|
|
11
11
|
|
|
12
12
|
**Interactive prompts**: present options as a numbered list and wait for the user's choice.
|
|
13
13
|
|
|
14
|
-
## Pre-loaded context
|
|
15
|
-
|
|
16
|
-
- Available plans: !`ls .tracerkit/plans/*.md 2>/dev/null || echo "(none)"`
|
|
17
|
-
|
|
18
14
|
## Input
|
|
19
15
|
|
|
20
16
|
The argument (if provided) is: $ARGUMENTS
|
package/skills/check/SKILL.md
CHANGED
|
@@ -9,10 +9,6 @@ Verify plan checkboxes against the codebase. Unmark items that don't hold up (`[
|
|
|
9
9
|
|
|
10
10
|
**Interactive prompts**: present options as a numbered list and wait for the user's choice.
|
|
11
11
|
|
|
12
|
-
## Pre-loaded context
|
|
13
|
-
|
|
14
|
-
- Available plans: !`ls .tracerkit/plans/*.md 2>/dev/null || echo "(none)"`
|
|
15
|
-
|
|
16
12
|
## Input
|
|
17
13
|
|
|
18
14
|
The argument (if provided) is: $ARGUMENTS
|
package/skills/plan/SKILL.md
CHANGED
|
@@ -11,10 +11,6 @@ Break a PRD into phased vertical slices (tracer bullets).
|
|
|
11
11
|
|
|
12
12
|
Output: `.tracerkit/plans/<slug>.md`.
|
|
13
13
|
|
|
14
|
-
## Pre-loaded context
|
|
15
|
-
|
|
16
|
-
- Available PRDs: !`ls .tracerkit/prds/*.md 2>/dev/null || echo "(none)"`
|
|
17
|
-
|
|
18
14
|
## Input
|
|
19
15
|
|
|
20
16
|
The argument (if provided) is: $ARGUMENTS
|
package/skills/prd/SKILL.md
CHANGED
|
@@ -9,10 +9,6 @@ Skip satisfied steps. If argument provided, skip to Step 2.
|
|
|
9
9
|
|
|
10
10
|
**Interactive prompts**: present options as a numbered list and wait for the user's choice.
|
|
11
11
|
|
|
12
|
-
## Pre-loaded context
|
|
13
|
-
|
|
14
|
-
- Existing PRDs: !`ls .tracerkit/prds/*.md 2>/dev/null || echo "(none)"`
|
|
15
|
-
|
|
16
12
|
## Input
|
|
17
13
|
|
|
18
14
|
The argument is: $ARGUMENTS
|