task-pipeline-skill 1.47.1 → 1.47.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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.47.2 — the body stopped retelling its own references
|
|
4
|
+
|
|
5
|
+
`Prerequisites` was 2585 of the body's 6585 tokens, and most of it was a second
|
|
6
|
+
telling: super-ux, the bridge, the grill, the harvest, the documentation gate and the
|
|
7
|
+
retrospective each have a reference that carries them in full. The body now keeps what
|
|
8
|
+
a reference cannot — the traps, and the one hard requirement — and points at the rest.
|
|
9
|
+
|
|
10
|
+
What stayed inline, deliberately: **the stage-3 spec gate stops** on a UI task with no
|
|
11
|
+
super-ux; the grill's single sanctioned bypass; **the retro is read two ways** and the
|
|
12
|
+
difference matters (standing instructions in full because they bind and are bounded,
|
|
13
|
+
the recent log queried because nothing caps it); a stale code graph is a false premise
|
|
14
|
+
**carrying the authority of a machine**, since a wrong doc gets argued with and a wrong
|
|
15
|
+
graph gets believed; and the operator outranks any document **only out loud**.
|
|
16
|
+
|
|
17
|
+
~6585 → ~6180 tokens against a 5000 budget. **Still over, and the rest is not a trim.**
|
|
18
|
+
What remains is `How to run` and `Stages` — the operating instructions themselves —
|
|
19
|
+
and moving those out is a decision about what a reader must have in hand before the
|
|
20
|
+
first stage, not a compression exercise. It is coupled to the description question the
|
|
21
|
+
v1.47.0 entry recorded: both are about what this one file is obliged to carry.
|
|
22
|
+
|
|
3
23
|
## v1.47.1 — the fixes a reader found, which three releases shipped without
|
|
4
24
|
|
|
5
25
|
v1.46.0 was tagged and published from a commit that carried this branch's doctrine and
|
package/SKILL-CARD.md
CHANGED
|
@@ -12,7 +12,7 @@ harmless.
|
|
|
12
12
|
|---|---|
|
|
13
13
|
| **Purpose** | Runs a substantial task through ten gated delivery stages — intake grill, docs study, brainstorm, spec, plan, subagent build, tests, lint/deploy, post-deploy, docs+registers, acceptance — refusing to advance until each gate passes |
|
|
14
14
|
| **Owner** | ssheleg ([github.com/ssheleg/task-pipeline](https://github.com/ssheleg/task-pipeline)) |
|
|
15
|
-
| **Version** | 1.47.
|
|
15
|
+
| **Version** | 1.47.2 |
|
|
16
16
|
| **Surface** | Claude Code (filesystem skill + plugin) and the vercel `skills` CLI. **Not** uploaded to the Skills API; custom Skills do not sync across surfaces |
|
|
17
17
|
| **Dependencies** | None required. Optional: `context7` (MCP), `figma` (MCP), super-ux, agent-sync, graphify, obsidian-wiki. Every stage's doctrine ships in-repo; the one conditional requirement is super-ux for the stage-3 UX track on a user-facing task |
|
|
18
18
|
| **Evaluation status** | Suite authored, 5 categories. One recorded run, **self-observed by the author**; **zero blind runs on zero of three models** — the split, and the numbers, live in [`evals/RESULTS.md`](evals/RESULTS.md) and are computed by `evals/run.py` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "task-pipeline-skill",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.2",
|
|
4
4
|
"description": "Full-cycle delivery pipeline for coding agents: a mandatory built-in intake grill, then 10 gated stages (docs, brainstorm+decompose, spec, plan, build, tests, lint/deploy, post-deploy, docs/wiki, acceptance). Every stage's doctrine ships inside the skill — no companion plugin required. This package is the installer CLI.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"task-pipeline": "bin/task-pipeline.js"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "task-pipeline",
|
|
3
3
|
"displayName": "Task Pipeline",
|
|
4
4
|
"description": "Runs a substantial task through a mandatory built-in intake grill, then 10 gated stages (docs, brainstorm+decompose, spec, plan, subagent build, tests, lint/deploy, post-deploy, docs/wiki, acceptance). Every stage's doctrine is built into the skill — no companion plugin required — with typed auto/manual gates, a frozen requirement spine that closes with evidence, a work board and a verification ledger that outlive a run, an exposure line naming what shipped unconfirmed, a progress rail computed from the project's own config, a loop guard whose review ceiling measures rather than stops, and stage-3 tracks for what a product does, how it sounds and how it looks. Two modes need no task: `checkup` (what is unverified) and `setup` (audit existing docs). Retro insights can publish upstream as issues, opt-in and redacted.",
|
|
5
|
-
"version": "1.47.
|
|
5
|
+
"version": "1.47.2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ssheleg",
|
|
8
8
|
"url": "https://x.com/sshlg93"
|
|
@@ -74,98 +74,66 @@ gate stops until it is installed.
|
|
|
74
74
|
| run-wide · whether a **human** ever confirmed what shipped, and when | `references/verification.md` |
|
|
75
75
|
| run-wide · how much unconfirmed work has piled up, and what to look at first | `references/exposure.md` |
|
|
76
76
|
|
|
77
|
-
**Optional bridge.**
|
|
77
|
+
**Optional bridge.** An equivalent skill set the operator already runs (e.g.
|
|
78
78
|
`superpowers:brainstorming` / `writing-plans` / `subagent-driven-development` /
|
|
79
|
-
`using-git-worktrees` / `test-driven-development`)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
requirements, each naming how it will be verified. Stages 3–5 trace to those ids,
|
|
113
|
-
stage 4's gate is a mechanical set-comparison against them, and **stage 10 accounts
|
|
114
|
-
for every one** — which is what turns the pipeline from a funnel into a circle.
|
|
115
|
-
|
|
116
|
-
**Harvest before you ask.** Stage 0 opens with a **knowledge harvest**
|
|
117
|
-
(`references/knowledge-sources.md`), not a
|
|
118
|
-
question: pull what the project already knows about this task from the code, the
|
|
119
|
-
**code graph** if one is built
|
|
120
|
-
(`references/knowledge-graph.md` — graphify;
|
|
121
|
-
recommended, never required),
|
|
122
|
-
`CLAUDE.md`, `CONTEXT.md`/ADRs, **the decision register**, `docs/` + `docs/ux/`,
|
|
123
|
-
past pipeline briefs, **the retro's standing instructions and run stamps** —
|
|
124
|
-
`docs/superpowers/retro.md`, read in full because they *bind* this run and are
|
|
125
|
-
bounded by construction (ten rows; one line per run), while its **recent log** and the
|
|
126
|
-
archive under `docs/superpowers/retro/` are **queried** by the task's nouns
|
|
127
|
-
(`references/retrospective.md`) —
|
|
128
|
-
the **knowledge wiki** if one is installed
|
|
129
|
-
([obsidian-wiki](https://github.com/ar9av/obsidian-wiki) — recommended, never
|
|
130
|
-
required) and any **other repo or hosted doc system the project names as its
|
|
131
|
-
docs**. Write the source ledger into the brief, then interview *against* it: every
|
|
132
|
-
answer that touches a source is checked against that source, and the operator
|
|
133
|
-
outranks any document — but only out loud, so an override is a recorded decision
|
|
134
|
-
instead of an undetected divergence. The same ledger is stage 9's work list.
|
|
79
|
+
`using-git-worktrees` / `test-driven-development`) can be mapped onto stages 2/4/5/6
|
|
80
|
+
in `pipeline.json` → `skills[]`. That is a **substitution, never a requirement**: the
|
|
81
|
+
built-in doctrine is normative, the gates in `references/stages.md` still govern, and
|
|
82
|
+
nothing detects, recommends or waits for an external provider.
|
|
83
|
+
|
|
84
|
+
**super-ux — recommended for ANY user-facing task**, and the one thing that can stop a
|
|
85
|
+
gate. The moment a task implies an interface (web / mobile / CLI / TUI — the stage-0
|
|
86
|
+
grill detects it early), the WHY→UI→scenario chain runs through `/ux`,
|
|
87
|
+
`ux-foundation`, `ux-flows`, `ux-scenarios` and the `/ux-lint` linter, which belongs in
|
|
88
|
+
the host's CI so UX drift cannot merge. **Not installed on a UI task? The stage-3 spec
|
|
89
|
+
gate stops** — offer `/plugin marketplace add ssheleg/super-ux` and
|
|
90
|
+
`/plugin install super-ux@super-ux` (or `npx skills add ssheleg/super-ux`) and wait.
|
|
91
|
+
Details: `references/companion-skills.md`.
|
|
92
|
+
|
|
93
|
+
**The grill is built in and mandatory** (`references/grill.md`). No "clear enough task"
|
|
94
|
+
exemption, no stage 1 without a committed, operator-confirmed brief; the one sanctioned
|
|
95
|
+
bypass is the entry-from-super-ux short-circuit, and even that demands a scope
|
|
96
|
+
confirmation. It produces the **REQ spine** — the request as an addressable list, each
|
|
97
|
+
row naming how it is verified. Stages 3–5 trace to those ids, stage 4's gate is a
|
|
98
|
+
mechanical set-comparison against them, and **stage 10 accounts for every one**, which
|
|
99
|
+
is what turns the pipeline from a funnel into a circle.
|
|
100
|
+
|
|
101
|
+
**Harvest before you ask** (`references/knowledge-sources.md`). Stage 0 opens by
|
|
102
|
+
pulling what the project already knows about *this* task — the code and its graph,
|
|
103
|
+
`CLAUDE.md`, `CONTEXT.md`/ADRs, the decision register, `docs/` and `docs/ux/`, past
|
|
104
|
+
briefs, the wiki, and whatever else the project names as its docs. **The retro is read
|
|
105
|
+
two ways and the difference matters:** its standing instructions and run stamps are
|
|
106
|
+
read **in full** because they bind this run and are bounded by construction; its recent
|
|
107
|
+
log and archive are **queried** by the task's nouns, because nothing caps them
|
|
108
|
+
(`references/retrospective.md`). Write the source ledger into the brief and interview
|
|
109
|
+
*against* it: every answer touching a source is checked against it, and the operator
|
|
110
|
+
outranks any document — **but only out loud**, so an override is a recorded decision
|
|
111
|
+
rather than an undetected divergence. That ledger is also stage 9's work list.
|
|
135
112
|
|
|
136
113
|
**Three artifacts close a run, not two.** Stage 9 syncs the docs, the wiki **and the
|
|
137
|
-
code graph** (`/graphify . --update`)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
`references/
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
*
|
|
159
|
-
|
|
160
|
-
stage 10 is therefore the **retrospective**
|
|
161
|
-
(`references/retrospective.md`, written to
|
|
162
|
-
`docs/superpowers/retro.md`): **stamp the run first** — one line, and the only thing
|
|
163
|
-
that makes the next step computable — **then prune**, every standing instruction
|
|
164
|
-
checked against its retirement triggers (it became a check · its surface is gone · it
|
|
165
|
-
hasn't fired in five run stamps **or in sixty days** — the calendar is the unit that
|
|
166
|
-
still moves when the stamp counter has stopped), the list held to a hard cap of **ten**, every
|
|
167
|
-
deletion logged, then write an entry **only if the run diverged** (symptom, the
|
|
168
|
-
stage that *owned* it, root cause, fix, and the check that catches it next time).
|
|
114
|
+
code graph** (`/graphify . --update`). The graph is what the next run's harvest queries
|
|
115
|
+
first, so a stale one is a false premise **carrying the authority of a machine** —
|
|
116
|
+
a wrong doc gets argued with, a wrong graph gets believed. Refreshing it buys the
|
|
117
|
+
graph↔docs divergence check; doc-side findings are fixed at stage 9, absences become
|
|
118
|
+
REQ rows at stage 10 (`references/knowledge-graph.md`, `references/audit.md`).
|
|
119
|
+
|
|
120
|
+
**Documentation is a deliverable, and it has a gate** (`references/documentation.md`).
|
|
121
|
+
A second stage-0 phase asks the four questions that make docs a *system* — where
|
|
122
|
+
settled things live, each fact's single home, what a change of type X obliges, what
|
|
123
|
+
proves it — and writes them to `docs/DOCMAP.md`. From then the **Doc Loop** fires
|
|
124
|
+
whenever anything is settled, at **any** stage rather than only at stage 9; the stage-9
|
|
125
|
+
sweep walks the **propagation matrix** (the harvest ledger names what you *read*, the
|
|
126
|
+
matrix names what you *owe*); and *"docs in sync"* becomes a command with an exit code.
|
|
127
|
+
|
|
128
|
+
**The run teaches the next run, and the list stays short**
|
|
129
|
+
(`references/retrospective.md`). Every gate is good at *this* run and blind across
|
|
130
|
+
runs, so one class of failure can be caught, fixed and forgotten five times with
|
|
131
|
+
nothing noticing it is the same one. Stage 10's last act: **stamp the run first** — the
|
|
132
|
+
only thing that makes the next step computable — **then prune** every standing
|
|
133
|
+
instruction against its retirement triggers, hold the list to a hard cap of **ten**,
|
|
134
|
+
log every deletion, and write an entry **only if the run diverged** (symptom, the stage
|
|
135
|
+
that *owned* it, root cause, fix, and the check that catches it next time).
|
|
136
|
+
|
|
169
137
|
Stage 0 reads those standing instructions in full, which is exactly why the prune is
|
|
170
138
|
a gate criterion and not a good intention: a rule nobody reads to the end is worse
|
|
171
139
|
than no rule, because everyone believes it is covered. **The order is load-bearing,
|