task-pipeline-skill 1.78.3 → 1.78.4
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 +9 -0
- package/README.md +1 -0
- package/SKILL-CARD.md +1 -1
- package/package.json +2 -2
- package/plugins/task-pipeline/.claude-plugin/plugin.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## v1.78.4 — the channel that sends the installs, on npm too
|
|
2
|
+
|
|
3
|
+
- The `skills.sh` badge and the canonical `homepage` reached GitHub in the previous cycle and stopped
|
|
4
|
+
there: npm serves the README and the metadata from the last **publish**, so the package
|
|
5
|
+
page still showed a badge-less README and a homepage pointing at GitHub.
|
|
6
|
+
This release carries both across.
|
|
7
|
+
- No behaviour changes. Cut because a change that lands on `main` and never publishes is a
|
|
8
|
+
change the package's own readers cannot see.
|
|
9
|
+
|
|
1
10
|
## v1.78.3 — the shared seam is explicit
|
|
2
11
|
|
|
3
12
|
Both shared validators now state `diverges: none`, completing the umbrella
|
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
[](https://github.com/ssheleg/task-pipeline/actions/workflows/validate.yml)
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
[](https://skills.sshlg.me/skills/task-pipeline/)
|
|
7
|
+
[](https://skills.sh/ssheleg/task-pipeline)
|
|
7
8
|
|
|
8
9
|
**Carry a substantial repository change from a locked brief through gated delivery and evidence-backed completion.**
|
|
9
10
|
|
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.4 |
|
|
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.4",
|
|
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"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"CODE_OF_CONDUCT.md"
|
|
33
33
|
],
|
|
34
34
|
"repository": "github:ssheleg/task-pipeline",
|
|
35
|
-
"homepage": "https://
|
|
35
|
+
"homepage": "https://skills.sshlg.me/skills/task-pipeline/",
|
|
36
36
|
"bugs": "https://github.com/ssheleg/task-pipeline/issues",
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"author": {
|
|
@@ -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.4",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ssheleg",
|
|
8
8
|
"url": "https://x.com/sshlg93"
|