@iceinvein/agent-skills 0.8.1 → 0.8.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iceinvein/agent-skills",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "Install agent skills into AI coding tools",
5
5
  "author": "iceinvein",
6
6
  "license": "MIT",
package/skills/index.json CHANGED
@@ -283,7 +283,7 @@
283
283
  "name": "sluice",
284
284
  "description": "Routes work by change shape into four channels (bypass, fast, main, deep) and applies only the rules each channel needs, so a one-line fix does not pay the cost of a multi-subsystem build. Carries seven rules as one-liners in the router and the full treatment in references read only on friction, and closes each run with a ledger read out of the session transcript: elapsed, tools, tokens, and what each dispatched agent cost where the transcript recorded it. Claude Code only; stands down where the superpowers pipeline governs the repo.",
285
285
  "type": "prompt",
286
- "version": "0.5.0"
286
+ "version": "0.6.0"
287
287
  },
288
288
  {
289
289
  "name": "temporal-coupling-detector",
@@ -299,7 +299,7 @@
299
299
  "name": "terse",
300
300
  "description": "Professional output compression. Cuts ~20-30% of output tokens with proper grammar, a plain-language register, and semantic accuracy. Three levels: clean, tight, sharp.",
301
301
  "type": "prompt",
302
- "version": "1.3.0"
302
+ "version": "1.3.1"
303
303
  },
