@brunosps00/dev-workflow 0.15.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 (135) hide show
  1. package/README.md +97 -119
  2. package/lib/constants.js +16 -36
  3. package/lib/migrate-skills.js +11 -4
  4. package/lib/removed-commands.js +30 -0
  5. package/package.json +1 -1
  6. package/scaffold/en/agent-instructions.md +27 -16
  7. package/scaffold/en/commands/dw-adr.md +2 -2
  8. package/scaffold/en/commands/dw-analyze-project.md +7 -7
  9. package/scaffold/en/commands/dw-autopilot.md +20 -20
  10. package/scaffold/en/commands/dw-brainstorm.md +160 -9
  11. package/scaffold/en/commands/dw-bugfix.md +5 -5
  12. package/scaffold/en/commands/dw-commit.md +1 -1
  13. package/scaffold/en/commands/dw-dockerize.md +9 -9
  14. package/scaffold/en/commands/dw-find-skills.md +4 -4
  15. package/scaffold/en/commands/dw-functional-doc.md +1 -1
  16. package/scaffold/en/commands/dw-generate-pr.md +4 -4
  17. package/scaffold/en/commands/dw-help.md +95 -351
  18. package/scaffold/en/commands/dw-intel.md +76 -12
  19. package/scaffold/en/commands/dw-new-project.md +9 -9
  20. package/scaffold/en/commands/dw-plan.md +175 -0
  21. package/scaffold/en/commands/dw-qa.md +166 -0
  22. package/scaffold/en/commands/dw-redesign-ui.md +6 -6
  23. package/scaffold/en/commands/dw-review.md +198 -0
  24. package/scaffold/en/commands/dw-run.md +176 -0
  25. package/scaffold/en/commands/dw-secure-audit.md +222 -0
  26. package/scaffold/en/commands/dw-update.md +1 -1
  27. package/scaffold/en/references/playwright-patterns.md +1 -1
  28. package/scaffold/en/references/refactoring-catalog.md +1 -1
  29. package/scaffold/en/templates/brainstorm-matrix.md +1 -1
  30. package/scaffold/en/templates/idea-onepager.md +3 -3
  31. package/scaffold/en/templates/project-onepager.md +5 -5
  32. package/scaffold/pt-br/agent-instructions.md +27 -16
  33. package/scaffold/pt-br/commands/dw-adr.md +2 -2
  34. package/scaffold/pt-br/commands/dw-analyze-project.md +7 -7
  35. package/scaffold/pt-br/commands/dw-autopilot.md +20 -20
  36. package/scaffold/pt-br/commands/dw-brainstorm.md +160 -9
  37. package/scaffold/pt-br/commands/dw-bugfix.md +8 -8
  38. package/scaffold/pt-br/commands/dw-commit.md +1 -1
  39. package/scaffold/pt-br/commands/dw-dockerize.md +9 -9
  40. package/scaffold/pt-br/commands/dw-find-skills.md +4 -4
  41. package/scaffold/pt-br/commands/dw-functional-doc.md +1 -1
  42. package/scaffold/pt-br/commands/dw-generate-pr.md +4 -4
  43. package/scaffold/pt-br/commands/dw-help.md +97 -300
  44. package/scaffold/pt-br/commands/dw-intel.md +77 -13
  45. package/scaffold/pt-br/commands/dw-new-project.md +9 -9
  46. package/scaffold/pt-br/commands/dw-plan.md +175 -0
  47. package/scaffold/pt-br/commands/dw-qa.md +166 -0
  48. package/scaffold/pt-br/commands/dw-redesign-ui.md +6 -6
  49. package/scaffold/pt-br/commands/dw-review.md +198 -0
  50. package/scaffold/pt-br/commands/dw-run.md +176 -0
  51. package/scaffold/pt-br/commands/dw-secure-audit.md +222 -0
  52. package/scaffold/pt-br/commands/dw-update.md +1 -1
  53. package/scaffold/pt-br/references/playwright-patterns.md +1 -1
  54. package/scaffold/pt-br/references/refactoring-catalog.md +1 -1
  55. package/scaffold/pt-br/templates/brainstorm-matrix.md +1 -1
  56. package/scaffold/pt-br/templates/idea-onepager.md +3 -3
  57. package/scaffold/pt-br/templates/project-onepager.md +5 -5
  58. package/scaffold/pt-br/templates/tasks-template.md +1 -1
  59. package/scaffold/skills/api-testing-recipes/SKILL.md +6 -6
  60. package/scaffold/skills/api-testing-recipes/references/auth-patterns.md +1 -1
  61. package/scaffold/skills/api-testing-recipes/references/matrix-conventions.md +1 -1
  62. package/scaffold/skills/api-testing-recipes/references/openapi-driven.md +3 -3
  63. package/scaffold/skills/docker-compose-recipes/SKILL.md +1 -1
  64. package/scaffold/skills/dw-codebase-intel/SKILL.md +9 -9
  65. package/scaffold/skills/dw-codebase-intel/agents/intel-updater.md +4 -4
  66. package/scaffold/skills/dw-codebase-intel/references/api-design-discipline.md +1 -1
  67. package/scaffold/skills/dw-codebase-intel/references/incremental-update.md +5 -5
  68. package/scaffold/skills/dw-codebase-intel/references/intel-format.md +1 -1
  69. package/scaffold/skills/dw-codebase-intel/references/query-patterns.md +3 -3
  70. package/scaffold/skills/dw-council/SKILL.md +2 -2
  71. package/scaffold/skills/dw-debug-protocol/SKILL.md +5 -3
  72. package/scaffold/skills/dw-execute-phase/SKILL.md +16 -16
  73. package/scaffold/skills/dw-execute-phase/agents/executor.md +5 -5
  74. package/scaffold/skills/dw-execute-phase/agents/plan-checker.md +4 -4
  75. package/scaffold/skills/dw-execute-phase/references/atomic-commits.md +1 -1
  76. package/scaffold/skills/dw-execute-phase/references/plan-verification.md +2 -2
  77. package/scaffold/skills/dw-execute-phase/references/wave-coordination.md +1 -1
  78. package/scaffold/skills/dw-git-discipline/SKILL.md +5 -2
  79. package/scaffold/skills/dw-incident-response/SKILL.md +5 -1
  80. package/scaffold/skills/dw-llm-eval/SKILL.md +10 -8
  81. package/scaffold/skills/dw-memory/SKILL.md +2 -2
  82. package/scaffold/skills/dw-review-rigor/SKILL.md +5 -5
  83. package/scaffold/skills/dw-simplification/SKILL.md +4 -4
  84. package/scaffold/skills/dw-source-grounding/SKILL.md +1 -1
  85. package/scaffold/skills/dw-testing-discipline/SKILL.md +8 -6
  86. package/scaffold/skills/dw-testing-discipline/references/agent-guardrails.md +3 -3
  87. package/scaffold/skills/dw-testing-discipline/references/anti-patterns.md +2 -2
  88. package/scaffold/skills/dw-testing-discipline/references/core-rules.md +1 -1
  89. package/scaffold/skills/dw-testing-discipline/references/flaky-discipline.md +3 -3
  90. package/scaffold/skills/dw-testing-discipline/references/patterns.md +1 -1
  91. package/scaffold/skills/dw-testing-discipline/references/playwright-recipes.md +1 -1
  92. package/scaffold/skills/dw-ui-discipline/SKILL.md +8 -6
  93. package/scaffold/skills/dw-ui-discipline/references/accessibility-floor.md +2 -2
  94. package/scaffold/skills/dw-ui-discipline/references/hard-gate.md +1 -1
  95. package/scaffold/skills/dw-ui-discipline/references/state-matrix.md +1 -1
  96. package/scaffold/skills/dw-ui-discipline/references/visual-slop.md +2 -2
  97. package/scaffold/skills/dw-verify/SKILL.md +4 -4
  98. package/scaffold/skills/humanizer/SKILL.md +1 -7
  99. package/scaffold/skills/remotion-best-practices/SKILL.md +3 -1
  100. package/scaffold/skills/security-review/SKILL.md +1 -1
  101. package/scaffold/skills/security-review/languages/csharp.md +1 -1
  102. package/scaffold/skills/security-review/languages/rust.md +1 -1
  103. package/scaffold/skills/security-review/languages/typescript.md +1 -1
  104. package/scaffold/skills/vercel-react-best-practices/SKILL.md +3 -1
  105. package/scaffold/templates-overrides-readme.md +3 -3
  106. package/scaffold/en/commands/dw-code-review.md +0 -386
  107. package/scaffold/en/commands/dw-create-prd.md +0 -148
  108. package/scaffold/en/commands/dw-create-tasks.md +0 -201
  109. package/scaffold/en/commands/dw-create-techspec.md +0 -210
  110. package/scaffold/en/commands/dw-deep-research.md +0 -418
  111. package/scaffold/en/commands/dw-deps-audit.md +0 -327
  112. package/scaffold/en/commands/dw-fix-qa.md +0 -152
  113. package/scaffold/en/commands/dw-map-codebase.md +0 -125
  114. package/scaffold/en/commands/dw-refactoring-analysis.md +0 -340
  115. package/scaffold/en/commands/dw-revert-task.md +0 -114
  116. package/scaffold/en/commands/dw-review-implementation.md +0 -349
  117. package/scaffold/en/commands/dw-run-plan.md +0 -300
  118. package/scaffold/en/commands/dw-run-qa.md +0 -497
  119. package/scaffold/en/commands/dw-run-task.md +0 -209
  120. package/scaffold/en/commands/dw-security-check.md +0 -271
  121. package/scaffold/pt-br/commands/dw-code-review.md +0 -366
  122. package/scaffold/pt-br/commands/dw-create-prd.md +0 -148
  123. package/scaffold/pt-br/commands/dw-create-tasks.md +0 -201
  124. package/scaffold/pt-br/commands/dw-create-techspec.md +0 -208
  125. package/scaffold/pt-br/commands/dw-deep-research.md +0 -172
  126. package/scaffold/pt-br/commands/dw-deps-audit.md +0 -327
  127. package/scaffold/pt-br/commands/dw-fix-qa.md +0 -152
  128. package/scaffold/pt-br/commands/dw-map-codebase.md +0 -125
  129. package/scaffold/pt-br/commands/dw-refactoring-analysis.md +0 -340
  130. package/scaffold/pt-br/commands/dw-revert-task.md +0 -114
  131. package/scaffold/pt-br/commands/dw-review-implementation.md +0 -337
  132. package/scaffold/pt-br/commands/dw-run-plan.md +0 -296
  133. package/scaffold/pt-br/commands/dw-run-qa.md +0 -495
  134. package/scaffold/pt-br/commands/dw-run-task.md +0 -208
  135. package/scaffold/pt-br/commands/dw-security-check.md +0 -271
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: dw-codebase-intel
3
- description: Codebase intelligence for dev-workflow. The intel-updater agent maintains a queryable index in .dw/intel/ (stack.json, files.json, apis.json, deps.json, arch.md) that other commands read instead of doing expensive codebase exploration. Used by /dw-intel and /dw-map-codebase. Adapted from get-shit-done-cc (MIT).
3
+ description: Use to query or build codebase intel (.dw/intel/ stack, files, apis, deps, arch). Powers /dw-intel queries and /dw-intel --build. Invoke on 'where is X', 'what uses Y', or after refactors.
4
4
  allowed-tools:
