@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.
Files changed (108) hide show
  1. package/.cursor-plugin/plugin.json +6 -6
  2. package/README.md +27 -31
  3. package/assets/templates/workit-contract.md +12 -0
  4. package/commands/wk-babysit.md +7 -0
  5. package/commands/wk-blast-radius.md +7 -0
  6. package/commands/wk-challenge.md +7 -0
  7. package/commands/wk-debug.md +7 -0
  8. package/commands/wk-deslop.md +7 -0
  9. package/commands/wk-diagram.md +7 -0
  10. package/commands/wk-green-run.md +7 -0
  11. package/commands/wk-handoff.md +7 -0
  12. package/commands/wk-implement.md +7 -0
  13. package/commands/wk-mockup.md +7 -0
  14. package/commands/wk-plan.md +7 -0
  15. package/commands/wk-review.md +7 -0
  16. package/commands/wk-steer.md +7 -0
  17. package/commands/wk-tdd.md +7 -0
  18. package/dist/cursor-session-start.js +13240 -414
  19. package/dist/mcp-server.js +26116 -27351
  20. package/dist/workit-hook.js +13202 -0
  21. package/hooks/hooks-cursor.json +29 -0
  22. package/package.json +8 -8
  23. package/rules/workit-contract.mdc +28 -0
  24. package/skills/workit-babysit/SKILL.md +33 -0
  25. package/skills/workit-behavioral-tdd/SKILL.md +53 -0
  26. package/skills/workit-blast-radius/SKILL.md +31 -0
  27. package/skills/workit-challenge/SKILL.md +62 -0
  28. package/skills/workit-debug/SKILL.md +61 -0
  29. package/skills/workit-deslop/SKILL.md +36 -0
  30. package/skills/workit-diagram/SKILL.md +32 -0
  31. package/skills/workit-green-run/SKILL.md +29 -0
  32. package/skills/workit-handoff/SKILL.md +43 -0
  33. package/skills/workit-implement/SKILL.md +46 -0
  34. package/skills/workit-mockup/SKILL.md +28 -0
  35. package/skills/workit-plan/SKILL.md +66 -0
  36. package/skills/workit-review/SKILL.md +60 -0
  37. package/skills/workit-steer/SKILL.md +32 -0
  38. package/assets/templates/execution-contract.md +0 -73
  39. package/assets/templates/greeting.md +0 -1
  40. package/assets/templates/headers.md +0 -3
  41. package/assets/templates/hygiene/.editorconfig +0 -8
  42. package/assets/templates/hygiene/.gitattributes +0 -3
  43. package/assets/templates/hygiene/CHANGELOG.md +0 -14
  44. package/assets/templates/hygiene/CONTRIBUTING.md +0 -3
  45. package/assets/templates/hygiene/LICENSE +0 -21
  46. package/assets/templates/hygiene/README.md +0 -3
  47. package/assets/templates/issue-update.md +0 -6
  48. package/assets/templates/plan-template.md +0 -27
  49. package/assets/templates/spec-template.md +0 -51
  50. package/assets/templates/superpowers-doc-contract.md +0 -75
  51. package/rules/ask-question-only.mdc +0 -49
  52. package/rules/cursor-todowrite.mdc +0 -14
  53. package/rules/no-worktrees.mdc +0 -26
  54. package/rules/sdd-docs-path.mdc +0 -22
  55. package/skills/wk-changelog/SKILL.md +0 -75
  56. package/skills/wk-commit/SKILL.md +0 -657
  57. package/skills/wk-docs-refresh/SKILL.md +0 -41
  58. package/skills/wk-handoff/SKILL.md +0 -55
  59. package/skills/wk-implement/SKILL.md +0 -44
  60. package/skills/wk-init/SKILL.md +0 -107
  61. package/skills/wk-issue-update/SKILL.md +0 -101
  62. package/skills/wk-issue-update/references/youtrack-update-style.md +0 -81
  63. package/skills/wk-meetings/SKILL.md +0 -50
  64. package/skills/wk-pr/SKILL.md +0 -90
  65. package/skills/wk-release-notes/SKILL.md +0 -57
  66. package/skills/wk-status/SKILL.md +0 -85
  67. package/skills/wk-verify/SKILL.md +0 -48
  68. package/vendor/superpowers/skills/brainstorming/SKILL.md +0 -159
  69. package/vendor/superpowers/skills/brainstorming/scripts/frame-template.html +0 -213
  70. package/vendor/superpowers/skills/brainstorming/scripts/helper.js +0 -167
  71. package/vendor/superpowers/skills/brainstorming/scripts/server.cjs +0 -723
  72. package/vendor/superpowers/skills/brainstorming/spec-document-reviewer-prompt.md +0 -49
  73. package/vendor/superpowers/skills/brainstorming/visual-companion.md +0 -222
  74. package/vendor/superpowers/skills/dispatching-parallel-agents/SKILL.md +0 -185
  75. package/vendor/superpowers/skills/executing-plans/SKILL.md +0 -70
  76. package/vendor/superpowers/skills/finishing-a-development-branch/SKILL.md +0 -241
  77. package/vendor/superpowers/skills/receiving-code-review/SKILL.md +0 -213
  78. package/vendor/superpowers/skills/requesting-code-review/SKILL.md +0 -103
  79. package/vendor/superpowers/skills/requesting-code-review/code-reviewer.md +0 -172
  80. package/vendor/superpowers/skills/subagent-driven-development/SKILL.md +0 -426
  81. package/vendor/superpowers/skills/subagent-driven-development/implementer-prompt.md +0 -139
  82. package/vendor/superpowers/skills/subagent-driven-development/task-reviewer-prompt.md +0 -188
  83. package/vendor/superpowers/skills/systematic-debugging/CREATION-LOG.md +0 -119
  84. package/vendor/superpowers/skills/systematic-debugging/SKILL.md +0 -296
  85. package/vendor/superpowers/skills/systematic-debugging/condition-based-waiting-example.ts +0 -158
  86. package/vendor/superpowers/skills/systematic-debugging/condition-based-waiting.md +0 -115
  87. package/vendor/superpowers/skills/systematic-debugging/defense-in-depth.md +0 -122
  88. package/vendor/superpowers/skills/systematic-debugging/root-cause-tracing.md +0 -169
  89. package/vendor/superpowers/skills/systematic-debugging/test-academic.md +0 -14
  90. package/vendor/superpowers/skills/systematic-debugging/test-pressure-1.md +0 -58
  91. package/vendor/superpowers/skills/systematic-debugging/test-pressure-2.md +0 -68
  92. package/vendor/superpowers/skills/systematic-debugging/test-pressure-3.md +0 -69
  93. package/vendor/superpowers/skills/test-driven-development/SKILL.md +0 -371
  94. package/vendor/superpowers/skills/test-driven-development/testing-anti-patterns.md +0 -299
  95. package/vendor/superpowers/skills/using-git-worktrees/SKILL.md +0 -202
  96. package/vendor/superpowers/skills/using-superpowers/SKILL.md +0 -62
  97. package/vendor/superpowers/skills/using-superpowers/references/antigravity-tools.md +0 -23
  98. package/vendor/superpowers/skills/using-superpowers/references/codex-tools.md +0 -39
  99. package/vendor/superpowers/skills/using-superpowers/references/pi-tools.md +0 -16
  100. package/vendor/superpowers/skills/verification-before-completion/SKILL.md +0 -139
  101. package/vendor/superpowers/skills/writing-plans/SKILL.md +0 -174
  102. package/vendor/superpowers/skills/writing-plans/plan-document-reviewer-prompt.md +0 -49
  103. package/vendor/superpowers/skills/writing-skills/SKILL.md +0 -689
  104. package/vendor/superpowers/skills/writing-skills/anthropic-best-practices.md +0 -1150
  105. package/vendor/superpowers/skills/writing-skills/examples/CLAUDE_MD_TESTING.md +0 -189
  106. package/vendor/superpowers/skills/writing-skills/graphviz-conventions.dot +0 -172
  107. package/vendor/superpowers/skills/writing-skills/persuasion-principles.md +0 -187
  108. 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": "OpenCode-style verify, PR, changelog, commit, and session handoff for Cursor",
