@brainervirus/workit-cursor 0.10.0 → 1.0.0
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/.cursor-plugin/plugin.json +6 -6
- package/README.md +27 -31
- package/assets/templates/workit-contract.md +12 -0
- package/commands/wk-babysit.md +7 -0
- package/commands/wk-blast-radius.md +7 -0
- package/commands/wk-challenge.md +7 -0
- package/commands/wk-debug.md +7 -0
- package/commands/wk-deslop.md +7 -0
- package/commands/wk-diagram.md +7 -0
- package/commands/wk-green-run.md +7 -0
- package/commands/wk-handoff.md +7 -0
- package/commands/wk-implement.md +7 -0
- package/commands/wk-mockup.md +7 -0
- package/commands/wk-plan.md +7 -0
- package/commands/wk-review.md +7 -0
- package/commands/wk-steer.md +7 -0
- package/commands/wk-tdd.md +7 -0
- package/dist/cursor-session-start.js +13240 -414
- package/dist/mcp-server.js +26116 -27351
- package/dist/workit-hook.js +13202 -0
- package/hooks/hooks-cursor.json +29 -0
- package/package.json +8 -8
- package/rules/workit-contract.mdc +28 -0
- package/skills/workit-babysit/SKILL.md +33 -0
- package/skills/workit-behavioral-tdd/SKILL.md +53 -0
- package/skills/workit-blast-radius/SKILL.md +31 -0
- package/skills/workit-challenge/SKILL.md +62 -0
- package/skills/workit-debug/SKILL.md +61 -0
- package/skills/workit-deslop/SKILL.md +36 -0
- package/skills/workit-diagram/SKILL.md +32 -0
- package/skills/workit-green-run/SKILL.md +29 -0
- package/skills/workit-handoff/SKILL.md +43 -0
- package/skills/workit-implement/SKILL.md +46 -0
- package/skills/workit-mockup/SKILL.md +28 -0
- package/skills/workit-plan/SKILL.md +66 -0
- package/skills/workit-review/SKILL.md +60 -0
- package/skills/workit-steer/SKILL.md +32 -0
- package/assets/templates/execution-contract.md +0 -73
- package/assets/templates/greeting.md +0 -1
- package/assets/templates/headers.md +0 -3
- package/assets/templates/hygiene/.editorconfig +0 -8
- package/assets/templates/hygiene/.gitattributes +0 -3
- package/assets/templates/hygiene/CHANGELOG.md +0 -14
- package/assets/templates/hygiene/CONTRIBUTING.md +0 -3
- package/assets/templates/hygiene/LICENSE +0 -21
- package/assets/templates/hygiene/README.md +0 -3
- package/assets/templates/issue-update.md +0 -6
- package/assets/templates/plan-template.md +0 -27
- package/assets/templates/spec-template.md +0 -51
- package/assets/templates/superpowers-doc-contract.md +0 -75
- package/rules/ask-question-only.mdc +0 -49
- package/rules/cursor-todowrite.mdc +0 -14
- package/rules/no-worktrees.mdc +0 -26
- package/rules/sdd-docs-path.mdc +0 -22
- package/skills/wk-changelog/SKILL.md +0 -75
- package/skills/wk-commit/SKILL.md +0 -657
- package/skills/wk-docs-refresh/SKILL.md +0 -41
- package/skills/wk-handoff/SKILL.md +0 -55
- package/skills/wk-implement/SKILL.md +0 -44
- package/skills/wk-init/SKILL.md +0 -107
- package/skills/wk-issue-update/SKILL.md +0 -101
- package/skills/wk-issue-update/references/youtrack-update-style.md +0 -81
- package/skills/wk-meetings/SKILL.md +0 -50
- package/skills/wk-pr/SKILL.md +0 -90
- package/skills/wk-release-notes/SKILL.md +0 -57
- package/skills/wk-status/SKILL.md +0 -85
- package/skills/wk-verify/SKILL.md +0 -48
- package/vendor/superpowers/skills/brainstorming/SKILL.md +0 -159
- package/vendor/superpowers/skills/brainstorming/scripts/frame-template.html +0 -213
- package/vendor/superpowers/skills/brainstorming/scripts/helper.js +0 -167
- package/vendor/superpowers/skills/brainstorming/scripts/server.cjs +0 -723
- package/vendor/superpowers/skills/brainstorming/spec-document-reviewer-prompt.md +0 -49
- package/vendor/superpowers/skills/brainstorming/visual-companion.md +0 -222
- package/vendor/superpowers/skills/dispatching-parallel-agents/SKILL.md +0 -185
- package/vendor/superpowers/skills/executing-plans/SKILL.md +0 -70
- package/vendor/superpowers/skills/finishing-a-development-branch/SKILL.md +0 -241
- package/vendor/superpowers/skills/receiving-code-review/SKILL.md +0 -213
- package/vendor/superpowers/skills/requesting-code-review/SKILL.md +0 -103
- package/vendor/superpowers/skills/requesting-code-review/code-reviewer.md +0 -172
- package/vendor/superpowers/skills/subagent-driven-development/SKILL.md +0 -426
- package/vendor/superpowers/skills/subagent-driven-development/implementer-prompt.md +0 -139
- package/vendor/superpowers/skills/subagent-driven-development/task-reviewer-prompt.md +0 -188
- package/vendor/superpowers/skills/systematic-debugging/CREATION-LOG.md +0 -119
- package/vendor/superpowers/skills/systematic-debugging/SKILL.md +0 -296
- package/vendor/superpowers/skills/systematic-debugging/condition-based-waiting-example.ts +0 -158
- package/vendor/superpowers/skills/systematic-debugging/condition-based-waiting.md +0 -115
- package/vendor/superpowers/skills/systematic-debugging/defense-in-depth.md +0 -122
- package/vendor/superpowers/skills/systematic-debugging/root-cause-tracing.md +0 -169
- package/vendor/superpowers/skills/systematic-debugging/test-academic.md +0 -14
- package/vendor/superpowers/skills/systematic-debugging/test-pressure-1.md +0 -58
- package/vendor/superpowers/skills/systematic-debugging/test-pressure-2.md +0 -68
- package/vendor/superpowers/skills/systematic-debugging/test-pressure-3.md +0 -69
- package/vendor/superpowers/skills/test-driven-development/SKILL.md +0 -371
- package/vendor/superpowers/skills/test-driven-development/testing-anti-patterns.md +0 -299
- package/vendor/superpowers/skills/using-git-worktrees/SKILL.md +0 -202
- package/vendor/superpowers/skills/using-superpowers/SKILL.md +0 -62
- package/vendor/superpowers/skills/using-superpowers/references/antigravity-tools.md +0 -23
- package/vendor/superpowers/skills/using-superpowers/references/codex-tools.md +0 -39
- package/vendor/superpowers/skills/using-superpowers/references/pi-tools.md +0 -16
- package/vendor/superpowers/skills/verification-before-completion/SKILL.md +0 -139
- package/vendor/superpowers/skills/writing-plans/SKILL.md +0 -174
- package/vendor/superpowers/skills/writing-plans/plan-document-reviewer-prompt.md +0 -49
- package/vendor/superpowers/skills/writing-skills/SKILL.md +0 -689
- package/vendor/superpowers/skills/writing-skills/anthropic-best-practices.md +0 -1150
- package/vendor/superpowers/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +0 -189
- package/vendor/superpowers/skills/writing-skills/graphviz-conventions.dot +0 -172
- package/vendor/superpowers/skills/writing-skills/persuasion-principles.md +0 -187
- package/vendor/superpowers/skills/writing-skills/testing-skills-with-subagents.md +0 -384
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workit",
|
|
3
3
|
"displayName": "Workit",
|
|
4
|
-
"description": "
|
|
5
|
-
"version": "0.
|
|
4
|
+
"description": "Adaptive Workit workflow with shared MCP tools and native Cursor hooks",
|
|
5
|
+
"version": "1.0.0",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Cristhofer Pincetti"
|
|
8
8
|
},
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"commit",
|
|
29
29
|
"handoff"
|
|
30
30
|
],
|
|
31
|
-
"skills":
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
"skills": "skills/",
|
|
32
|
+
"commands": "commands/",
|
|
33
|
+
"rules": [
|
|
34
|
+
"rules/workit-contract.mdc"
|
|
34
35
|
],
|
|
35
|
-
"rules": "rules/",
|
|
36
36
|
"mcpServers": "mcp.json",
|
|
37
37
|
"hooks": "hooks/hooks-cursor.json"
|
|
38
38
|
}
|
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# @brainervirus/workit-cursor
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://github.com/BrainerVirus/workit/actions/workflows/ci.yml)
|
|
4
|
+
[](https://www.npmjs.com/package/@brainervirus/workit-cursor)
|
|
5
|
+
[](../../LICENSE)
|
|
6
|
+
|
|
7
|
+
Cursor plugin for workit — shared MCP tools, documented native hooks, compact continuity, and adaptive method skills.
|
|
4
8
|
|
|
5
9
|
## Install
|
|
6
10
|
|
|
@@ -35,26 +39,26 @@ npx @brainervirus/workit-cli init
|
|
|
35
39
|
|
|
36
40
|
### Requirements
|
|
37
41
|
|
|
38
|
-
- **Node.js ≥
|
|
42
|
+
- **Node.js ≥ 24** — the MCP server and session-start hook are self-contained Node bundles invoked through `npx`.
|
|
39
43
|
- **Network** — `npx -y --prefer-online …@latest` resolves and downloads the package on first run in each environment; a machine that cannot reach the npm registry cannot start the MCP server or hook (see [Runtime](#runtime)).
|
|
40
44
|
|
|
41
45
|
## What it provides
|
|
42
46
|
|
|
43
|
-
- MCP server exposing the
|
|
44
|
-
-
|
|
45
|
-
-
|
|
47
|
+
- MCP server exposing exactly the eight shared operation families: `workit_task`, `workit_policy`, `workit_evidence`, `workit_finding`, `workit_decision`, `workit_worker`, `workit_writer`, and `workit_state`.
|
|
48
|
+
- One bounded native hook executable for session context, recognized product-write and shell interception, and native subagent lifecycle observations.
|
|
49
|
+
- Fourteen canonical `workit-*` method skills and the `workit-contract` rule.
|
|
46
50
|
|
|
47
51
|
## Host limitations
|
|
48
52
|
|
|
49
|
-
Cursor
|
|
53
|
+
Cursor maps shared Workit operations through the shared MCP transport. AskQuestion remains policy-only (`agent_guided`), session start and compaction are non-blocking, and arbitrary shell writes, Tab edits, and exact subagent stop identity are unavailable. Known Write/Edit/Delete targets are enforced only when the documented Cursor hook inputs prove them. Native subagent delegation is read-only for reviewer/investigator assignments; implementer delegation is unavailable because Cursor exposes no attested writer identity or stable child-stop identity.
|
|
50
54
|
|
|
51
55
|
## Configuration
|
|
52
56
|
|
|
53
57
|
- Plugin metadata: `packages/workit-cursor/.cursor-plugin/plugin.json` (`name: "workit"`, `displayName: "Workit"`).
|
|
54
58
|
- MCP server: `mcp.json`.
|
|
55
59
|
- Session-start hook: `hooks/hooks-cursor.json`.
|
|
56
|
-
-
|
|
57
|
-
- Skills: `skills/` (
|
|
60
|
+
- Rule: `rules/workit-contract.mdc`.
|
|
61
|
+
- Skills: `skills/` (fourteen canonical Workit methods).
|
|
58
62
|
|
|
59
63
|
## Runtime
|
|
60
64
|
|
|
@@ -66,27 +70,25 @@ Cursor launches the MCP server and session-start hook through `npx`, so the ship
|
|
|
66
70
|
|
|
67
71
|
The runtime runs from `@latest` with the mandatory `--prefer-online` flag: Cursor reviews plugin metadata from Git, while npm serves the runtime. `--prefer-online` forces npx to check the registry so a stale cached `latest` resolution is never reused. See [Update review](#update-review).
|
|
68
72
|
|
|
69
|
-
##
|
|
73
|
+
## Capability boundaries
|
|
70
74
|
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
- **External interactions** — Git/VCS (branch resolution, PR/MR creation) and YouTrack (task updates, time logging) happen only when you invoke the corresponding tools; local setup copies files under `~/.cursor/plugins/local/workit` and `~/.config/workit/`.
|
|
75
|
+
- Authority-sensitive MCP mutations require an attested caller. A standalone or ordinary Cursor launch stays usable for read-only inspection and reports `capability_unavailable` for authority mutations.
|
|
76
|
+
- Native hook enforcement is limited to documented inputs and blocking behavior. The plugin does not claim a `beforeMCPExecution` hook, cross-process receipts, delegation tokens, or automatic compaction restoration.
|
|
74
77
|
|
|
75
78
|
## Plugin layout
|
|
76
79
|
|
|
77
|
-
| Path
|
|
78
|
-
|
|
|
79
|
-
| `mcp/` + `dist/mcp-server.js` | MCP server entry (built).
|
|
80
|
-
| `hooks/`
|
|
81
|
-
| `rules
|
|
82
|
-
| `skills/`
|
|
83
|
-
| `
|
|
84
|
-
| `.cursor-plugin/plugin.json` | authoritative plugin manifest. |
|
|
80
|
+
| Path | Contents |
|
|
81
|
+
| ----------------------------- | ------------------------------------------------------------- |
|
|
82
|
+
| `mcp/` + `dist/mcp-server.js` | MCP server entry (built). |
|
|
83
|
+
| `hooks/` | session-start hook manifest. |
|
|
84
|
+
| `rules/workit-contract.mdc` | Adaptive task contract and truthful Cursor capability limits. |
|
|
85
|
+
| `skills/` | Fourteen canonical adaptive Workit method skills. |
|
|
86
|
+
| `.cursor-plugin/plugin.json` | authoritative plugin manifest. |
|
|
85
87
|
|
|
86
88
|
## Package scripts
|
|
87
89
|
|
|
88
90
|
```bash
|
|
89
|
-
bun run build # bundle
|
|
91
|
+
bun run build # bundle MCP + native hook entries and copy fourteen method skills
|
|
90
92
|
```
|
|
91
93
|
|
|
92
94
|
From the repository root, `bun run validate:cursor-marketplace` validates the tracked Marketplace artifact against the official Cursor JSON schemas and clean-checkout invariants (component paths, frontmatter, logo, sanitized vendor parity, no ignored-`dist` runtime references).
|
|
@@ -97,16 +99,10 @@ The repository root carries `.cursor-plugin/marketplace.json`, indexing `package
|
|
|
97
99
|
|
|
98
100
|
- **Installing from Marketplace** — a Marketplace admin adds the repository URL through Cursor's authenticated publisher flow; end users then install the plugin from the Cursor Marketplace UI, which reads `.cursor-plugin/plugin.json` and the tracked components directly from Git.
|
|
99
101
|
- **Submission** — Marketplace submission is a separate, later authenticated action at `https://cursor.com/marketplace/publish`. It is **not** performed here and no publication or acceptance is claimed; the repository is kept validated and submission-ready.
|
|
100
|
-
- **Update review** — Git plugin metadata (manifest, rules, skills, assets) is reviewed by Cursor on Marketplace updates, while the npm runtime runs from `@latest` with `--prefer-online`. The selector is shared across `mcp.json
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
Workit self-heals stale Cursor plugin installs so the workflow features never silently drop out of auto-load (CA-01/CA-04):
|
|
106
|
-
|
|
107
|
-
- **Detection** — the doctor's `stale_install` finding reads the installed `~/.cursor/plugins/local/workit` directory and fails on a legacy `--package=` pin in the plugin's own `mcp.json`, a sessionStart hook running a legacy selector, or a local-dist install behind the current/published runtime; each finding carries the exact repair step.
|
|
108
|
-
- **Self-heal** — `install-cursor-plugin.sh` runs `doctor-check.ts cursor --stale` as a pre-check: exit 2 (stale) triggers a refresh of the plugin directory plus a rewrite of the workit MCP/hook entries to the canonical `@latest` + `--prefer-online` selector, preserving unrelated MCP servers; a healthy install is byte-untouched.
|
|
109
|
-
- **Fail-open** — the one network probe (the npm registry version comparison for local-dist installs) never blocks an install: an unreachable registry warns as `registry_unreachable`, never `stale_install` and never a failure. Canonical `@latest` installs skip the probe entirely — the selector resolves fresh at launch, so the installed `package.json` version is metadata, not a freshness signal.
|
|
102
|
+
- **Update review** — Git plugin metadata (manifest, rules, skills, assets) is reviewed by Cursor on Marketplace updates, while the npm runtime runs from `@latest` with `--prefer-online`. The selector is shared across `mcp.json` and `hooks-cursor.json`, and a stale `latest` resolution is prevented by the mandatory `--prefer-online` flag.
|
|
103
|
+
An MCP or hook startup failure with no network is an `npx`/registry reachability
|
|
104
|
+
issue; inspect the host's startup diagnostics and retry after connectivity is
|
|
105
|
+
restored.
|
|
110
106
|
|
|
111
107
|
## Docs
|
|
112
108
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Workit contract
|
|
2
|
+
|
|
3
|
+
Workit keeps one accountable lead and one shared task state. Inspect current
|
|
4
|
+
task state before acting; use only the shared operations for task, policy,
|
|
5
|
+
evidence, finding, decision, worker, writer, and state changes. Authority is
|
|
6
|
+
bounded by the requested scope, current revision, caller/session provenance, and
|
|
7
|
+
observed capabilities. Never claim host enforcement or evidence that the host
|
|
8
|
+
cannot provide. Preserve unresolved requirements, gaps, and uncertain workers.
|
|
9
|
+
|
|
10
|
+
Focused methods are loaded only when the resolved policy requires them. A method
|
|
11
|
+
must call the shared operations and must not create a second lifecycle, approval
|
|
12
|
+
chain, or task-state representation.
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-babysit
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-babysit` skill to the current PR.
|
|
4
|
+
|
|
5
|
+
Drive it to merge-ready: work the frontier (conflicts, review threads, CI), classify CI failures before retrying, batch fixes into one push wave, and merge only when green per the repo's PR settings.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-blast-radius
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-blast-radius` skill to the change at hand.
|
|
4
|
+
|
|
5
|
+
Prove the one fact it is safe because of, with runnable proof — grep every caller, label unproven risks UNPROVEN, fix at the shared root.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-challenge
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-challenge` skill to the current proposal or plan.
|
|
4
|
+
|
|
5
|
+
Treat the proposal as a hypothesis to test: label consequential statements FACT / INFERENCE / OPINION / UNKNOWN, surface hidden assumptions and simpler alternatives, recommend one option with its tradeoff, and ask only for decisions the user owns.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-debug
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-debug` skill to the failing behavior.
|
|
4
|
+
|
|
5
|
+
Build a loop that goes red on the exact failure before hypothesizing, trace to the root cause, fix at the shared root, and leave a regression test at the seam.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-deslop
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-deslop` skill before opening a PR or after implementation.
|
|
4
|
+
|
|
5
|
+
Remove AI slop from code and prose with a minimal diff: delete dead weight and filler, keep real symbol names and numbers, never refactor behavior.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-diagram
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-diagram` skill when a spec or plan needs a flow or architecture diagram.
|
|
4
|
+
|
|
5
|
+
Mermaid only when needed (flowchart/sequence/state/ER), real symbol names, verified by reading before commit — never a diagram suite.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-green-run
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-green-run` skill to drive a red CI pipeline back to green.
|
|
4
|
+
|
|
5
|
+
Read the failing logs, classify (flake/stale-base/real failure), fix at root cause with a regression test, push one wave, re-verify green on the new head.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-implement
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-implement` skill to carry out the scoped task.
|
|
4
|
+
|
|
5
|
+
Implement the smallest change behind the agreed scope, verify behavior with the relevant checks, and reconcile task state, evidence, and findings when done.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-mockup
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-mockup` skill when a UI decision needs sketching before implementation.
|
|
4
|
+
|
|
5
|
+
ASCII wireframes, at most three layout hypotheses, states and nav flow covered, decision lands in the spec dir. Sketch, don't build.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-plan
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-plan` skill to the current work.
|
|
4
|
+
|
|
5
|
+
Record only the useful sequence (objective, dependency, bounded task, evidence needed, owner, next action) with the size-appropriate ceremony: spec + plan for large work, compact plan for medium, progress only for small.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-review
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-review` skill to the current candidate.
|
|
4
|
+
|
|
5
|
+
Review the real diff on two axes (standards + spec fidelity) with proof-required findings, then fix, dismiss with evidence, or escalate — never relabel self-review as independent.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-steer
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-steer` skill when new instructions, interruptions, or forgotten items arrive mid-task.
|
|
4
|
+
|
|
5
|
+
Park state verbatim, classify (same-task/new-task/quick-question), handle with full rigor, re-anchor with a one-line resume brief.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# /wk-tdd
|
|
2
|
+
|
|
3
|
+
Load and apply the bundled `workit-behavioral-tdd` skill to the behavior at hand.
|
|
4
|
+
|
|
5
|
+
Test the observable result at a stable boundary: one vertical RED slice, smallest change, GREEN, then reconcile. Reject noisy, tautological, and ghost-loop tests.
|
|
6
|
+
|
|
7
|
+
Extra context: $ARGUMENTS
|