@jakkrichm/create-nexus-devflow 2.0.8 → 2.0.10

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 (208) hide show
  1. package/package.json +2 -2
  2. package/template/.agents/skills/00-discover/SKILL.md +13 -13
  3. package/template/.agents/skills/10-define/SKILL.md +16 -16
  4. package/template/.agents/skills/20-spec/SKILL.md +14 -14
  5. package/template/.agents/skills/30-plan/SKILL.md +13 -13
  6. package/template/.agents/skills/40-implement/SKILL.md +14 -14
  7. package/template/.agents/skills/50-verify/SKILL.md +15 -15
  8. package/template/.agents/skills/60-report/SKILL.md +9 -9
  9. package/template/.agents/skills/70-release/SKILL.md +13 -13
  10. package/template/.agents/skills/adopt/SKILL.md +5 -5
  11. package/template/.agents/skills/agent/SKILL.md +4 -4
  12. package/template/.agents/skills/api-and-interface-design/SKILL.md +1 -1
  13. package/template/.agents/skills/app-builder/SKILL.md +1 -1
  14. package/template/.agents/skills/architecture/SKILL.md +1 -1
  15. package/template/.agents/skills/autopilot/SKILL.md +175 -0
  16. package/template/.agents/skills/bash-linux/SKILL.md +1 -1
  17. package/template/.agents/skills/behavioral-modes/SKILL.md +1 -1
  18. package/template/.agents/skills/brainstorm/SKILL.md +10 -10
  19. package/template/.agents/skills/brief/SKILL.md +77 -0
  20. package/template/.agents/skills/browser-testing-with-devtools/SKILL.md +1 -1
  21. package/template/.agents/skills/changelog/SKILL.md +4 -4
  22. package/template/.agents/skills/ci/SKILL.md +131 -0
  23. package/template/.agents/skills/ci-cd-and-automation/SKILL.md +4 -4
  24. package/template/.agents/skills/code-review-and-quality/SKILL.md +1 -1
  25. package/template/.agents/skills/code-simplification/SKILL.md +1 -1
  26. package/template/.agents/skills/codebase-design/SKILL.md +6 -6
  27. package/template/.agents/skills/commit/SKILL.md +4 -4
  28. package/template/.agents/skills/competitor-analysis/SKILL.md +3 -3
  29. package/template/.agents/skills/context-engineering/SKILL.md +1 -1
  30. package/template/.agents/skills/database-design/SKILL.md +1 -1
  31. package/template/.agents/skills/debug/SKILL.md +11 -11
  32. package/template/.agents/skills/debugging-and-error-recovery/SKILL.md +1 -1
  33. package/template/.agents/skills/deploy/SKILL.md +4 -4
  34. package/template/.agents/skills/deployment-procedures/SKILL.md +1 -1
  35. package/template/.agents/skills/deprecation-and-migration/SKILL.md +1 -1
  36. package/template/.agents/skills/devflow/SKILL.md +30 -20
  37. package/template/.agents/skills/diagnosing-bugs/SKILL.md +3 -3
  38. package/template/.agents/skills/doctor/SKILL.md +4 -4
  39. package/template/.agents/skills/documentation-and-adrs/SKILL.md +1 -1
  40. package/template/.agents/skills/domain-modeling/SKILL.md +1 -1
  41. package/template/.agents/skills/followup/SKILL.md +10 -10
  42. package/template/.agents/skills/frontend-ui-engineering/SKILL.md +1 -1
  43. package/template/.agents/skills/git-workflow-and-versioning/SKILL.md +1 -1
  44. package/template/.agents/skills/goal/SKILL.md +11 -11
  45. package/template/.agents/skills/handoff/SKILL.md +1 -1
  46. package/template/.agents/skills/help/SKILL.md +18 -18
  47. package/template/.agents/skills/human-review-decisions/SKILL.md +6 -6
  48. package/template/.agents/skills/i18n-localization/SKILL.md +1 -1
  49. package/template/.agents/skills/idea-refine/SKILL.md +1 -1
  50. package/template/.agents/skills/incremental-implementation/SKILL.md +1 -1
  51. package/template/.agents/skills/insight/SKILL.md +8 -8
  52. package/template/.agents/skills/insight-capture/SKILL.md +4 -4
  53. package/template/.agents/skills/intelligent-routing/SKILL.md +23 -23
  54. package/template/.agents/skills/issue-triage/SKILL.md +5 -5
  55. package/template/.agents/skills/lint-and-validate/SKILL.md +1 -1
  56. package/template/.agents/skills/mcp-builder/SKILL.md +1 -1
  57. package/template/.agents/skills/md2html/SKILL.md +1 -1
  58. package/template/.agents/skills/merge/SKILL.md +5 -5
  59. package/template/.agents/skills/mobile-design/SKILL.md +1 -1
  60. package/template/.agents/skills/nextjs-react-expert/SKILL.md +1 -1
  61. package/template/.agents/skills/nodejs-best-practices/SKILL.md +1 -1
  62. package/template/.agents/skills/onboard/SKILL.md +8 -8
  63. package/template/.agents/skills/package-json-generator/SKILL.md +1 -1
  64. package/template/.agents/skills/parallel-agents/SKILL.md +2 -2
  65. package/template/.agents/skills/performance-optimization/SKILL.md +1 -1
  66. package/template/.agents/skills/planning-and-task-breakdown/SKILL.md +2 -2
  67. package/template/.agents/skills/powershell-windows/SKILL.md +1 -1
  68. package/template/.agents/skills/pr/SKILL.md +8 -8
  69. package/template/.agents/skills/pr-review/SKILL.md +7 -7
  70. package/template/.agents/skills/pr-review-analysis/SKILL.md +3 -3
  71. package/template/.agents/skills/prd/SKILL.md +11 -11
  72. package/template/.agents/skills/preview/SKILL.md +8 -8
  73. package/template/.agents/skills/preview-local-check/SKILL.md +5 -5
  74. package/template/.agents/skills/prototype/SKILL.md +2 -2
  75. package/template/.agents/skills/python-patterns/SKILL.md +1 -1
  76. package/template/.agents/skills/release-git-operations/SKILL.md +6 -6
  77. package/template/.agents/skills/research/SKILL.md +10 -10
  78. package/template/.agents/skills/review/SKILL.md +3 -3
  79. package/template/.agents/skills/review-followup-routing/SKILL.md +4 -4
  80. package/template/.agents/skills/roadmap-strategy/SKILL.md +4 -4
  81. package/template/.agents/skills/rollback/SKILL.md +108 -0
  82. package/template/.agents/skills/security-and-hardening/SKILL.md +1 -1
  83. package/template/.agents/skills/security-review/SKILL.md +4 -4
  84. package/template/.agents/skills/seo-fundamentals/SKILL.md +1 -1
  85. package/template/.agents/skills/server-management/SKILL.md +1 -1
  86. package/template/.agents/skills/shipping-and-launch/SKILL.md +2 -2
  87. package/template/.agents/skills/silent-failure-audit/SKILL.md +1 -1
  88. package/template/.agents/skills/simplify/SKILL.md +7 -7
  89. package/template/.agents/skills/skill-development/SKILL.md +1 -1
  90. package/template/.agents/skills/spec-driven-development/SKILL.md +1 -1
  91. package/template/.agents/skills/spec-orchestration/SKILL.md +6 -6
  92. package/template/.agents/skills/specialist-agent-routing/SKILL.md +8 -8
  93. package/template/.agents/skills/tailwind-patterns/SKILL.md +1 -1
  94. package/template/.agents/skills/test/SKILL.md +4 -4
  95. package/template/.agents/skills/test-driven-development/SKILL.md +1 -1
  96. package/template/.agents/skills/test-execution-and-coverage/SKILL.md +5 -5
  97. package/template/.agents/skills/try/SKILL.md +108 -0
  98. package/template/.agents/skills/type-design/SKILL.md +1 -1
  99. package/template/.agents/skills/ui-ux-pro-max/SKILL.md +1 -1
  100. package/template/.agents/skills/using-agent-skills/SKILL.md +1 -1
  101. package/template/.agents/skills/verification-orchestration/SKILL.md +4 -4
  102. package/template/.agents/skills/vulnerability-scanner/SKILL.md +1 -1
  103. package/template/.agents/skills/wiki/SKILL.md +7 -7
  104. package/template/.agents/skills/workflow-documentation-sync/SKILL.md +2 -2
  105. package/template/.claude/skills/00-discover/SKILL.md +13 -13
  106. package/template/.claude/skills/10-define/SKILL.md +16 -16
  107. package/template/.claude/skills/20-spec/SKILL.md +14 -14
  108. package/template/.claude/skills/30-plan/SKILL.md +13 -13
  109. package/template/.claude/skills/40-implement/SKILL.md +14 -14
  110. package/template/.claude/skills/50-verify/SKILL.md +15 -15
  111. package/template/.claude/skills/60-report/SKILL.md +9 -9
  112. package/template/.claude/skills/70-release/SKILL.md +13 -13
  113. package/template/.claude/skills/adopt/SKILL.md +5 -5
  114. package/template/.claude/skills/agent/SKILL.md +4 -4
  115. package/template/.claude/skills/api-and-interface-design/SKILL.md +1 -1
  116. package/template/.claude/skills/app-builder/SKILL.md +1 -1
  117. package/template/.claude/skills/architecture/SKILL.md +1 -1
  118. package/template/.claude/skills/autopilot/SKILL.md +175 -0
  119. package/template/.claude/skills/bash-linux/SKILL.md +1 -1
  120. package/template/.claude/skills/behavioral-modes/SKILL.md +1 -1
  121. package/template/.claude/skills/brainstorm/SKILL.md +10 -10
  122. package/template/.claude/skills/brief/SKILL.md +77 -0
  123. package/template/.claude/skills/browser-testing-with-devtools/SKILL.md +1 -1
  124. package/template/.claude/skills/changelog/SKILL.md +4 -4
  125. package/template/.claude/skills/ci/SKILL.md +131 -0
  126. package/template/.claude/skills/ci-cd-and-automation/SKILL.md +4 -4
  127. package/template/.claude/skills/code-review-and-quality/SKILL.md +1 -1
  128. package/template/.claude/skills/code-simplification/SKILL.md +1 -1
  129. package/template/.claude/skills/codebase-design/SKILL.md +6 -6
  130. package/template/.claude/skills/commit/SKILL.md +4 -4
  131. package/template/.claude/skills/competitor-analysis/SKILL.md +3 -3
  132. package/template/.claude/skills/context-engineering/SKILL.md +1 -1
  133. package/template/.claude/skills/database-design/SKILL.md +1 -1
  134. package/template/.claude/skills/debug/SKILL.md +11 -11
  135. package/template/.claude/skills/debugging-and-error-recovery/SKILL.md +1 -1
  136. package/template/.claude/skills/deploy/SKILL.md +4 -4
  137. package/template/.claude/skills/deployment-procedures/SKILL.md +1 -1
  138. package/template/.claude/skills/deprecation-and-migration/SKILL.md +1 -1
  139. package/template/.claude/skills/devflow/SKILL.md +30 -20
  140. package/template/.claude/skills/diagnosing-bugs/SKILL.md +3 -3
  141. package/template/.claude/skills/doctor/SKILL.md +4 -4
  142. package/template/.claude/skills/documentation-and-adrs/SKILL.md +1 -1
  143. package/template/.claude/skills/domain-modeling/SKILL.md +1 -1
  144. package/template/.claude/skills/followup/SKILL.md +10 -10
  145. package/template/.claude/skills/frontend-ui-engineering/SKILL.md +1 -1
  146. package/template/.claude/skills/git-workflow-and-versioning/SKILL.md +1 -1
  147. package/template/.claude/skills/goal/SKILL.md +11 -11
  148. package/template/.claude/skills/handoff/SKILL.md +1 -1
  149. package/template/.claude/skills/help/SKILL.md +18 -18
  150. package/template/.claude/skills/human-review-decisions/SKILL.md +6 -6
  151. package/template/.claude/skills/i18n-localization/SKILL.md +1 -1
  152. package/template/.claude/skills/idea-refine/SKILL.md +1 -1
  153. package/template/.claude/skills/incremental-implementation/SKILL.md +1 -1
  154. package/template/.claude/skills/insight/SKILL.md +8 -8
  155. package/template/.claude/skills/insight-capture/SKILL.md +4 -4
  156. package/template/.claude/skills/intelligent-routing/SKILL.md +23 -23
  157. package/template/.claude/skills/issue-triage/SKILL.md +5 -5
  158. package/template/.claude/skills/lint-and-validate/SKILL.md +1 -1
  159. package/template/.claude/skills/mcp-builder/SKILL.md +1 -1
  160. package/template/.claude/skills/md2html/SKILL.md +1 -1
  161. package/template/.claude/skills/merge/SKILL.md +5 -5
  162. package/template/.claude/skills/mobile-design/SKILL.md +1 -1
  163. package/template/.claude/skills/nextjs-react-expert/SKILL.md +1 -1
  164. package/template/.claude/skills/nodejs-best-practices/SKILL.md +1 -1
  165. package/template/.claude/skills/onboard/SKILL.md +8 -8
  166. package/template/.claude/skills/package-json-generator/SKILL.md +1 -1
  167. package/template/.claude/skills/parallel-agents/SKILL.md +2 -2
  168. package/template/.claude/skills/performance-optimization/SKILL.md +1 -1
  169. package/template/.claude/skills/planning-and-task-breakdown/SKILL.md +2 -2
  170. package/template/.claude/skills/powershell-windows/SKILL.md +1 -1
  171. package/template/.claude/skills/pr/SKILL.md +8 -8
  172. package/template/.claude/skills/pr-review/SKILL.md +7 -7
  173. package/template/.claude/skills/pr-review-analysis/SKILL.md +3 -3
  174. package/template/.claude/skills/prd/SKILL.md +11 -11
  175. package/template/.claude/skills/preview/SKILL.md +8 -8
  176. package/template/.claude/skills/preview-local-check/SKILL.md +5 -5
  177. package/template/.claude/skills/prototype/SKILL.md +2 -2
  178. package/template/.claude/skills/python-patterns/SKILL.md +1 -1
  179. package/template/.claude/skills/release-git-operations/SKILL.md +6 -6
  180. package/template/.claude/skills/research/SKILL.md +10 -10
  181. package/template/.claude/skills/review/SKILL.md +3 -3
  182. package/template/.claude/skills/review-followup-routing/SKILL.md +4 -4
  183. package/template/.claude/skills/roadmap-strategy/SKILL.md +4 -4
  184. package/template/.claude/skills/rollback/SKILL.md +108 -0
  185. package/template/.claude/skills/security-and-hardening/SKILL.md +1 -1
  186. package/template/.claude/skills/security-review/SKILL.md +4 -4
  187. package/template/.claude/skills/seo-fundamentals/SKILL.md +1 -1
  188. package/template/.claude/skills/server-management/SKILL.md +1 -1
  189. package/template/.claude/skills/shipping-and-launch/SKILL.md +2 -2
  190. package/template/.claude/skills/silent-failure-audit/SKILL.md +1 -1
  191. package/template/.claude/skills/simplify/SKILL.md +7 -7
  192. package/template/.claude/skills/skill-development/SKILL.md +1 -1
  193. package/template/.claude/skills/spec-driven-development/SKILL.md +1 -1
  194. package/template/.claude/skills/spec-orchestration/SKILL.md +6 -6
  195. package/template/.claude/skills/specialist-agent-routing/SKILL.md +8 -8
  196. package/template/.claude/skills/tailwind-patterns/SKILL.md +1 -1
  197. package/template/.claude/skills/test/SKILL.md +4 -4
  198. package/template/.claude/skills/test-driven-development/SKILL.md +1 -1
  199. package/template/.claude/skills/test-execution-and-coverage/SKILL.md +5 -5
  200. package/template/.claude/skills/try/SKILL.md +108 -0
  201. package/template/.claude/skills/type-design/SKILL.md +1 -1
  202. package/template/.claude/skills/ui-ux-pro-max/SKILL.md +1 -1
  203. package/template/.claude/skills/using-agent-skills/SKILL.md +1 -1
  204. package/template/.claude/skills/verification-orchestration/SKILL.md +4 -4
  205. package/template/.claude/skills/vulnerability-scanner/SKILL.md +1 -1
  206. package/template/.claude/skills/wiki/SKILL.md +7 -7
  207. package/template/.claude/skills/workflow-documentation-sync/SKILL.md +2 -2
  208. package/template/AGENTS.md +44 -28
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: silent-failure-audit
3
- description: Audits error handling, logging, fallbacks, and observability for silent failures. Use after adding catch blocks, fallback logic, retry handling, optional chaining, or user-facing failure paths.
3
+ description: "[Devflow] Audits error handling, logging, fallbacks, and observability for silent failures. Use after adding catch blocks, fallback logic, retry handling, optional chaining, or user-facing failure paths."
4
4
  ---
