peaks-cli 1.0.14 → 1.0.15

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.
@@ -7,6 +7,16 @@ description: QA and verification skill for Peaks. Use when a workflow needs unit
7
7
 
8
8
  Peaks QA proves that planned changes are protected and accepted.
9
9
 
10
+ ## Skill presence (MANDATORY first action)
11
+
12
+ Before any analysis or tool call, immediately run:
13
+
14
+ ```bash
15
+ peaks skill presence:set peaks-qa --mode <mode> --gate startup
16
+ ```
17
+
18
+ Then display: `Peaks Skill: peaks-qa | Gate: startup | Next: <one short action>`. Update with `peaks skill presence:set peaks-qa --mode <mode> --gate <gate>` when gates change. When the role's work ends, run `peaks skill presence:clear`.
19
+
10
20
  ## Responsibilities
11
21
 
12
22
  - inspect unit-test coverage evidence;
@@ -7,6 +7,16 @@ description: Research and development skill for Peaks. Use for engineering analy
7
7
 
8
8
  Peaks RD owns engineering analysis, implementation planning, and refactor execution contracts.
9
9
 
10
+ ## Skill presence (MANDATORY first action)
11
+
12
+ Before any analysis or tool call, immediately run:
13
+
14
+ ```bash
15
+ peaks skill presence:set peaks-rd --mode <mode> --gate startup
16
+ ```
17
+
18
+ Then display: `Peaks Skill: peaks-rd | Gate: startup | Next: <one short action>`. Update with `peaks skill presence:set peaks-rd --mode <mode> --gate <gate>` when gates change. When the role's work ends, run `peaks skill presence:clear`.
19
+
10
20
  ## Responsibilities
11
21
 
12
22
  - scan the current project before changes;
@@ -7,6 +7,16 @@ description: Source control, sync, and change-control skill for Peaks. Use when
7
7
 
8
8
  Peaks SC records how product, RD, QA, code, and artifacts move together.
9
9
 
10
+ ## Skill presence (MANDATORY first action)
11
+
12
+ Before any analysis or tool call, immediately run:
13
+
14
+ ```bash
15
+ peaks skill presence:set peaks-sc --mode <mode> --gate startup
16
+ ```
17
+
18
+ Then display: `Peaks Skill: peaks-sc | Gate: startup | Next: <one short action>`. Update with `peaks skill presence:set peaks-sc --mode <mode> --gate <gate>` when gates change. When the role's work ends, run `peaks skill presence:clear`.
19
+
10
20
  ## Responsibilities
11
21
 
12
22
  - produce change-impact artifacts;
@@ -9,6 +9,18 @@ Peaks Solo is the orchestration facade for the Peaks short skill family.
9
9
 
10
10
  Use this skill to identify the user scenario, recommend an execution mode, coordinate role skills, and produce the final handoff report. Do not collapse role responsibilities into this skill.
11
11
 
12
+ ## Skill presence (MANDATORY first action)
13
+
14
+ Before any analysis, response, or tool call, immediately run:
15
+
16
+ ```bash
17
+ peaks skill presence:set peaks-solo --mode <mode> --gate startup
18
+ ```
19
+
20
+ Then display the compact status header: `Peaks Skill: peaks-solo | Gate: startup | Next: <one short action>`. Display this header on EVERY turn while the skill is active.
21
+
22
+ Update with `peaks skill presence:set peaks-solo --mode <mode> --gate <gate>` when gates change. When the workflow ends, run `peaks skill presence:clear`.
23
+
12
24
  ## Boundaries
13
25
 
14
26
  Peaks Solo may:
@@ -7,6 +7,16 @@ description: Context and knowledge skill for Peaks. Use when a workflow needs co
7
7
 
8
8
  Peaks TXT compresses workflow context into portable, role-specific artifacts.
9
9
 
10
+ ## Skill presence (MANDATORY first action)
11
+
12
+ Before any analysis or tool call, immediately run:
13
+
14
+ ```bash
15
+ peaks skill presence:set peaks-txt --mode <mode> --gate startup
16
+ ```
17
+
18
+ Then display: `Peaks Skill: peaks-txt | Gate: startup | Next: <one short action>`. Update with `peaks skill presence:set peaks-txt --mode <mode> --gate <gate>` when gates change. When the role's work ends, run `peaks skill presence:clear`.
19
+
10
20
  ## Responsibilities
11
21
 
12
22
  - generate context capsules;
@@ -19,6 +29,16 @@ Peaks TXT compresses workflow context into portable, role-specific artifacts.
19
29
 
20
30
  For refactors, create initial context before RD analysis and final context after validation and artifact retention.
21
31
 
32
+ ## Artifact boundary vs PRD / UI / RD / QA / SC
33
+
34
+ Peaks TXT is intentionally not a `peaks request <role>` role. The other five roles each own a per-request artifact at `.peaks/<session-id>/<role>/requests/<request-id>.md` with a role-specific state machine that `peaks request init/list/show/transition` validates. TXT artifacts live at one level up:
35
+
36
+ - session-scoped lessons: `.peaks/<session-id>/txt/skill-usage-lessons.md`;
37
+ - role-scoped or topic-scoped context capsules: `.peaks/<session-id>/txt/<role>-capsule.md`, `.peaks/<session-id>/txt/<topic>-capsule.md`;
38
+ - compact handoff capsules referenced by other roles' artifacts.
39
+
40
+ This boundary keeps TXT a meta layer that consumes other roles' artifacts and CLI reports, not a workflow stage. Cross-link from a TXT capsule body to the relevant request artifacts instead of duplicating their content. Do not invoke `peaks request init --role txt`; the CLI rejects it.
41
+
22
42
  ## Compaction-safe outputs
23
43
 
24
44
  When used alone or when a workflow needs portable artifacts that must survive session compaction, end with a short structured capsule: mode, validated decisions, artifact paths, standards deltas, open questions, and next action. Prefer links or paths over long narrative. Do not duplicate the full workflow log when a compact capsule is enough.
@@ -7,6 +7,16 @@ description: UI and experience skill for Peaks. Use when a workflow touches UI/U
7
7
 
8
8
  Peaks UI handles experience, interaction, visual direction, and UI-specific refactor artifacts.
9
9
 
10
+ ## Skill presence (MANDATORY first action)
11
+
12
+ Before any analysis or tool call, immediately run:
13
+
14
+ ```bash
15
+ peaks skill presence:set peaks-ui --mode <mode> --gate startup
16
+ ```
17
+
18
+ Then display: `Peaks Skill: peaks-ui | Gate: startup | Next: <one short action>`. Update with `peaks skill presence:set peaks-ui --mode <mode> --gate <gate>` when gates change. When the role's work ends, run `peaks skill presence:clear`.
19
+
10
20
  ## Responsibilities
11
21
 
12
22
  - identify when UI involvement is necessary;