5
5
  - Read
6
6
  - Write
@@ -11,7 +11,7 @@ allowed-tools:
11
11
 
12
12
  # dw-codebase-intel
13
13
 
14
- Bundled skill that gives dev-workflow native **codebase intelligence** — a queryable knowledge base of the project's stack, file graph, API surface, dependencies, and architecture. Other commands (`/dw-create-prd`, `/dw-create-techspec`, `/dw-code-review`, `/dw-refactoring-analysis`, `/dw-brainstorm`, etc.) read from this index instead of re-exploring the codebase on every invocation.
14
+ Bundled skill that gives dev-workflow native **codebase intelligence** — a queryable knowledge base of the project's stack, file graph, API surface, dependencies, and architecture. Other commands (`/dw-plan prd`, `/dw-plan techspec`, `/dw-review --code-only`, `/dw-brainstorm --refactor`, `/dw-brainstorm`, etc.) read from this index instead of re-exploring the codebase on every invocation.
15
15
 
16
16
  ## Why a skill (not inline)
17
17
 
@@ -23,7 +23,7 @@ Bundled skill that gives dev-workflow native **codebase intelligence** — a que
23
23
 
24
24
  Read this skill when:
25
25
 
26
- - `/dw-map-codebase` is invoked (full or partial codebase analysis).
26
+ - `/dw-intel --build` is invoked (full or partial codebase analysis).
27
27
  - `/dw-intel "<query>"` is invoked (query existing intel).
28
28
  - `/dw-analyze-project` runs after first commit and wants to enrich `.dw/rules/` with structural facts from `.dw/intel/`.
29
29
  - Any other `dw-*` command wants to look up "where is X used", "what frameworks are in this stack", "what's the architecture pattern" without re-scanning files.
@@ -53,25 +53,25 @@ Schemas are documented in `references/intel-format.md`.
53
53
 
54
54
  | Agent | Responsibility | Spawn from |
55
55
  |-------|----------------|------------|
56
- | `agents/intel-updater.md` | Reads source files, writes structured intel to `.dw/intel/`. Supports `full` or `partial --files <paths>` updates. | `/dw-map-codebase` |
56
+ | `agents/intel-updater.md` | Reads source files, writes structured intel to `.dw/intel/`. Supports `full` or `partial --files <paths>` updates. | `/dw-intel --build` |
57
57
 
58
58
  This skill ships ONE agent — `intel-updater` — which produces machine-readable JSON for `/dw-intel` queries. Human-readable architecture analysis (per-module conventions, anti-patterns, code smells) lives in `.dw/rules/` and is generated by `/dw-analyze-project`. The two are complementary: `.dw/intel/` answers "what's in this codebase right now?" and `.dw/rules/` answers "how should we write code here?".
59
59
 
60
60
  ## How to Compose (the typical flow)
61
61
 
62
- 1. **`/dw-map-codebase`** is invoked.
62
+ 1. **`/dw-intel --build`** is invoked.
63
63
  2. The command spawns `intel-updater` with `focus: full` (first run) or `focus: partial --files <paths>` (incremental).
64
64
  3. The agent reads source files (using Glob/Read/Grep; no Bash file listing for cross-platform safety) and writes the 5 intel files.