5
5
 
6
6
  # Silent Failure Audit
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: simplify
3
- description: Simplify workflow
3
+ description: "[Devflow] Code simplification and refactoring for clarity and maintainability without altering runtime behavior."
4
4
  ---
5
5
 
6
6
  ---
@@ -21,7 +21,7 @@ Treat this workflow file as a wrapper around that skill.
21
21
 
22
22
  Use this workflow when the code works but has grown harder to read, harder to change, or more general than necessary.
23
23
 
24
- In DevFlow 2.0, `Simplify` is a supporting implementation workflow. It usually pairs with `/40-Implement` and should end in `/50-Verify`.
24
+ In DevFlow 2.0, `Simplify` is a supporting implementation workflow. It usually pairs with `40-implement` and should end in `50-verify`.
25
25
 
26
26
  ## Process
27
27
 
@@ -61,19 +61,19 @@ Return:
61
61
 
62
62
  - Classification: Companion command
63
63
  - Mainline status: Not a numbered stage
64
- - Typical entry points: `/40-Implement`, `/50-Verify`, `PR-Review`, `Agent`
65
- - Typical handoff targets: `/40-Implement`, `/50-Verify`, `PR-Review`
64
+ - Typical entry points: `40-implement`, `50-verify`, `PR-Review`, `Agent`
65
+ - Typical handoff targets: `40-implement`, `50-verify`, `PR-Review`
66
66
 