5
- "version": "0.10.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
- "skills/",
33
- "vendor/superpowers/skills/"
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
- Cursor plugin for workit — MCP server, session-start hook, rules, and skills for agentic coding workflows (specs, plans, YouTrack, CI-gated commits).
3
+ [![CI](https://github.com/BrainerVirus/workit/actions/workflows/ci.yml/badge.svg)](https://github.com/BrainerVirus/workit/actions/workflows/ci.yml)
4
+ [![npm version](https://img.shields.io/npm/v/@brainervirus/workit-cursor.svg)](https://www.npmjs.com/package/@brainervirus/workit-cursor)
5
+ [![license: MIT](https://img.shields.io/badge/license-MIT-green.svg)](../../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 ≥ 22** — the MCP server and session-start hook are self-contained Node bundles invoked through `npx`.
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 `workit_*` tools (branch setup, PR create/context, docs validate/promote, YouTrack post/log/time, templates, rules, presentation, doctor, handoff, and plan lifecycle `workit_plan_pause`/`resume`/`complete`).
44
- - Session-start contract hook.
45
- - 4 rules and 12 `wk-*` skills (plus 14 sanitized Superpowers skills).
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 adapts workit through policy-only confirmation: approvals and lifecycle transitions are recorded as policy decisions (`attested: false`) rather than fabricated delegated identity, and subagent-driven plan execution is not supported on this host. Cursor consumes the same core outcomes but stays inline-only (the subagent-driven menu choice returns `unsupported_mode`); model selection remains a host-native action. Approvals bind to the document's exact SHA-256 digest — editing an approved spec/plan invalidates the approval and forces a fresh reapproval. OpenCode records native `question` receipts and runs delegated tasks; see the root [README](../../README.md#host-capabilities) for the full host-capability matrix.
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
- - Rules: `rules/` (`ask-question-only.mdc`, `cursor-todowrite.mdc`, `no-worktrees.mdc`, `sdd-docs-path.mdc`).
57
- - Skills: `skills/` (12 `wk-*`) and `vendor/superpowers/skills/` (14).
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
- ## Security and data handling
73
+ ## Capability boundaries
70
74
 
71
- - **Secrets** tokens are stored in files with mode 600 (`~/.config/workit/*.token`) and are never printed by tools; edit them locally.
72
- - **Logs** a persistent JSONL journal records redacted structured diagnostics under the configuration directory; Cursor keeps `stderr` diagnostics for protocol safety, and `stdout` remains reserved for the MCP/hook protocol (the logger never writes to it).
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 | Contents |
78
- | --- | --- |
79
- | `mcp/` + `dist/mcp-server.js` | MCP server entry (built). |
80
- | `hooks/` | session-start hook manifest. |
81
- | `rules/` | 4 `.mdc` rules. |
82
- | `skills/` | 12 `wk-*` skills. |
83
- | `vendor/superpowers/skills/` | 14 sanitized Superpowers skills. |
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 dist/mcp-server.js, dist/cursor-session-start.js, sanitize vendor skills
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`, `hooks-cursor.json`, and `run-cursor-mcp.sh`, and a stale `latest` resolution is prevented by the mandatory `--prefer-online` flag.
101
- - **Troubleshooting** — `workit doctor` (or the `workit_doctor` tool) reports installation health including runtime, token, VCS/YouTrack, and log-writability checks; it exits nonzero on failure. An MCP/hook startup failure with no network is an `npx`/registry reachability issue, not a Workit defect.
102
-
103
- ## Auto-load repair
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-handoff
2
+
3
+ Load and apply the bundled `workit-handoff` skill to package the current state for another session or host.
4
+
5
+ Preserve objective, decisions, gaps, blockers, and next action — continuity without transcript archaeology.
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