task-pipeline-skill 1.78.0 → 1.78.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,3 +1,18 @@
|
|
|
1
|
+
## v1.78.2 — the router and the shared mechanisms agree with the umbrella
|
|
2
|
+
|
|
3
|
+
The description restores the exact `the full cycle` carrier used by the family
|
|
4
|
+
router. The eval and social-preview validators now declare their umbrella-owned
|
|
5
|
+
shared mechanisms.
|
|
6
|
+
|
|
7
|
+
## v1.78.1 — one discovery contract from intake to release
|
|
8
|
+
|
|
9
|
+
The description now starts with the family's `Use when` shape while preserving
|
|
10
|
+
both routing boundaries and the explicit `Not for:` clause; its working headroom
|
|
11
|
+
is recomputed and gated. Portable trigger and behavior evals, a generated social
|
|
12
|
+
preview, and a one-command README viewport now ship. CI adds the pinned house
|
|
13
|
+
audit and the eval validator's planted failure; the existing self-observed suite
|
|
14
|
+
remains labelled separately from blind model evidence.
|
|
15
|
+
|
|
1
16
|
## v1.78.0 — the run names the standard, not a person
|
|
2
17
|
|
|
3
18
|
The banner the pipeline prints before its first question read *"Running **Proof of
|
package/README.md
CHANGED
|
@@ -5,6 +5,16 @@
|
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
[](https://skills.sshlg.me/skills/task-pipeline/)
|
|
7
7
|
|
|
8
|
+
**Carry a substantial repository change from a locked brief through gated delivery and evidence-backed completion.**
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
npx skills add ssheleg/task-pipeline
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Ask: `Run this authentication feature through the full delivery pipeline.`
|
|
15
|
+
|
|
16
|
+
**[Detailed docs →](https://skills.sshlg.me/skills/task-pipeline/)**
|
|
17
|
+
|
|
8
18
|
**[Docs, and every skill →](https://skills.sshlg.me/)** · [this skill's page](https://skills.sshlg.me/skills/task-pipeline/) · [follow @sshlg93 on X](https://x.com/intent/follow?screen_name=sshlg93)
|
|
9
19
|
|
|
10
20
|
Loads in **DeepSeek Harness** (`dsh`) with **no plugin to write**: it reads the
|
|
@@ -133,12 +143,14 @@ software when agents write the code*. The manifesto has its own home:
|
|
|
133
143
|
Its central claim is that the unit of progress is not generated code but an
|
|
134
144
|
**evidence-carrying change**: one carrying the intent it implements, the evidence that
|
|
135
145
|
verifies it, the **limits** of that evidence, and the decision that accepts it. This
|
|
136
|
-
repository is where that stops being an argument — the
|
|
137
|
-
[`references/acceptance.md`](plugins/task-pipeline/skills/task-pipeline/references/acceptance.md),
|
|
138
|
-
the eight residue classes in
|
|
146
|
+
repository is where that stops being an argument — the eight residue classes in
|
|
139
147
|
[`references/residue.md`](plugins/task-pipeline/skills/task-pipeline/references/residue.md),
|
|
140
148
|
the axis rotation in
|
|
141
149
|
[`references/audit.md`](plugins/task-pipeline/skills/task-pipeline/references/audit.md),
|
|
150
|
+
the documentation boundary in
|
|
151
|
+
[`references/documentation.md`](plugins/task-pipeline/skills/task-pipeline/references/documentation.md),
|
|
152
|
+
the acceptance ladder in
|
|
153
|
+
[`references/acceptance.md`](plugins/task-pipeline/skills/task-pipeline/references/acceptance.md),
|
|
142
154
|
and a guard suite in which **every** check has been watched rejecting a planted defect
|
|
143
155
|
(`npm run test:negatives`).
|
|
144
156
|
|
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.78.
|
|
15
|
+
| **Version** | 1.78.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, and **one of two browser channels** — `playwright` (CLI or MCP) or `chrome-devtools` (MCP); either satisfies the browser step and neither is required. 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.78.
|
|
3
|
+
"version": "1.78.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.78.
|
|
5
|
+
"version": "1.78.2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ssheleg",
|
|
8
8
|
"url": "https://x.com/sshlg93"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: task-pipeline
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when work changes the repository — feature, fix, refactor, migration, integration, rewrite, adoption or hardening; фича, фикс, рефактор, миграция, интеграция, доработать, починить, внедрить, перевести — or when the output is a finding that lands in it: audit/аудит, bug hunt/проверь ошибки, production check/проверь прод, PR review/ревью PR — or on 'run this through the pipeline' / 'прогони по конвейеру', 'full cycle, the full cycle' / 'полный цикл', /task-pipeline. Runs a substantial task through an intake grill, docs study, brainstorm, spec, plan, build, tests, deploy, post-deploy, docs/wiki sync and acceptance with explicit gates. 'checkup' / 'чекап' reports unconfirmed releases; 'setup' audits existing docs. Not for: answering a question, explaining code, a typo or a one-line edit — say 'без пайплайна' / 'quick' to opt out."
|
|
4
4
|
license: MIT
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -228,13 +228,6 @@ capable available — see `references/model-tiering.md`).
|
|
|
228
228
|
ladder walk is, which eight environment classes stage 10 enumerates, what makes an
|
|
229
229
|
edge fake, why a `200` is not a working page: all there, none here.
|
|
230
230
|
|
|
231
|
-
That split is the budget rule this pack states for everyone else, applied to
|
|
232
|
-
itself: the body was **6685 tokens against a 5000 budget**, the worst in the
|
|
233
|
-
family, and most of the overrun sat in this table's Gate column restating files
|
|
234
|
-
that already load on demand.
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
231
|
**Several repositories?** A submodule is finished when its parent says so — the
|
|
239
232
|
work can be committed, pushed and green while a clone of the parent still gets the
|
|
240
233
|
commit before it, and neither repository looks wrong alone. The two commands that
|