67
67
  ## Sources
68
68
 
69
69
  - `AGENTS.md`
70
70
  - `.agents/skills/code-simplification/SKILL.md`
71
71
  - `.agent/resources/schemas/refactoring.template.md`
72
- - Related commands: `/40-Implement`, `/50-Verify`, `PR-Review`, `Agent`
72
+ - Related commands: `40-implement`, `50-verify`, `PR-Review`, `Agent`
73
73
 
74
74
  ## Next Workflow Recommendation
75
75
 
76
- - **Primary**: `/50-Verify`
76
+ - **Primary**: `50-verify`
77
77
  - **Why**: simplification should finish with explicit proof that behavior did not regress
78
- - **Alternative**: `/40-Implement` when simplification exposed a deeper implementation change rather than a pure refactor
78
+ - **Alternative**: `40-implement` when simplification exposed a deeper implementation change rather than a pure refactor
79
79
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: skill-development
3
- description: Guides the creation and maintenance of agent skills. Use when building new skills or modifying existing ones to ensure they follow the PRP framework standards.
3
+ description: "[Devflow] Guides the creation and maintenance of agent skills. Use when building new skills or modifying existing ones to ensure they follow the PRP framework standards."
4
4
  ---
5
5
 
6
6
  # Skill Development (Skill Anatomy)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: spec-driven-development