304
304
  {
305
305
  "name": "type-driven-designer",
@@ -90,15 +90,45 @@ Design to `docs/specs/YYYY-MM-DD-<topic>.md`, plan to
90
90
  `docs/plans/YYYY-MM-DD-<topic>.md`, unless the repo has a convention or
91
91
  your partner states a preference. Get the design signed off before code.
92
92
 
93
+ **Read `references/deep-channel.md` before you write the plan.** It carries the
94
+ plan format, the pre-flight questions, the run record, the dispatch rules and
95
+ the review tiers, and none of those are derivable from what is on this page.
96
+ Take the plan file's first character as the trigger, not this sentence's
97
+ position: design sign-off can be days and a context window away from here, by
98
+ which point this paragraph is a thousand messages back and reads as something
99
+ already handled. A plan written without that file comes out as prose with a
100
+ sequencing note, which reads fine to its author and cannot be dispatched,
101
+ reviewed or resumed.
102
+
103
+ The skeleton it fills in, so that a plan written without it is at least still a
104
+ plan:
105
+
106
+ ```
107
+ # Plan: <topic>
108
+ ## Ground Rules
109
+ - <exact value>
110
+ ### Task N: <name>
111
+ **Contract:** Needs: <sig> | Offers: <sig>
112
+ **Touches:** <path> (new) | <path> (edit) | <path> (test)
113
+ **Flips:** <what changes, from what, or omit>
114
+ **Review:** <reason, or omit>
115
+ - [ ] <action> -> <proof>
116
+ ```
117
+
118
+ Read that as a graph rather than a list. `Needs` and `Offers` are dependency
119
+ edges and `Touches` says what cannot overlap, so which tasks may run at once is
120
+ derivable rather than guessed. Fan out wherever that graph allows; serial is the
121
+ fallback for where it doesn't, not the default.
122
+
93
123
  The second stop is the plan's, whoever executes it. Dispatched agents each see
94
124
  only their own task, so nobody reads it whole; executing it yourself is the
95
125
  weaker case rather than the exempt one, because then nobody reads it but its
96
126
  author.
97
127
 
98
128
  Order the plan so the tasks that change nothing come first, and mark the one
99
- task that turns the new behaviour on. Then a late re-baseline, re-blessed
100
- snapshots, regenerated fixtures, attributes to that one point instead of to
101
- the branch at large.
129
+ task that turns the new behaviour on with `Flips`. Then a late re-baseline,
130
+ re-blessed snapshots, regenerated fixtures, attributes to that one point
131
+ instead of to the branch at large.
102
132
 
103
133
  Pre-flight rides in that same stop: which flagged tasks get a reviewer, and
104
134
  whether the work runs in a worktree. Ask them as choices with the counts in
@@ -109,17 +139,15 @@ this question the place to ask; genuine unavailability is the tool not being
109
139
  there at all, which `references/deep-channel.md` handles separately. Review that
110
140
  turns out to be missing is only actionable while the plan can still change.
111
141
 
112
- Read the plan as a graph rather than a list. `Needs` and `Offers` are
113
- dependency edges and `Touches` says what cannot overlap, so which tasks may
114
- run at once is derivable rather than guessed. Fan out wherever that graph
115
- allows; serial is the fallback for where it doesn't, not the default.
116
-
117
- Then read `references/deep-channel.md` for the plan format, that stop, the run
118
- record, the dispatch rules, and when a task actually needs a reviewer. Three that
119
- catch people out: concurrent implementers need a worktree each and the flip
120
- runs alone, review is tiered rather than automatic, and a `deep` run that
121
- cannot dispatch has to replace the review tier with something, not quietly
122
- ship without one.
142
+ Both answers go into the run record before Task 1's first edit, each with the
143
+ reason it went that way. Those rows are what discharge pre-flight, not the
144
+ approval: one reply arrives for two obligations, so a "yes" with no rows behind
145
+ it signed off the plan and nothing else.
146
+
147
+ Three from that file that catch people out: concurrent implementers need a
148
+ worktree each and the flip runs alone, review is tiered rather than automatic,
149
+ and a `deep` run that cannot dispatch has to replace the review tier with
150
+ something, not quietly ship without one.
123
151
 
124
152
  ## Conflicts
125
153
 
@@ -64,9 +64,11 @@ A `deep` run outlives its own context, so what it learns has to sit on disk
64
64
  rather than in the session. Open one file for the run before pre-flight and
65
65
  write it as you go. It holds what a stranger resuming tomorrow would need and
66
66
  you would otherwise be recalling: the base each task was dispatched from, each
67
- task with its status and its commits, the review decisions pre-flight settled
68
- and the reason each one was settled that way, and any finding belonging to a
69
- task other than the one that surfaced it.
67
+ task with its status and its commits, both answers pre-flight settled, review
68
+ and workspace alike, with the reason each one went that way, and any finding
69
+ belonging to a task other than the one that surfaced it. Those pre-flight rows
70
+ come first and open the file, because they are also what says the stop happened
71
+ at all.
70
72
 
71
73
  Where it goes follows the repo if the repo has a convention, and
72
74
  `docs/plans/YYYY-MM-DD-<topic>-record.md` if it does not. It belongs to you
@@ -125,6 +127,16 @@ footnote after they have chosen.
125
127
  If one of the two has only one live answer, say which and ask the other. A stop
126
128
  down to a single question is still a stop.
127
129
 
130
+ **Write the answers into the run record before Task 1's first edit.** Both of
131
+ them, each with the reason it went that way. This is what discharges pre-flight,
132
+ rather than the approval you got, and the distinction is the whole point: a stop
133
+ that carries the plan and pre-flight together has one reply for two obligations,
134
+ so a bare "yes" satisfies the plan and leaves no trace either way of the
135
+ questions. Rows in a file leave that trace. If Task 1 is about to open and the
136
+ record has nothing in it, you did not ask, however clearly you remember
137
+ intending to, and the questions are still cheap here and unaskable an hour from
138
+ now.
139
+
128
140
  A session that forbids subagents does not skip this; it changes what the
129
141
  review options are. Skipping it is how "review outstanding" first appears in
130
142
  the closing summary, at the one moment your partner can no longer do anything
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sluice",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Routes work by change shape into four channels (bypass, fast, main, deep) and applies only the rules each channel needs, so a one-line fix does not pay the cost of a multi-subsystem build. Carries seven rules as one-liners in the router and the full treatment in references read only on friction, and closes each run with a ledger read out of the session transcript: elapsed, tools, tokens, and what each dispatched agent cost where the transcript recorded it. Claude Code only; stands down where the superpowers pipeline governs the repo.",
5
5
  "author": "iceinvein",
6
6
  "type": "prompt",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terse",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Professional output compression. Cuts ~20-30% of output tokens with proper grammar, a plain-language register, and semantic accuracy. Three levels: clean, tight, sharp.",
5
5
  "author": "iceinvein",
6
6
  "type": "prompt",
@@ -34,6 +34,6 @@
34
34
  "global"
35
35
  ],
36
36
  "default": "session",
37
- "claudeHookDirective": "Activate terse skill at tight level for this session."
37
+ "claudeHookDirective": "Invoke the terse skill now via the Skill tool (skill: terse, args: tight) before your first response, and keep it active for the rest of the session."
38
38
  }
39
39
  }