65
65
  4. The agent writes `.last-refresh.json` with timestamps + hashes for incremental change detection on the next run.
66
- 5. `/dw-map-codebase` reports completion and invites the user to query via `/dw-intel "<question>"`.
66
+ 5. `/dw-intel --build` reports completion and invites the user to query via `/dw-intel "<question>"`.
67
67
 
68
- For human-readable analysis (architecture overview, module conventions, anti-patterns), run `/dw-analyze-project` after `/dw-map-codebase` — it reads `.dw/intel/` as input and produces `.dw/rules/`.
68
+ For human-readable analysis (architecture overview, module conventions, anti-patterns), run `/dw-analyze-project` after `/dw-intel --build` — it reads `.dw/intel/` as input and produces `.dw/rules/`.
69
69
 
70
70
  ## How `/dw-intel` Reads This
71
71
 
72
72
  `/dw-intel "auth flow"` does:
73
73
 
74
- 1. Check `.dw/intel/.last-refresh.json` — is the index fresh (within last 7 days)? If stale, suggest re-running `/dw-map-codebase`.
74
+ 1. Check `.dw/intel/.last-refresh.json` — is the index fresh (within last 7 days)? If stale, suggest re-running `/dw-intel --build`.
75
75
  2. Search `apis.json` for matching paths/descriptions.
76
76
  3. Search `files.json` for matching exports.
77
77
  4. Search `arch.md` (full-text) for the keyword.