3
- description: Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
3
+ description: "[Devflow] Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea."
4
4
  ---
5
5
 
6
6
  # Spec-Driven Development
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: spec-orchestration
3
- description: Coordinate Brainstorm, Research, PRD, competitor context, and spec critique before the work re-enters the numbered mainline. Use when a broad idea needs orchestration rather than a straight pass.
3
+ description: "[Devflow] Coordinate Brainstorm, Research, PRD, competitor context, and spec critique before the work re-enters the numbered mainline. Use when a broad idea needs orchestration rather than a straight pass."
4
4
  ---
5
5
 
6
6
  # Spec Orchestration
@@ -48,8 +48,8 @@ Route proportionally:
48
48
  - `Research` or `Spec-Research` for external or technical proof
49
49
  - `Competitor` for market context
50
50
  - `PRD` for product framing
51
- - `/10-Define` for scope and decision locking
52
- - `/20-Spec` for delivery contract writing
51
+ - `10-define` for scope and decision locking
52
+ - `20-spec` for delivery contract writing
53
53
 
54
54
  Do not stack every support surface by default.
55
55
 
@@ -76,9 +76,9 @@ Use `.agent/resources/schemas/spec_orchestration.template.md` and replace placeh
76
76
 
77
77
  ### 5. Route Back To Mainline
78
78
 
79
- - `/10-Define` when the idea still needs scope decisions
80
- - `/20-Spec` when enough evidence exists to write the delivery contract
81
- - `/30-Plan` only when the spec is already solid
79
+ - `10-define` when the idea still needs scope decisions
80
+ - `20-spec` when enough evidence exists to write the delivery contract
81
+ - `30-plan` only when the spec is already solid
82
82
 
83
83
  ## Output
84
84
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: specialist-agent-routing
3
- description: Route a request to the right specialist agent and preserve the DevFlow 2.0 stage-first contract. Use when the user wants direct specialist judgment on a file, folder, workspace, or concern.
3
+ description: "[Devflow] Route a request to the right specialist agent and preserve the DevFlow 2.0 stage-first contract. Use when the user wants direct specialist judgment on a file, folder, workspace, or concern."
4
4
  ---
5
5
 
6
6
  # Specialist Agent Routing
@@ -76,13 +76,13 @@ Use `.agent/resources/schemas/agent_report.template.md` unless the invoking work
76
76
 
77
77
  Return to the owning step:
78
78
 
79
- - `/10-Define`
80
- - `/20-Spec`
81
- - `/30-Plan`
82
- - `/40-Implement`
83
- - `/50-Verify`
84
- - `/70-Release`
85
- - `/60-Report`
79
+ - `10-define`
80
+ - `20-spec`
81
+ - `30-plan`
82
+ - `40-implement`
83
+ - `50-verify`
84
+ - `70-release`
85
+ - `60-report`
86
86
  - `PR-Review`
87
87
  - `Research`
88
88
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: tailwind-patterns
3
- description: Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture.
3
+ description: "[Devflow] Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture."
4
4
  allowed-tools: Read, Write, Edit, Glob, Grep
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: test
3
- description: Test workflow
3
+ description: "[Devflow] Test execution, missing test generation, and coverage analysis across unit, integration, and smoke test suites."
4
4
  ---
5
5
 
6
6
  ---
@@ -69,14 +69,14 @@ Display an organized output listing Passed/Failed files, and explicitly show the
69
69
 
70
70
  - Classification: Companion command
71
71
  - Mainline status: Verification support command, not a numbered stage
72
- - Typical entry points: `/40-Implement`, `/50-Verify`, `Debug`
73
- - Typical handoff targets: `/50-Verify`, `Debug`, `QA-Orchestrate`
72
+ - Typical entry points: `40-implement`, `50-verify`, `Debug`
73
+ - Typical handoff targets: `50-verify`, `Debug`, `QA-Orchestrate`
74
74
 
75
75
  ## Sources
76
76
 
77
77
  - `AGENTS.md`
78
78
  - `.agents/skills/test-execution-and-coverage/SKILL.md`
79
79
  - `.agent/resources/schemas/test_report.template.md`
80
- - Related commands: `/40-Implement`, `/50-Verify`, `Debug`, `QA-Orchestrate`
80
+ - Related commands: `40-implement`, `50-verify`, `Debug`, `QA-Orchestrate`
81
81
 
82
82
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: test-driven-development
3
- description: Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
3
+ description: "[Devflow] Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality."
4
4
  ---
5
5
 
6
6
  # Test-Driven Development
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: test-execution-and-coverage
3
- description: Generate missing tests, run existing tests, and summarize coverage and failures. Use when implementation or verification needs explicit testing evidence beyond a general TDD reminder.
3
+ description: "[Devflow] Generate missing tests, run existing tests, and summarize coverage and failures. Use when implementation or verification needs explicit testing evidence beyond a general TDD reminder."
4
4
  ---
5
5
 
6
6
  # Test Execution And Coverage
@@ -11,8 +11,8 @@ This skill complements TDD by handling test generation, execution, and persisten
11
11
 
12
12
  ## When to Use
13
13
 
14
- - During `/40-Implement` when tests need to be added
15
- - During `/50-Verify` when the test suite must be run and summarized
14
+ - During `40-implement` when tests need to be added
15
+ - During `50-verify` when the test suite must be run and summarized
16
16
  - During `Debug` when a bug needs a reproduction test
17
17
 
18
18
  ## Process
@@ -41,8 +41,8 @@ Use `.agent/resources/schemas/test_report.template.md` when saving a reusable re
41
41
 
42
42
  ### 4. Route Back
43
43
 
44
- - `/50-Verify` when tests support formal verification
45
- - `/40-Implement` when missing or failing tests require code changes
44
+ - `50-verify` when tests support formal verification
45
+ - `40-implement` when missing or failing tests require code changes
46
46
  - `Debug` when failures need RCA
47
47
 
48
48
  ## Output
@@ -0,0 +1,108 @@
1
+ ---
2
+ name: try
3
+ description: "[Devflow] Generate human manual QA review walkthrough guide (where to go, what to click, what to expect)."
4
+ ---
5
+
6
+ # try - Manual QA & Review Walkthrough Guide
7
+
8
+ Where this sits in the workflow:
9
+
10
+ ```text
11
+ 40-implement or 50-verify or 60-report -> [try] -> human review & verification
12
+ (work implemented / verified) (manual (where to go,
13
+ steps) what to click)
14
+ ```
15
+
16
+ `50-verify` proves behavior from automated QA and test runs. `try` gives the user and testers an actionable, step-by-step manual walkthrough: start this command, open this route, click these controls, expect this result, and watch for these failure signs.
17
+
18
+ It is always **read-only 100%**. It does not edit files, install dependencies, commit, merge, push, or run destructive commands.
19
+
20
+ ## Input
21
+
22
+ Optional scope:
23
+
24
+ - **no argument**: use the active run in `devflow/context/current-stage.md` (or the latest completed run under `devflow/runs/`)
25
+ - `latest`: use the most recent completed run in `devflow/runs/`
26
+ - a run ID or path: e.g. `try RUN-002-add-onboard-adopt-doctor-skills`
27
+ - a specific route, endpoint, or CLI command: focus the walkthrough on that surface
28
+
29
+ If there is no active run and no run history, ask what change or feature the user wants to test manually.
30
+
31
+ ## Step 1 - Find The Work To Explain
32
+
33
+ Read:
34
+
35
+ - `AGENTS.md` (Commands section)
36
+ - `devflow/context/current-stage.md`
37
+ - `devflow/context/project-overview.md`
38
+ - `devflow/context/coding-standards.md`
39
+ - Active run artifacts: `20-spec.md`, `30-plan.md`, `40-implement.md`, `50-verify.md` (or archived run artifacts)
40
+ - Current git branch and status
41
+
42
+ Do not dump the full spec. Extract only the concrete routes, screens, CLI commands, API endpoints, test data, and expected outcomes that a human needs to verify the feature.
43
+
44
+ ## Step 2 - Identify How To Run The App
45
+
46
+ Check the Commands section in `AGENTS.md`. Adapt to the project type:
47
+
48
+ - **Web app**: dev server command (e.g. `npm run dev`), local URL (e.g. `http://localhost:3000`), and specific route/screen.
49
+ - **Server / API**: start command, base URL, endpoint, HTTP method, payload, and expected response shape.
50
+ - **CLI**: exact CLI command, flags, arguments, and expected terminal output.
51
+ - **Library / Module**: sample usage snippet, REPL call, or interactive test command.
52
+ - **Fullstack / Microservices**: minimal combined startup commands (e.g. backend + frontend).
53
+
54
+ If a startup command is missing or unclear in `AGENTS.md`, report that as a configuration gap rather than guessing.
55
+
56
+ ## Step 3 - Produce The Manual Walkthrough Guide
57
+
58
+ Format the guide with these 5 standard sections:
59
+
60
+ 1. **1. Start** - exact command(s) to start the system and where to run them.
61
+ 2. **2. Open** - URL(s), screens, tabs, API endpoints, or terminal locations.
62
+ 3. **3. Do** - specific clicks, form inputs, toggles, selections, or arguments.
63
+ 4. **4. Expect** - expected visible UI change, response payload, state change, output, or absence of errors.
64
+ 5. **5. Watch For** - common failure symptoms, console errors, network 4xx/5xx errors, stale state, layout breakage, or safety warnings.
65
+
66
+ ### Example Walkthrough Style:
67
+
68
+ ```markdown
69
+ ### 1. Start
70
+ Run `npm run dev` in the project root.
71
+
72
+ ### 2. Open
73
+ Navigate to `http://localhost:3000/dashboard/reports`.
74
+
75
+ ### 3. Do
76
+ 1. Click the **"Export Report"** button in the top right.
77
+ 2. Select **"Format: HTML"** from the dropdown.
78
+ 3. Click **"Download"**.
79
+
80
+ ### 4. Expect
81
+ - A new file `report.html` is downloaded.
82
+ - The UI displays a green success toast: *"Report exported successfully"*.
83
+ - The downloaded HTML file opens in the browser with full styling and charts.
84
+
85
+ ### 5. Watch For
86
+ - Spinner hanging indefinitely without downloading.
87
+ - Console error related to `Blob` or `URL.createObjectURL`.
88
+ - Broken styling or unrendered Mermaid charts in the exported HTML.
89
+ ```
90
+
91
+ ## Step 4 - Include Confidence, Best Signal & Gaps
92
+
93
+ Conclude with:
94
+
95
+ - **Best Signal**: the single most critical action the user should try first to confirm functionality.
96
+ - **Edge Cases & Error Flows**: optional secondary checks (e.g. invalid input, empty state, network failure).
97
+ - **Gaps & Assumptions**: anything the guide cannot know for certain (e.g. seed credentials, third-party API keys, required database fixtures).
98
+
99
+ ## Rules
100
+
101
+ - **Strictly Read-Only**: Never edit code, commit, push, install packages, or mutate repository state.
102
+ - **Do Not Run Automatically**: Do not launch the server or run commands unless the user explicitly instructs you to do so in the chat.
103
+ - **Be Concrete & Specific**: Provide exact URLs, button labels, and payloads.
104
+ - **Acknowledge Uncertainty**: If a route or behavior is not specified in the spec, state it clearly as an assumption.
105
+
106
+ ## Output Formatting
107
+
108
+ Follow the project conventions in `devflow/context/ai-interaction.md`: concise, scannable markdown with numbered steps and clear bold headers.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: type-design
3
- description: Analyzes type and interface design for encapsulation, invariant expression, usefulness, and enforcement. Use when introducing new types, reviewing PRs with type changes, or refactoring domain models.
3
+ description: "[Devflow] Analyzes type and interface design for encapsulation, invariant expression, usefulness, and enforcement. Use when introducing new types, reviewing PRs with type changes, or refactoring domain models."
4
4
  ---
5
5
 
6
6
  # Type Design
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ui-ux-pro-max
3
- description: AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation. Use when designing, building, or reviewing UI/UX.
3
+ description: "[Devflow] AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation. Use when designing, building, or reviewing UI/UX."
4
4
  ---
5
5
 
6
6
  # UI/UX Pro Max (Design Intelligence)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: using-agent-skills
3
- description: Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
3
+ description: "[Devflow] Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked."
4
4
  ---
5
5
 
6
6
  # Using Agent Skills
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: verification-orchestration
3
- description: Coordinate multi-lane QA, specialist review, test planning, and verification follow-up. Use when /50-Verify needs more structure than a single pass and the team needs a QA matrix or specialist routing.
3
+ description: "[Devflow] Coordinate multi-lane QA, specialist review, test planning, and verification follow-up. Use when 50-verify needs more structure than a single pass and the team needs a QA matrix or specialist routing."
4
4
  ---
5
5
 
6
6
  # Verification Orchestration
@@ -11,7 +11,7 @@ This skill structures complex verification work across multiple QA lanes without
11
11
 
12
12
  ## When to Use
13
13
 
14
- - `/50-Verify` is too broad for a single simple pass
14
+ - `50-verify` is too broad for a single simple pass
15
15
  - the change needs correctness, regression, security, performance, and UX checks together
16
16
  - the team needs specialist routing for QA
17
17
 
@@ -54,8 +54,8 @@ Use `.agent/resources/schemas/qa_orchestration.template.md` when saving a reusab
54
54
 
55
55
  ### 5. Route Back
56
56
 
57
- - `/50-Verify` when the QA matrix strengthens verification evidence
58
- - `/40-Implement` when actionable fixes are required
57
+ - `50-verify` when the QA matrix strengthens verification evidence
58
+ - `40-implement` when actionable fixes are required
59
59
  - `Followup` when findings become new scope
60
60
 
61
61
  ## Output
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: vulnerability-scanner
3
- description: Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.
3
+ description: "[Devflow] Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization."
4
4
  allowed-tools: Read, Glob, Grep, Bash
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---name: wiki
2
2
 
3
- description: DevFlow Wiki - Ingest, query, lint, and promote compiled project or framework knowledge.
3
+ description: "[Devflow] Knowledge base management, ingestion, linting, and querying under devflow/wiki/."
4
4
  ---
5
5
  # Wiki
6
6
 
@@ -31,9 +31,9 @@ Use `Wiki` when:
31
31
 
32
32
  Preferred DevFlow 2.0 pairing:
33
33
 
34
- - after `/50-Verify`
35
- - after `/70-Release`
36
- - after `/60-Report`
34
+ - after `50-verify`
35
+ - after `70-release`
36
+ - after `60-report`
37
37
  - after meaningful `Debug` or review output
38
38
 
39
39
  ## Process
@@ -131,7 +131,7 @@ Return:
131
131
 
132
132
  - Classification: Companion command
133
133
  - Mainline status: Knowledge system command, not a numbered stage
134
- - Typical entry points: after `/50-Verify`, `/60-Report`, `/70-Release`, `Debug`, `Insight`, `PR-Review`
134
+ - Typical entry points: after `50-verify`, `60-report`, `70-release`, `Debug`, `Insight`, `PR-Review`
135
135
  - Typical handoff targets: return to the originating stage or finish as documentation-only work
136
136
 
137
137
  ## Sources
@@ -139,11 +139,11 @@ Return:
139
139
  - `AGENTS.md`
140
140
  - `.agent/resources/schemas/wiki_page.template.md`
141
141
  - `.agent/resources/schemas/wiki_project_index.template.md`
142
- - Related commands: `/50-Verify`, `/60-Report`, `/70-Release`, `Debug`, `Insight`, `PR-Review`, `Help`
142
+ - Related commands: `50-verify`, `60-report`, `70-release`, `Debug`, `Insight`, `PR-Review`, `Help`
143
143
 
144
144
  ## Next Workflow Recommendation
145
145
 
146
146
  - **Primary**: return to the stage or artifact flow that produced the reusable knowledge
147
147
  - **Why**: `Wiki` compiles lessons after the source work is already validated
148
- - **Common routes**: `/60-Report`, `/70-Release`, or `/50-Verify`
148
+ - **Common routes**: `60-report`, `70-release`, or `50-verify`
149
149
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: workflow-documentation-sync
3
- description: Enforces the synchronization and comprehensive update of documentation, manuals, usage guides, and examples whenever a new workflow is introduced or modified in the project. Use when introducing new workflows or changing existing ones.
3
+ description: "[Devflow] Enforces the synchronization and comprehensive update of documentation, manuals, usage guides, and examples whenever a new workflow is introduced or modified in the project. Use when introducing new workflows or changing existing ones."
4
4
  ---
5
5
 
6
6
  # Workflow Documentation Sync
@@ -27,7 +27,7 @@ Whenever a workflow is added or modified, compile the list of documents that mus
27
27
 
28
28
  ### Step 2: Extract Workflow Metadata
29
29
  Identify the exact interface changes:
30
- - What is the **Command trigger**? (e.g., `/70-Release` or `Brainstorm`)
30
+ - What is the **Command trigger**? (e.g., `70-release` or `Brainstorm`)
31
31
  - What are the **Arguments**? (e.g., Target Branch, default main)
32
32
  - What is the **Process flow**? (Pre-flight -> Execution -> Cleanup)
33
33
  - What are the **Mandatory Rules**? (e.g., Enforced branch checks)
@@ -1,6 +1,6 @@
1
1
  ---name: 00-discover
2
2
 
3
- description: Discover stage in DevFlow 2.0 - explore a request, route supporting inquiry, and decide whether delivery work should begin without allocating a running ID.
3
+ description: "[Devflow] Discover stage in DevFlow 2.0 - explore a request, route supporting inquiry, and decide whether delivery work should begin without allocating a running ID."
4
4
  argument-hint: "{title, request, or discovery-id}"
5
5
  ---
6
6
 
@@ -13,8 +13,8 @@ Explore a request before delivery commitment. Create or resume a Discovery ID, c
13
13
  ## Usage
14
14
 
15
15
  ```text