@@ -95,7 +95,7 @@ If no `.dw/intel/` exists at all, `/dw-intel` falls back to `.dw/rules/` (seeded
95
95
  - `references/intel-format.md` — schema for each `.dw/intel/` file with examples.
96
96
  - `references/incremental-update.md` — how partial updates work (which files to re-read, how to merge with existing entries).
97
97
  - `references/query-patterns.md` — how `/dw-intel` answers different question shapes (where-is, what-uses, architecture-of, dependency-of).
98
- - `references/api-design-discipline.md` — Hyrum's Law, contract-first design, error semantics, boundary validation, versioning. Use when intel feeds techspec authoring (`/dw-create-techspec`) for endpoints — design must respect existing project conventions surfaced in `apis.json`. Adapted from [`addyosmani/agent-skills/api-design`](https://github.com/addyosmani/agent-skills/tree/main/api-design) (MIT).
98
+ - `references/api-design-discipline.md` — Hyrum's Law, contract-first design, error semantics, boundary validation, versioning. Use when intel feeds techspec authoring (`/dw-plan techspec`) for endpoints — design must respect existing project conventions surfaced in `apis.json`. Adapted from [`addyosmani/agent-skills/api-design`](https://github.com/addyosmani/agent-skills/tree/main/api-design) (MIT).
99
99
 
100
100
  ## Inspired by
101
101
 
@@ -26,7 +26,7 @@ This ensures project-specific patterns, conventions, and best practices are appl
26
26
  # dw-intel-updater
27
27
 
28
28
  <role>
29
- You are **dw-intel-updater**, the codebase intelligence agent for dev-workflow. You read project source files and write structured intel to `.dw/intel/`. Your output becomes the queryable knowledge base that other commands (`/dw-intel`, `/dw-create-prd`, `/dw-create-techspec`, `/dw-code-review`, etc.) use instead of doing expensive codebase exploration reads.
29
+ You are **dw-intel-updater**, the codebase intelligence agent for dev-workflow. You read project source files and write structured intel to `.dw/intel/`. Your output becomes the queryable knowledge base that other commands (`/dw-intel`, `/dw-plan prd`, `/dw-plan techspec`, `/dw-review --code-only`, etc.) use instead of doing expensive codebase exploration reads.
30
30
 
31
31
  ## Core Principle
32
32
 
@@ -42,15 +42,15 @@ Write machine-parseable, evidence-based intelligence. Every claim references act
42
42
  <upstream_input>
43
43
  ## Upstream Input
44
44
 
45
- ### From `/dw-map-codebase` Command
45
+ ### From `/dw-intel --build` Command
46
46
 
47
- - **Spawned by:** `/dw-map-codebase` command
47
+ - **Spawned by:** `/dw-intel --build` command
48
48
  - **Receives:** Focus directive — either `full` (all 5 files) or `partial --files <paths>` (update specific file entries only)
49
49
  - **Input format:** Spawn prompt with `focus: full|partial` directive and project root path
50
50
 
51
51
  ### Trigger gate
52
52
 
53
- `/dw-map-codebase` confirms the command is enabled and the project has source files before spawning this agent. Proceed directly to Step 1.
53
+ `/dw-intel --build` confirms the command is enabled and the project has source files before spawning this agent. Proceed directly to Step 1.
54
54
  </upstream_input>
55
55
 
56
56
  ## Project Scope
@@ -135,4 +135,4 @@ If `.dw/intel/apis.json` shows a strong existing pattern (e.g., all endpoints us
135
135
 
136
136
  ## Integration with dev-workflow
137
137
 
138
- Use this discipline when authoring techspecs (`/dw-create-techspec`) or refactoring API surfaces. Cite `apis.json` evidence in the techspec — "existing endpoints use cursor pagination (apis.json:42); this endpoint follows the same pattern."
138
+ Use this discipline when authoring techspecs (`/dw-plan techspec`) or refactoring API surfaces. Cite `apis.json` evidence in the techspec — "existing endpoints use cursor pagination (apis.json:42); this endpoint follows the same pattern."
@@ -9,15 +9,15 @@ A full scan of a 50K-line repo takes minutes and burns context. Incremental upda
9
9
  - After 30+ days since last refresh (file structure has likely drifted)
10
10
  - When `/dw-intel` queries return obviously stale results
11
11
 
12
- Trigger via `/dw-map-codebase` (no flag) or `/dw-map-codebase --full`.
12
+ Trigger via `/dw-intel --build` (no flag) or `/dw-intel --build --full`.
13
13
 
14
14
  ## When to run a partial update
15
15
 
16
16
  - A single PR / feature branch touched 1-20 files
17
- - After `/dw-run-task` completes (touched files are known via git)
17
+ - After `/dw-run` completes (touched files are known via git)
18
18
  - After `dw-deps-audit --execute` updates dependencies (only `deps.json` needs refresh)
19
19
 
20
- Trigger via `/dw-map-codebase --files src/foo.ts src/bar.ts` (explicit list) or `/dw-map-codebase --since HEAD~5` (from git diff).
20
+ Trigger via `/dw-intel --build --files src/foo.ts src/bar.ts` (explicit list) or `/dw-intel --build --since HEAD~5` (from git diff).
21
21
 
22
22
  ## Partial update protocol
23
23
 
@@ -33,7 +33,7 @@ The `intel-updater` agent receives `focus: partial --files <paths>` and:
33
33
  4. **Bump** `_meta.version` by 1, set `_meta.updated_at` to now.
34
34
  5. **Update** `.last-refresh.json` with the new hashes for `files.json`, `apis.json`, `deps.json` (the three that were touched).
35
35
 
36
- If you run a partial update on a project where `.dw/intel/` doesn't exist, abort with: `"No .dw/intel/ found. Run /dw-map-codebase first for a full scan."`
36
+ If you run a partial update on a project where `.dw/intel/` doesn't exist, abort with: `"No .dw/intel/ found. Run /dw-intel --build first for a full scan."`
37
37
 
38
38
  ## How `intel-updater` knows what's "key" in a partial
39
39
 
@@ -72,7 +72,7 @@ If a full update is triggered while a partial update is in flight (rare but poss
72
72
  ## What incremental updates do NOT cover
73
73
 
74
74
  - New `package.json` (e.g., user added `express` to deps but no source file imports it yet) — `deps.json` won't get the entry until that package is imported AND the importing file is in `--files`.
75
- - Mitigation: when running `/dw-deps-audit --execute`, follow up with `/dw-map-codebase --full` to capture new deps.
75
+ - Mitigation: when running `/dw-secure-audit --plan --execute`, follow up with `/dw-intel --build --full` to capture new deps.
76
76
  - New file with a brand-new API route, when neither the new file nor any registration site was in `--files`.
77
77
  - Mitigation: include `src/routes/index.ts` (or your project's route registration entry point) in every partial update that mentions any route file.
78
78
  - Architectural changes (the kind that would update `arch.md`) — partial updates leave `arch.md` stale.
@@ -194,7 +194,7 @@ The project follows a layered architecture: HTTP routes → application services
194
194
  }
195
195
  ```
196
196
 
197
- Hashes are SHA-256 of file contents at the moment of refresh. Used by `/dw-map-codebase` to detect drift on the next run and decide whether a partial update is enough.
197
+ Hashes are SHA-256 of file contents at the moment of refresh. Used by `/dw-intel --build` to detect drift on the next run and decide whether a partial update is enough.
198
198
 
199
199
  ## Validation rules
200
200
 
@@ -126,8 +126,8 @@ Orders (5) ...
126
126
 
127
127
  Before answering, check `.dw/intel/.last-refresh.json`:
128
128
 
129
- - If `updated_at` is more than 7 days old → prefix the answer with: `⚠ Index last refreshed YYYY-MM-DD (X days ago). Run /dw-map-codebase to refresh.`
130
- - If `.last-refresh.json` is absent → prefix with: `⚠ No refresh metadata. Index may be stale; run /dw-map-codebase.`
129
+ - If `updated_at` is more than 7 days old → prefix the answer with: `⚠ Index last refreshed YYYY-MM-DD (X days ago). Run /dw-intel --build to refresh.`
130
+ - If `.last-refresh.json` is absent → prefix with: `⚠ No refresh metadata. Index may be stale; run /dw-intel --build.`
131
131
 
132
132
  Don't refuse to answer — return the best info available, but flag the staleness so the user can decide whether to trust it.
133
133
 
@@ -138,7 +138,7 @@ If `.dw/intel/` doesn't exist at all:
138
138
  1. Check `.dw/rules/` (from `/dw-analyze-project` or `/dw-new-project` seeding)
139
139
  2. If `.dw/rules/index.md` exists, search there for the query keywords
140
140
  3. Otherwise, do a direct `grep -r` over the project source (excluding `node_modules`, `.git`, etc.)
141
- 4. Suggest at the end: `Tip: run /dw-map-codebase to build a queryable index. Subsequent /dw-intel queries will be much faster.`
141
+ 4. Suggest at the end: `Tip: run /dw-intel --build to build a queryable index. Subsequent /dw-intel queries will be much faster.`
142
142
 
143
143
  ## Don't
144
144
 
@@ -140,7 +140,7 @@ Record as:
140
140
 
141
141
  ## Output Location
142
142
 
143
- - **Embedded mode** (invoked by `/dw-brainstorm --council` or `/dw-create-techspec --council`): return the synthesis inline; the caller extracts what it needs for the parent artifact (PRD, techspec, ADR).
143
+ - **Embedded mode** (invoked by `/dw-brainstorm --council` or `/dw-plan techspec --council`): return the synthesis inline; the caller extracts what it needs for the parent artifact (PRD, techspec, ADR).
144
144
  - **Standalone mode**: save to `.dw/spec/<prd-slug>/council-YYYYMMDD.md` (if a PRD is active) or present inline if no PRD context exists. If the decision warrants a permanent record, suggest `/dw-adr` as the next step.
145
145
 
146
146
  ## Debate Protocols (non-negotiable)
@@ -160,7 +160,7 @@ Record as:
160
160
  ## Integration With Other dw-* Commands
161
161
 
162
162
  - **`/dw-brainstorm --council`** (opt-in): invokes the council after the normal brainstorm to stress-test the top 2-3 options before recommending
163
- - **`/dw-create-techspec --council`** (opt-in): invokes the council on the primary architectural decision of the techspec before finalizing
163
+ - **`/dw-plan techspec --council`** (opt-in): invokes the council on the primary architectural decision of the techspec before finalizing
164
164
  - **Standalone** `/dw-council "<dilemma>"` (if registered as a command — currently this is a bundled skill invoked by the two above; it can be promoted to a command in a future release if direct usage becomes common)
165
165
 
166
166
  The `--council` flag is **additive**: omitting it produces the normal brainstorm/techspec flow. Including it adds a debate section to the output.
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  name: dw-debug-protocol
3
- description: Use when investigating a bug — applies stop-the-line discipline plus a six-step triage (reproduce → localize → reduce → fix root cause → guard → verify) so you fix what's actually broken instead of papering over symptoms.
3
+ description: Use when investigating a bug. Stop-the-line discipline + six-step triage (reproduce → localize → reduce → fix root cause → guard → verify). Triggers on every bug report, test failure, or /dw-bugfix.
4
+ allowed-tools:
5
+ - Read
4
6
  ---
5
7
 
6
8
  # Debug Protocol
@@ -93,8 +95,8 @@ If any are missing, the bug is "fixed pending verification," not "fixed."
93
95
  ## Integration with dev-workflow commands
94
96
 
95
97
  - `/dw-bugfix` runs this skill end-to-end. The bug report is decomposed into steps 1-6 and progressed atomically.
96
- - `/dw-fix-qa` uses this skill when QA findings are bug-shaped (failing scenario rather than missing feature). Each finding becomes a six-step run.
97
- - `/dw-code-review` flags fixes that skipped step 5 (no regression test) as REJECTED.
98
+ - `/dw-qa --fix` uses this skill when QA findings are bug-shaped (failing scenario rather than missing feature). Each finding becomes a six-step run.
99
+ - `/dw-review --code-only` flags fixes that skipped step 5 (no regression test) as REJECTED.
98
100
 
99
101
  ## When to escalate / pair
100
102
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: dw-execute-phase
3
- description: Phase execution and plan verification for dev-workflow. Two agents (executor for wave-based parallel task dispatch with deviation handling, plan-checker for goal-backward plan verification before execution). Used by /dw-execute-phase, /dw-plan-checker, /dw-run-plan, /dw-autopilot. Adapted from get-shit-done-cc (MIT).
3
+ description: "Use for task execution. Two agents: executor (wave-based parallel dispatch + deviation handling) and plan-checker (goal-backward verification). Invoked by /dw-run and /dw-autopilot."
4
4
  allowed-tools:
5
5
  - Read
6
6
  - Write
@@ -16,8 +16,8 @@ Bundled skill providing **phase-level execution discipline** for dev-workflow: p
16
16
 
17
17
  ## Why a skill (not inline)
18
18
 
19
- - The execution discipline (wave coordination, deviation rules, checkpoint protocol) is a separate concern from the commands that invoke it. Bundling it as a skill lets multiple commands (`/dw-run-plan`, `/dw-autopilot`, `/dw-execute-phase` itself) reuse the same discipline.
20
- - The plan-checker is a verification GATE — it must run before `/dw-run-plan`/`/dw-execute-phase` mutate code, and bundling it makes that contract visible.
19
+ - The execution discipline (wave coordination, deviation rules, checkpoint protocol) is a separate concern from the commands that invoke it. Bundling it as a skill lets multiple commands (`/dw-run`, `/dw-autopilot`, `/dw-execute-phase` itself) reuse the same discipline.
20
+ - The plan-checker is a verification GATE — it must run before `/dw-run`/`/dw-execute-phase` mutate code, and bundling it makes that contract visible.
21
21
  - The agents own the protocol; the orchestrating commands just wire them up.
22
22
 
23
23
  ## When to Use
@@ -26,30 +26,30 @@ Read this skill when:
26
26
 
27
27
  - `/dw-execute-phase` is invoked to run a batch of tasks in parallel waves.
28
28
  - `/dw-plan-checker` is invoked to verify a `tasks.md` file will achieve its PRD goal before execution.
29
- - `/dw-run-plan` is invoked (it spawns the executor agent for each wave).
29
+ - `/dw-run` is invoked (it spawns the executor agent for each wave).
30
30
  - `/dw-autopilot` enters the execution stage (it gates on plan-checker before invoking the executor).
31
31
 
32
32
  Do NOT use when:
33
33
 
34
- - A single one-off change is being made (use `/dw-run-task` directly — no waves needed).
34
+ - A single one-off change is being made (use `/dw-run` directly — no waves needed).
35
35
  - The user is exploring/brainstorming, not executing (use `/dw-brainstorm`).
36
- - The plan hasn't been created yet (use `/dw-create-tasks` first).
36
+ - The plan hasn't been created yet (use `/dw-plan tasks` first).
37
37
 
38
38
  ## Agents
39
39
 
40
40
  | Agent | Responsibility | Spawn from |
41
41
  |-------|----------------|------------|
42
- | `agents/executor.md` | Runs tasks in waves, atomic commit per task, handles deviations (3 deviation rules), respects checkpoint markers, writes `SUMMARY.md` per phase | `/dw-execute-phase`, `/dw-run-plan` |
43
- | `agents/plan-checker.md` | Goal-backward verification of `tasks.md` before execution. Checks: requirement coverage, task completeness, dependency soundness, artifact wiring, context budget. Returns PASS / REVISE / BLOCK. | `/dw-plan-checker`, `/dw-create-tasks` (auto-gate before declaring tasks ready) |
42
+ | `agents/executor.md` | Runs tasks in waves, atomic commit per task, handles deviations (3 deviation rules), respects checkpoint markers, writes `SUMMARY.md` per phase | `/dw-execute-phase`, `/dw-run` |
43
+ | `agents/plan-checker.md` | Goal-backward verification of `tasks.md` before execution. Checks: requirement coverage, task completeness, dependency soundness, artifact wiring, context budget. Returns PASS / REVISE / BLOCK. | `/dw-plan-checker`, `/dw-plan tasks` (auto-gate before declaring tasks ready) |
44
44
 
45
45
  ## How the Two Agents Compose
46
46
 
47
47
  The expected flow:
48
48
 
49
- 1. `/dw-create-tasks` produces `.dw/spec/prd-<slug>/tasks.md` from PRD + TechSpec.
49
+ 1. `/dw-plan tasks` produces `.dw/spec/prd-<slug>/tasks.md` from PRD + TechSpec.
50
50
  2. **Plan-checker GATE** — `/dw-plan-checker .dw/spec/prd-<slug>/` spawns the plan-checker agent. The agent reads PRD/TechSpec/tasks.md and verifies tasks WILL achieve the goal. Returns one of: `PASS` (proceed), `REVISE` (issues found, planner re-runs), `BLOCK` (fundamental gap, abort).
51
51
  3. `/dw-execute-phase` spawns the executor agent ONLY if plan-checker returned `PASS`. The executor runs tasks in waves, commits atomically, handles deviations.
52
- 4. `/dw-run-qa` runs after all waves complete to validate the implementation against PRD.
52
+ 4. `/dw-qa` runs after all waves complete to validate the implementation against PRD.
53
53
 
54
54
  `/dw-autopilot` orchestrates this entire flow with hard gates between stages.
55
55
 
@@ -106,10 +106,10 @@ If the executor exhausts its context budget mid-phase OR the user signals stop:
106
106
 
107
107
  | File | Read by | Written by |
108
108
  |------|---------|------------|
109
- | `prd.md` | plan-checker, executor | `/dw-create-prd` |
110
- | `techspec.md` | plan-checker, executor | `/dw-create-techspec` |
111
- | `tasks.md` | plan-checker (verifies), executor (executes) | `/dw-create-tasks` |
112
- | `<NN>_task.md` | executor (per-task detail) | `/dw-create-tasks` |
109
+ | `prd.md` | plan-checker, executor | `/dw-plan prd` |
110
+ | `techspec.md` | plan-checker, executor | `/dw-plan techspec` |
111
+ | `tasks.md` | plan-checker (verifies), executor (executes) | `/dw-plan tasks` |
112
+ | `<NN>_task.md` | executor (per-task detail) | `/dw-plan tasks` |
113
113
  | `deviations.md` | plan-checker (next iteration), executor | executor (rule 1/2 deviations) |
114
114
  | `active-session.md` | `/dw-resume`, executor (continuation) | executor (checkpoint) |
115
115
  | `SUMMARY.md` | `/dw-generate-pr` | executor (after final wave) |
@@ -122,7 +122,7 @@ If the executor exhausts its context budget mid-phase OR the user signals stop:
122
122
 
123
123
  ## Rules
124
124
 
125
- - **No execution without plan-checker PASS.** `/dw-execute-phase` and `/dw-run-plan` must call plan-checker first; if it returns REVISE or BLOCK, abort.
125
+ - **No execution without plan-checker PASS.** `/dw-execute-phase` and `/dw-run` must call plan-checker first; if it returns REVISE or BLOCK, abort.
126
126
  - **One commit per task, no exceptions.** Even trivial tasks commit. This drives traceability and revert safety.
127
127
  - **Deviations are recorded, not silenced.** Every adjustment beyond the plan goes in `deviations.md` with reason.
128
128
  - **Checkpoint > timeout.** When context budget is low, checkpoint cleanly rather than running tasks half-way.
@@ -130,4 +130,4 @@ If the executor exhausts its context budget mid-phase OR the user signals stop:
130
130
 
131
131
  ## Inspired by
132
132
 
133
- Adapted from [`get-shit-done-cc`](https://github.com/gsd-build/get-shit-done) (`gsd-executor`, `gsd-plan-checker`) by gsd-build (MIT license). Core protocols (goal-backward verification, atomic commits, deviation handling, checkpoint resume) preserved. Path conventions changed from `.planning/<phase>/` to `.dw/spec/prd-<slug>/`. SDK CLI calls (`gsd-sdk query init.execute-phase`) replaced by inline operations. The companion `gsd-debugger` agent (1452 lines) was NOT ported — its scope overlaps with the existing `/dw-bugfix` and `/dw-fix-qa` commands.
133
+ Adapted from [`get-shit-done-cc`](https://github.com/gsd-build/get-shit-done) (`gsd-executor`, `gsd-plan-checker`) by gsd-build (MIT license). Core protocols (goal-backward verification, atomic commits, deviation handling, checkpoint resume) preserved. Path conventions changed from `.planning/<phase>/` to `.dw/spec/prd-<slug>/`. SDK CLI calls (`gsd-sdk query init.execute-phase`) replaced by inline operations. The companion `gsd-debugger` agent (1452 lines) was NOT ported — its scope overlaps with the existing `/dw-bugfix` and `/dw-qa --fix` commands.
@@ -14,7 +14,7 @@ CRITICAL: If your spawn prompt contains a required_reading block, you MUST Read
14
14
  <role>
15
15
  You are **dw-executor**, the phase execution agent for dev-workflow. You execute the tasks in `.dw/spec/prd-<slug>/tasks.md` atomically, in waves, with one git commit per task. You handle deviations mid-execution per the three deviation rules. You checkpoint cleanly when context budget gets tight.
16
16
 
17
- Spawned by `/dw-execute-phase` or `/dw-run-plan` orchestrator with a PRD path.
17
+ Spawned by `/dw-execute-phase` or `/dw-run` orchestrator with a PRD path.
18
18
 
19
19
  Your job: run every task in the phase to completion, commit each one, write `SUMMARY.md` at the end, update `active-session.md` for resume.
20
20
  </role>
@@ -28,7 +28,7 @@ Before executing, discover project context:
28
28
 
29
29
  **`.dw/rules/`**: project conventions (from `/dw-analyze-project`). Read `index.md` first; load module-specific rules as relevant per task.
30
30
 
31
- **`.dw/intel/`**: machine-readable codebase intel (from `/dw-map-codebase`). Read `arch.md` for architecture overview; query `files.json`/`apis.json` when implementing.
31
+ **`.dw/intel/`**: machine-readable codebase intel (from `/dw-intel --build`). Read `arch.md` for architecture overview; query `files.json`/`apis.json` when implementing.
32
32
  </project_context>
33
33
 
34
34
  ## Execution Flow
@@ -224,8 +224,8 @@ duration_minutes: <N>
224
224
 
225
225
  ## Next Steps
226
226
 
227
- - Run `/dw-run-qa` to validate against PRD
228
- - Run `/dw-code-review` for the formal Level 3 review
227
+ - Run `/dw-qa` to validate against PRD
228
+ - Run `/dw-review --code-only` for the formal Level 3 review
229
229
  - Then `/dw-commit` (consolidates) and `/dw-generate-pr`
230
230
  ```
231
231
 
@@ -251,7 +251,7 @@ The orchestrator pattern-matches on these — emit exactly one:
251
251
  - <critical>Deviations are recorded. Every Rule-1/2/3 adjustment goes in `deviations.md` with the linked commit.</critical>
252
252
  - <critical>CLAUDE.md > plan. If plan and CLAUDE.md conflict, CLAUDE.md wins (Rule 1 deviation).</critical>
253
253
  - <critical>Atomic edits to tasks.md. Mark `[x]` for the just-committed task BEFORE moving to the next.</critical>
254
- - Do NOT push to remote. The orchestrator runs `/dw-generate-pr` after `/dw-run-qa`.
254
+ - Do NOT push to remote. The orchestrator runs `/dw-generate-pr` after `/dw-qa`.
255
255
  - Do NOT skip waves. Tasks within a wave run in parallel; waves run sequentially.
256
256
 
257
257
  ## Anti-Patterns
@@ -14,7 +14,7 @@ CRITICAL: If your spawn prompt contains a required_reading block, you MUST Read
14
14
  <role>
15
15
  You are **dw-plan-checker**, the plan verification agent for dev-workflow. You verify that `.dw/spec/prd-<slug>/tasks.md` WILL achieve the PRD goal — not just that it looks complete.
16
16
 
17
- Spawned by `/dw-plan-checker` (manual gate) or `/dw-create-tasks` (auto-gate before declaring tasks ready) or `/dw-autopilot` (gate before execution).
17
+ Spawned by `/dw-plan-checker` (manual gate) or `/dw-plan tasks` (auto-gate before declaring tasks ready) or `/dw-autopilot` (gate before execution).
18
18
 
19
19
  Goal-backward verification of plans BEFORE execution. Start from what the PRD SHOULD deliver, verify the tasks address it.
20
20
 
@@ -187,7 +187,7 @@ After running all 6 dimensions:
187
187
  ## Recommendation
188
188
 
189
189
  - PASS → proceed to `/dw-execute-phase .dw/spec/prd-<slug>/`
190
- - REVISE → re-run `/dw-create-tasks` with the issues above as input
190
+ - REVISE → re-run `/dw-plan tasks` with the issues above as input
191
191
  - BLOCK → resolve the locked-decision conflict before re-planning
192
192
 
193
193
  ## Status Marker
@@ -204,12 +204,12 @@ After running all 6 dimensions:
204
204
  - <critical>Cite file paths and line numbers in every issue. The planner re-running needs to know exactly where to look.</critical>
205
205
  - <critical>The status marker is the final line. Orchestrators pattern-match on it.</critical>
206
206
  - Do NOT modify files. Plan-checker is read-only.
207
- - Do NOT verify implementation correctness. That's the executor's job and `/dw-run-qa`'s job. You only verify the PLAN.
207
+ - Do NOT verify implementation correctness. That's the executor's job and `/dw-qa`'s job. You only verify the PLAN.
208
208
 
209
209
  ## Anti-Patterns
210
210
 
211
211
  1. DO NOT skip dimensions because the plan "looks fine"
212
212
  2. DO NOT classify locked-decision conflicts as REVISE — they are BLOCK
213
- 3. DO NOT include code-quality nitpicks (linting, formatting) — that's `/dw-code-review`'s domain
213
+ 3. DO NOT include code-quality nitpicks (linting, formatting) — that's `/dw-review --code-only`'s domain
214
214
  4. DO NOT modify `tasks.md`; only verify it
215
215
  5. DO NOT silently downgrade BLOCK to REVISE because "the user might fix it later"
@@ -26,7 +26,7 @@ Closes RF-XX (partial — full close on tasks.md completion).
26
26
  | Type | Use |
27
27
  |------|-----|
28
28
  | `feat` | New user-facing capability (default for most PRD tasks) |
29
- | `fix` | Bug fix discovered during the phase (rare in `/dw-execute-phase`; common in `/dw-fix-qa`) |
29
+ | `fix` | Bug fix discovered during the phase (rare in `/dw-execute-phase`; common in `/dw-qa --fix`) |
30
30
  | `refactor` | Code reshape without behavior change |
31
31
  | `test` | Tests-only task |
32
32
  | `docs` | Docs-only task |
@@ -143,9 +143,9 @@ After running all 6 dimensions:
143
143
 
144
144
  The plan-checker is part of a bounded quality loop:
145
145
 
146
- 1. `/dw-create-tasks` produces v1 of `tasks.md`
146
+ 1. `/dw-plan tasks` produces v1 of `tasks.md`
147
147
  2. `/dw-plan-checker` runs → REVISE
148
- 3. `/dw-create-tasks --revise` produces v2 (consumes plan-checker's issues as input)
148
+ 3. `/dw-plan tasks --revise` produces v2 (consumes plan-checker's issues as input)
149
149
  4. `/dw-plan-checker` runs → PASS or REVISE again
150
150
  5. After 3 revisions without reaching PASS → escalate to user (something fundamental is wrong)
151
151
 
@@ -81,7 +81,7 @@ This means: subagents return their changes (files written, but NOT committed). T
81
81
 
82
82
  ## When to NOT use waves
83
83
 
84
- Single-task changes (`/dw-quick`, `/dw-run-task`) bypass waves entirely. Waves are for `/dw-run-plan` and `/dw-execute-phase` — phase-scale execution.
84
+ Single-task changes (`/dw-quick`, `/dw-run`) bypass waves entirely. Waves are for `/dw-run` and `/dw-execute-phase` — phase-scale execution.
85
85
 
86
86
  ## Verification of wave structure (pre-execution)
87
87
 
@@ -1,6 +1,9 @@
1
1
  ---
2
2
  name: dw-git-discipline
3
- description: Use when committing or opening a PR applies trunk-based development, atomic commit discipline (one intent per commit, refactor separate from feature), conventional commit messages, and branch hygiene so history is bisectable and reviewable.
3
+ description: Use when committing or opening a PR. Atomic commits (one intent), Conventional Commits, trunk-based pattern, branch hygiene. Triggers before /dw-commit, /dw-generate-pr, or any git operation.
4
+ allowed-tools:
5
+ - Read
6
+ - Bash
4
7
  ---
5
8
 
6
9
  # Git Discipline
@@ -87,7 +90,7 @@ When wired into `/dw-generate-pr`, every PR must:
87
90
 
88
91
  - `/dw-commit` runs this skill — verifies lint/tests/build green, drafts a Conventional Commits message, splits commits if multi-intent detected.
89
92
  - `/dw-generate-pr` uses this skill to validate branch naming, PR body structure, and scope.
90
- - `/dw-run-task` and `/dw-run-plan` follow the atomic-commit discipline when their executor commits work — one task = one commit (or one logical sub-task).
93
+ - `/dw-run` and `/dw-run` follow the atomic-commit discipline when their executor commits work — one task = one commit (or one logical sub-task).
91
94
 
92
95
  ## Anti-patterns this skill prevents
93
96
 
@@ -1,6 +1,10 @@
1
1
  ---
2
2
  name: dw-incident-response
3
- description: Use when a production incident is reported, when writing a postmortem, or when an on-call handoff is needed. Five-phase guided workflow (triage → investigation → resolution → communication → postmortem) with checkpoints between phases and structured output files persisted to .dw/incidents/.
3
+ description: Use when production breaks or for postmortems. 5 phases (triage → investigation → resolution → comms → postmortem), runbook templates. Triggers on outage, SEV-1, SEV-2, on-call handoff.
4
+ allowed-tools:
5
+ - Read
6
+ - Write
7
+ - Bash
4
8
  ---
5
9
 
6
10
  # Incident Response
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  name: dw-llm-eval
3
- description: Use when authoring or reviewing AI/LLM features (chat, RAG, summarization, classifiers, agents) enforces an oracle ladder (climb from exact match up to LLM-as-judge), reference-dataset discipline, judge calibration (Spearman ≥0.80), and trajectory-vs-outcome agent eval so AI features ship with measurable behavior instead of "looks good to me" QA.
3
+ description: Use when authoring or reviewing AI/LLM features (chat, RAG, agents, classifiers). Oracle ladder, reference dataset, judge calibration (Spearman ≥0.80), trajectory eval. Triggers on every AI code path.
4
+ allowed-tools:
5
+ - Read
4
6
  ---
5
7
 
6
8
  # LLM Evaluation
@@ -10,9 +12,9 @@ description: Use when authoring or reviewing AI/LLM features (chat, RAG, summari
10
12
  ## When this skill applies
11
13
 
12
14
  - Any feature that uses an LLM in production: chat, summarization, classification, RAG (retrieval-augmented generation), agents, tool-use, structured extraction, code generation.
13
- - `/dw-create-tasks` when the PRD mentions an AI feature — eval planning becomes a mandatory subtask.
14
- - `/dw-code-review` when the diff touches AI feature code paths.
15
- - `/dw-run-qa --ai` when validating an AI feature against its reference dataset.
15
+ - `/dw-plan tasks` when the PRD mentions an AI feature — eval planning becomes a mandatory subtask.
16
+ - `/dw-review --code-only` when the diff touches AI feature code paths.
17
+ - `/dw-qa --ai` when validating an AI feature against its reference dataset.
16
18
 
17
19
  If the feature is fully deterministic (no LLM in the loop), use `dw-testing-discipline` instead — Iron rules and 25 anti-patterns. This skill is specifically for entropy-tolerant systems.
18
20
 
@@ -110,7 +112,7 @@ See `references/agent-eval.md` for examples and the decision tree.
110
112
  | RAG-specific feature | `references/rag-metrics.md` |
111
113
  | Agent / tool-use feature | `references/agent-eval.md` |
112
114
 
113
- ## Anti-patterns (will block in `/dw-code-review`)
115
+ ## Anti-patterns (will block in `/dw-review --code-only`)
114
116
 
115
117
  - **LLM-as-judge without calibration evidence.** PR adds LLM-as-judge but the calibration Spearman score is missing or < 0.80. REJECTED.
116
118
  - **Same-model judge.** Judge model is the same as the system under test. REJECTED unless explicitly documented (and even then, results are suspect).
@@ -121,9 +123,9 @@ See `references/agent-eval.md` for examples and the decision tree.
121
123
 
122
124
  ## Integration with dev-workflow commands
123
125
 
124
- - `/dw-create-tasks`: when the PRD has an AI feature requirement, an eval-plan subtask is mandatory. The task references this skill's oracle ladder.
125
- - `/dw-code-review`: AI feature PRs require a reference dataset + ≥2 oracle rungs (lower rungs FIRST). The constitution gate also applies — if the project has principles about AI feature reliability, they're enforced here.
126
- - `/dw-run-qa --ai`: new mode (when this skill is bundled) — runs the reference dataset against the current implementation, logs to `QA/logs/ai/<feature>-<date>.jsonl`, computes precision@k / faithfulness / outcome accuracy per the feature type.
126
+ - `/dw-plan tasks`: when the PRD has an AI feature requirement, an eval-plan subtask is mandatory. The task references this skill's oracle ladder.
127
+ - `/dw-review --code-only`: AI feature PRs require a reference dataset + ≥2 oracle rungs (lower rungs FIRST). The constitution gate also applies — if the project has principles about AI feature reliability, they're enforced here.
128
+ - `/dw-qa --ai`: new mode (when this skill is bundled) — runs the reference dataset against the current implementation, logs to `QA/logs/ai/<feature>-<date>.jsonl`, computes precision@k / faithfulness / outcome accuracy per the feature type.
127
129
  - `/dw-bugfix` when the bug is an AI failure mode (hallucination, tool misuse, classification error): adds the failing case to the reference dataset BEFORE fixing — the case is now a regression test forever.
128
130
 
129
131
  ## When the discipline bends
@@ -153,8 +153,8 @@ When flagged for compaction, apply inline:
153
153
 
154
154
  ## Integration With Other dev-workflow Commands
155
155
 
156
- - `/dw-run-task` — reads memory before coding; updates `<N>_memory.md` during; runs promotion test + updates `MEMORY.md` at the end.
157
- - `/dw-run-plan` — runs promotion + compaction between tasks, so each task starts with clean shared state.
156
+ - `/dw-run` — reads memory before coding; updates `<N>_memory.md` during; runs promotion test + updates `MEMORY.md` at the end.
157
+ - `/dw-run` — runs promotion + compaction between tasks, so each task starts with clean shared state.
158
158
  - `/dw-autopilot` — threads memory through every phase (brainstorm → PRD → techspec → tasks → execution); on re-invocation reads `MEMORY.md` first to reconstitute cross-session context.
159
159
 
160
160
  Callers should mention this skill in their "Skills Complementares" section.
@@ -14,7 +14,7 @@ A set of rules the caller applies while producing a review report. This skill do
14
14
 
15
15
  ## When Invoked
16
16
 
17
- By `/dw-code-review`, `/dw-review-implementation`, `/dw-refactoring-analysis`. The caller has already identified a scope (files, a PR, a codebase area). This skill governs how findings are selected, deduplicated, ordered, and phrased.
17
+ By `/dw-review --code-only`, `/dw-review --coverage-only`, `/dw-brainstorm --refactor`. The caller has already identified a scope (files, a PR, a codebase area). This skill governs how findings are selected, deduplicated, ordered, and phrased.
18
18
 
19
19
  ## Required Inputs
20
20
 
@@ -122,9 +122,9 @@ The caller emits:
122
122
 
123
123
  ## Integration With Other dev-workflow Commands
124
124
 
125
- - `/dw-code-review` — applies all five rules to its Level-3 review output; uses prior reports in `.dw/spec/*/reviews/` to dedupe across rounds.
126
- - `/dw-review-implementation` — applies de-dup + severity-ordering when listing gaps between PRD requirements and code.
127
- - `/dw-refactoring-analysis` — applies rules 1, 2, 4, 5 when cataloging code smells (rule 3 adapts: a "smell" with a justifying ADR becomes a `low` finding at most).
125
+ - `/dw-review --code-only` — applies all five rules to its Level-3 review output; uses prior reports in `.dw/spec/*/reviews/` to dedupe across rounds.
126
+ - `/dw-review --coverage-only` — applies de-dup + severity-ordering when listing gaps between PRD requirements and code.
127
+ - `/dw-brainstorm --refactor` — applies rules 1, 2, 4, 5 when cataloging code smells (rule 3 adapts: a "smell" with a justifying ADR becomes a `low` finding at most).
128
128
 
129
129
  Callers should mention this skill in their "Skills Complementares" section.
130
130
 
@@ -134,6 +134,6 @@ Ported from Compozy's `cy-review-round` skill (`/tmp/compozy/.agents/skills/cy-r
134
134
 
135
135
  - No `reviews-NNN/` directory convention — dev-workflow reviews already persist in `.dw/spec/*/reviews/` per command's existing contract.
136
136
  - The five rules are extracted here so three different dev-workflow review commands can share the discipline without duplicating it.
137
- - No issue-file frontmatter (Compozy uses it to interoperate with its remediation engine; dev-workflow's remediation is manual or via `/dw-fix-qa`).
137
+ - No issue-file frontmatter (Compozy uses it to interoperate with its remediation engine; dev-workflow's remediation is manual or via `/dw-qa --fix`).
138
138
 
139
139
  Credit: Compozy project (https://github.com/compozy/compozy).
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: dw-simplification
3
- description: Disciplined code simplification — understand WHY code exists before changing it (Chesterton's Fence), preserve behavior exactly, prefer clarity over cleverness, scope to recent changes. Used by /dw-code-review and /dw-refactoring-analysis. Adapted from addyosmani/agent-skills (MIT).
3
+ description: Use when simplifying code. Chesterton's Fence (understand WHY first), behavior-preserving refactor, complexity metrics. Triggers from /dw-review --code-only and /dw-brainstorm --refactor.
4
4
  allowed-tools:
5
5
  - Read
6
6
  - Edit
@@ -17,10 +17,10 @@ Behavioral discipline for simplifying code without breaking it. The trap of refa
17
17
 
18
18
  Read this skill when:
19
19
 
20
- - `/dw-code-review` flagged a complexity issue (deep nesting, long function, duplication).
21
- - `/dw-refactoring-analysis` proposed a simplification target.
20
+ - `/dw-review --code-only` flagged a complexity issue (deep nesting, long function, duplication).
21
+ - `/dw-brainstorm --refactor` proposed a simplification target.
22
22
  - The user explicitly asks to "clean this up" / "simplify X".
23
- - During `/dw-run-task` if the implementation accidentally produced complex code that wants pre-commit cleanup.
23
+ - During `/dw-run` if the implementation accidentally produced complex code that wants pre-commit cleanup.
24
24
 
25
25
  Do NOT use when:
26
26
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: dw-source-grounding
3
- description: Discipline of grounding architectural and dependency decisions in versioned official documentation, with mandatory citations. Other commands invoke this skill when they need to decide based on framework/library behavior — never on hallucinated APIs or stale Stack Overflow answers. Adapted from addyosmani/agent-skills (MIT).
3
+ description: "Use when citing frameworks or libraries. Detect Fetch Implement Cite with [source: url, version, retrieved]. Triggers on every framework decision in techspec, deps audit, research."
4
4
  allowed-tools:
5
5
  - Read
6
6
  - Bash
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  name: dw-testing-discipline
3
- description: Use when authoring, reviewing, or debugging tests enforces six core rules (assert behavior, push to lowest layer, fix prod first on red, real systems gate merge, mutation > coverage, no test backdoors), a catalog of anti-patterns, agent-authoring guardrails, and flaky-test discipline so tests reveal bugs instead of decorating CI.
3
+ description: Use when authoring, reviewing, or debugging tests. Six core rules, 25 anti-patterns, 6 agent guardrails, flaky discipline. Triggers on every test diff, /dw-qa, or test-writing session.
4
+ allowed-tools:
5
+ - Read
4
6
  ---
5
7
 
6
8
  # Testing Discipline
@@ -160,11 +162,11 @@ Any of these in a PR is enough to REJECT a verdict:
160
162
 
161
163
  ## Integration with dev-workflow commands
162
164
 
163
- - `/dw-create-tasks` applies the placement doctrine — each test-adding task names the invariant.
164
- - `/dw-run-task` runs the 6 agent guardrails when generating tests during implementation.
165
- - `/dw-code-review` runs the anti-pattern checks on diff hunks under test paths.
166
- - `/dw-fix-qa` applies the flaky-discipline taxonomy in retest cycles.
167
- - `/dw-run-qa` (UI mode) references `playwright-recipes.md` for concrete recipes.
165
+ - `/dw-plan tasks` applies the placement doctrine — each test-adding task names the invariant.
166
+ - `/dw-run` runs the 6 agent guardrails when generating tests during implementation.
167
+ - `/dw-review --code-only` runs the anti-pattern checks on diff hunks under test paths.
168
+ - `/dw-qa --fix` applies the flaky-discipline taxonomy in retest cycles.
169
+ - `/dw-qa` (UI mode) references `playwright-recipes.md` for concrete recipes.
168
170
 
169
171
  ## Bottom line
170
172