16
- /00-Discover {title or request}
17
- /00-Discover {discovery-id}
16
+ 00-discover {title or request}
17
+ 00-discover {discovery-id}
18
18
  ```
19
19
 
20
20
  Use this when:
@@ -28,7 +28,7 @@ Use this when:
28
28
  Write the primary discovery artifact to:
29
29
 
30
30
  ```text
31
- devflow/discoveries/{DISCOVERY_ID}-{slug}/00-discover.md
31
+ devflow/discoveries/{DISCOVERY_ID}-{slug}00-discover.md
32
32
  ```
33
33
 
34
34
  using:
@@ -65,7 +65,7 @@ Run discovery as a decision-and-routing loop, not as task initialization.
65
65
  - **Observation**: use concrete evidence such as option tradeoffs, product framing, research results, root cause, stakeholder constraints, open questions, and visible risk.
66
66
  - **Adjustment**: invoke only the companion route needed to resolve the current uncertainty; every companion invoked by Discover must return to this Discovery ID for synthesis.
67
67
  - **Stop Condition**: stop when the selected route and evidence are recorded, open questions are visible, and the decision is `Proceed`, `Defer`, or `Reject`.
68
- - **Handoff**: only an approved `Proceed` discovery may hand off to `/10-Define {discovery_id}`. `Defer` and `Reject` end without allocating a Running ID.
68
+ - **Handoff**: only an approved `Proceed` discovery may hand off to `10-define {discovery_id}`. `Defer` and `Reject` end without allocating a Running ID.
69
69
 
70
70
  ### 1. Create Or Resume The Discovery
71
71
 
@@ -99,7 +99,7 @@ After each companion route:
99
99
 
100
100
  - update `00-discover.md` with the durable findings and source path
101
101
  - reassess whether another route is materially necessary
102
- - return to the Discover decision rather than jumping directly to `/10-Define`
102
+ - return to the Discover decision rather than jumping directly to `10-define`
103
103
 
104
104
  ### 5. Decide
105
105
 
@@ -109,7 +109,7 @@ Set one decision:
109
109
  - `Defer`: the idea remains relevant but timing, evidence, or ownership is not ready
110
110
  - `Reject`: the idea should not proceed under the current framing
111
111
 
112
- Candidate delivery slices may be suggested, but they remain provisional and unnumbered until `/10-Define`.
112
+ Candidate delivery slices may be suggested, but they remain provisional and unnumbered until `10-define`.
113
113
 
114
114
  ### 6. Write `00-discover.md`
115
115
 
@@ -117,11 +117,11 @@ Candidate delivery slices may be suggested, but they remain provisional and unnu
117
117
  - follow the configured `artifact_language`
118
118
  - replace placeholders with concrete context
119
119
  - record selected routes, returned findings, open questions, decision, and rationale
120
- - keep `related_runs` empty until `/10-Define` materializes approved slices
120
+ - keep `related_runs` empty until `10-define` materializes approved slices
121
121
 
122
122
  ### 7. Manual Review Gate
123
123
 
124
- Before `/10-Define`:
124
+ Before `10-define`:
125
125
 
126
126
  - confirm the selected route and evidence are sufficient
127
127
  - confirm the decision is `Proceed`
@@ -138,15 +138,15 @@ Report:
138
138
  - selected support route and why
139
139
  - important findings and open questions
140
140
  - `Proceed`, `Defer`, or `Reject` decision
141
- - recommended next step, including `/10-Define {discovery_id}` only when Proceed is approved
141
+ - recommended next step, including `10-define {discovery_id}` only when Proceed is approved
142
142
 
143
143
  ## Relationship To DevFlow 2.0
144
144
 
145
145
  - Classification: Mainline discovery stage
146
146
  - Previous state: request intake
147
- - Next state: `/10-Define {discovery_id}` only after approved Proceed
147
+ - Next state: `10-define {discovery_id}` only after approved Proceed
148
148
  - Common companion routes: `Brainstorm`, `PRD`, `Research`, `Debug`
149
- - Running ID lifecycle: begins in `/10-Define`, not in Discover
149
+ - Running ID lifecycle: begins in `10-define`, not in Discover
150
150
 
151
151
  ## Sources
152
152
 
@@ -156,7 +156,7 @@ Report:
156
156
 
157
157
  ## Next Workflow Recommendation
158
158
 
159
- - **Primary**: the selected companion route, or `/10-Define {discovery_id}` after approved Proceed
159
+ - **Primary**: the selected companion route, or `10-define {discovery_id}` after approved Proceed
160
160
  - **Alternatives**:
161
161
  - `Brainstorm {discovery_id}` for unresolved options
162
162
  - `PRD {discovery_id}` for product framing
@@ -1,6 +1,6 @@
1
1
  ---name: 10-define
2
2
 
3
- description: Define stage in DevFlow 2.0 - turn an approved discovery into one or more bounded delivery runs with stable scope.
3
+ description: "[Devflow] Define stage in DevFlow 2.0 - turn an approved discovery into one or more bounded delivery runs with stable scope."
4
4
  argument-hint: "{approved discovery-id, discovery path, running-id, or run path}"
5
5
  ---
6
6
 
@@ -13,8 +13,8 @@ Convert an approved `Proceed` discovery into bounded delivery slices. Allocate o
13
13
  ## Usage
14
14
 
15
15
  ```text
16
- /10-Define {discovery-id or discovery path}
17
- /10-Define {running-id or run path}
16
+ 10-define {discovery-id or discovery path}
17
+ 10-define {running-id or run path}
18
18
  ```
19
19
 
20
20
  Use a Discovery ID to materialize new delivery runs. Use an existing Running ID only to revise or split a definition that already exists.
@@ -24,7 +24,7 @@ Use a Discovery ID to materialize new delivery runs. Use an existing Running ID
24
24
  For every approved delivery slice, write:
25
25
 
26
26
  ```text
27
- devflow/runs/{ID}-{slug}/10-define.md
27
+ devflow/runs/{ID}-{slug}10-define.md
28
28
  ```
29
29
 
30
30
  using:
@@ -57,8 +57,8 @@ Run definition as a scope-stabilization and run-allocation loop.
57
57
  - **Context**: read the approved `00-discover.md`, linked Brainstorm/PRD/Research/Debug outputs, project-wide rules, existing run IDs, and dependencies between candidate slices.
58
58
  - **Action**: lock initiative and scope boundaries, decompose delivery slices, review the run map, allocate collision-free Running IDs, and write one `10-define.md` per slice.
59
59
  - **Observation**: use independent acceptance boundaries, release boundaries, ownership, dependencies, context size, cross-domain coupling, and reviewability as evidence for splitting or combining slices.
60
- - **Adjustment**: merge slices that are only implementation tasks; split slices that require separate specs, releases, ownership, or large independent context; return to `/00-Discover` if the decision or product direction is still unstable.
61
- - **Stop Condition**: stop when the run map is approved, IDs are materialized without collision, each run has stable in/out scope, and every generated run can proceed independently to `/20-Spec {running_id}`.
60
+ - **Adjustment**: merge slices that are only implementation tasks; split slices that require separate specs, releases, ownership, or large independent context; return to `00-discover` if the decision or product direction is still unstable.
61
+ - **Stop Condition**: stop when the run map is approved, IDs are materialized without collision, each run has stable in/out scope, and every generated run can proceed independently to `20-spec {running_id}`.
62
62
  - **Handoff**: each `10-define.md` must identify its source Discovery ID, sibling runs, dependencies, scope, non-goals, and exact next command.
63
63
 
64
64
  ### 1. Validate The Discovery Gate
@@ -69,7 +69,7 @@ For new delivery work, require:
69
69
  - `Approval Status: Approved`
70
70
  - a resolvable Discovery ID and `00-discover.md`
71
71
 
72
- If either gate is missing, do not create a Running ID. Return to `/00-Discover {discovery_id}`.
72
+ If either gate is missing, do not create a Running ID. Return to `00-discover {discovery_id}`.
73
73
 
74
74
  ### 2. Build The Delivery Run Map
75
75
 
@@ -83,7 +83,7 @@ Create separate runs when work has materially independent:
83
83
  - dependency sequencing
84
84
  - implementation context large enough to threaten reliable planning or review
85
85
 
86
- Keep ordinary subtasks inside `/30-Plan` and checklists.
86
+ Keep ordinary subtasks inside `30-plan` and checklists.
87
87
 
88
88
  For every slice record:
89
89
 
@@ -126,11 +126,11 @@ If an existing definition is too broad:
126
126
  - preserve traceability to the original run and discovery
127
127
  - allocate new IDs only after approval
128
128
  - mark the old definition as `Superseded` and list its replacement runs
129
- - do not silently fork scope during `/20-Spec`
129
+ - do not silently fork scope during `20-spec`
130
130
 
131
131
  ### 7. Manual Review Gate
132
132
 
133
- Before recommending `/20-Spec`, confirm each generated definition independently. Approval of one run must not imply approval of every sibling run.
133
+ Before recommending `20-spec`, confirm each generated definition independently. Approval of one run must not imply approval of every sibling run.
134
134
 
135
135
  ## Output
136
136
 
@@ -141,13 +141,13 @@ Report:
141
141
  - workspace path for every generated run
142
142
  - scope and dependency summary per run
143
143
  - any superseded run
144
- - exact `/20-Spec {running_id}` commands for approved runs
144
+ - exact `20-spec {running_id}` commands for approved runs
145
145
 
146
146
  ## Relationship To DevFlow 2.0
147
147
 
148
148
  - Classification: Mainline workflow and Running ID creation boundary
149
- - Previous state: approved `/00-Discover`
150
- - Next state: `/20-Spec {running_id}` per generated run
149
+ - Previous state: approved `00-discover`
150
+ - Next state: `20-spec {running_id}` per generated run
151
151
  - Running ID lifecycle: starts here
152
152
 
153
153
  ## Sources
@@ -158,13 +158,13 @@ Report:
158
158
 
159
159
  ## Next Workflow Recommendation
160
160
 
161
- - **Primary**: `/20-Spec {running_id}` for each approved run
161
+ - **Primary**: `20-spec {running_id}` for each approved run
162
162
  - **Alternatives**:
163
- - `/00-Discover {discovery_id}` when the go/no-go decision or direction is unstable
163
+ - `00-discover {discovery_id}` when the go/no-go decision or direction is unstable
164
164
  - `Research {discovery_id}` when evidence still blocks a reliable split
165
165
  - `grill-with-docs` when boundaries or terminology remain ambiguous
166
166
 
167
167
  ## Nexus Event
168
168
 
169
169
  - Use `domain-modeling` when sibling runs need shared language or durable architectural decisions.
170
- - Use `planning-and-task-breakdown` only after the delivery boundary is stable; small tasks belong in `/30-Plan`, not separate Running IDs.
170
+ - Use `planning-and-task-breakdown` only after the delivery boundary is stable; small tasks belong in `30-plan`, not separate Running IDs.