@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
  ---name: insight
2
2
 
3
- description: Insight Extraction - Extract reusable lessons, file insights, patterns, gotchas, recommendations, and 9arm-skills/post-mortem learning from completed work.
3
+ description: "[Devflow] Extract reusable lessons, patterns, file insights, and post-mortem learning from completed work."
4
4
  ---
5
5
 
6
6
  # Phase 54: Insight Extraction
@@ -70,8 +70,8 @@ Use the smallest durable destination:
70
70
 
71
71
  - stage artifacts when the lesson is specific to the current run
72
72
  - `devflow/lessons.md` for project-wide lessons
73
- - `/60-Report` for final narrative communication before release
74
- - `/70-Release` for release-facing notes and execution details
73
+ - `60-report` for final narrative communication before release
74
+ - `70-release` for release-facing notes and execution details
75
75
 
76
76
  For token/context learning, prefer the smallest concrete note:
77
77
 
@@ -104,22 +104,22 @@ If `post-mortem` was applied, include a short `Source Discipline` note crediting
104
104
 
105
105
  - Classification: Companion command
106
106
  - Mainline status: Knowledge capture command, not a numbered stage
107
- - Typical entry points: after `Debug`, `/50-Verify`, incident work, or review findings
108
- - Typical handoff targets: `Wiki`, `/60-Report`, `Help`
107
+ - Typical entry points: after `Debug`, `50-verify`, incident work, or review findings
108
+ - Typical handoff targets: `Wiki`, `60-report`, `Help`
109
109
 
110
110
  ## Sources
111
111
 
112
112
  - `AGENTS.md`
113
113
  - `.agent/resources/schemas/lessons.template.md`
114
- - Related commands: `Debug`, `/50-Verify`, `Wiki`, `/60-Report`, `Help`
114
+ - Related commands: `Debug`, `50-verify`, `Wiki`, `60-report`, `Help`
115
115
 
116
116
  ## Next Workflow Recommendation
117
117
 
118
118
  - **Primary**: `Wiki project ingest {source}` when the insight is reusable project knowledge.
119
119
  - **Why**: `Insight` extracts lessons; `Wiki` compiles selected lessons into navigable knowledge pages.
120
120
  - **Alternatives**:
121
- - `/60-Report {ID}` - choose this when the insight should become the final communication summary before release.
122
- - `/70-Release {ID}` - choose this when the insight should shape release packaging or execution details.
121
+ - `60-report {ID}` - choose this when the insight should become the final communication summary before release.
122
+ - `70-release {ID}` - choose this when the insight should shape release packaging or execution details.
123
123
  - `Help {ID}` - choose this when the next route is unclear.
124
124
 
125
125
  ## Wiki Update Recommendation
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: insight-capture
3
- description: Extract durable lessons, patterns, gotchas, and post-mortem knowledge from completed work. Use when implementation or verification work should become reusable team knowledge.
3
+ description: "[Devflow] Extract durable lessons, patterns, gotchas, and post-mortem knowledge from completed work. Use when implementation or verification work should become reusable team knowledge."
4
4
  ---
5
5
 
6
6
  # Insight Capture
@@ -20,7 +20,7 @@ This skill should reuse and align with:
20
20
 
21
21
  ## When to Use
22
22
 
23
- - after `/50-Verify`, release preparation, or a completed implementation run
23
+ - after `50-verify`, release preparation, or a completed implementation run
24
24
  - after debugging, regression fixes, or incidents that deserve durable learning
25
25
  - when reusable project knowledge should move into lessons, wiki material, or final reporting
26
26
 
@@ -68,7 +68,7 @@ Prefer:
68
68
  - stage artifacts when the lesson is run-specific
69
69
  - `devflow/lessons.md` for project-wide knowledge
70
70
  - `Wiki` when the knowledge should become navigable team documentation
71
- - `/60-Report` when the lesson belongs in the final communication package before release
71
+ - `60-report` when the lesson belongs in the final communication package before release
72
72
 
73
73
  When updating `devflow/lessons.md`, use `.agent/resources/schemas/lessons.template.md` and replace placeholder text completely.
74
74
 
@@ -81,4 +81,4 @@ Return:
81
81
  - approach outcome
82
82
  - recommendations
83
83
  - where the insight was recorded
84
- - whether `Wiki` or `/60-Report` should be the next handoff
84
+ - whether `Wiki` or `60-report` should be the next handoff
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: intelligent-routing
3
- description: Automatic agent and stage routing for DevFlow 2.0. Use when deciding which active workflow, skill, or specialist should own the next step.
3
+ description: "[Devflow] Automatic agent and stage routing for DevFlow 2.0. Use when deciding which active workflow, skill, or specialist should own the next step."
4
4
  version: 2.0.0
5
5
  ---
6
6
 
@@ -25,7 +25,7 @@ When routing to support skills, follow `docs/skill-selection-policy.md`.
25
25
 
26
26
  ## Timeline Stages
27
27
 
28
- `/00-Discover -> /10-Define -> /20-Spec -> /30-Plan -> /40-Implement -> /50-Verify -> /60-Report -> /70-Release`
28
+ `00-discover -> 10-define -> 20-spec -> 30-plan -> 40-implement -> 50-verify -> 60-report -> 70-release`
29
29
 
30
30
  ## Public Companion Commands
31
31
 
@@ -66,14 +66,14 @@ Use these agent mappings when expert judgment is the best next step:
66
66
 
67
67
  | User State | Recommended Route |
68
68
  |---|---|
69
- | new request, vague or clear | `/00-Discover`; it selects support inquiry and owns the delivery decision |
70
- | approved discovery needs one or more delivery boundaries | `/10-Define {discovery_id}` |
71
- | needs requirements and acceptance criteria | `/20-Spec` |
72
- | has a stable spec and needs execution plan | `/30-Plan` |
73
- | needs implementation work | `/40-Implement` |
74
- | needs testing, review, or validation evidence | `/50-Verify` |
75
- | needs packaging, commit, PR, or release handling | `/70-Release` |
76
- | needs the final summary or handoff narrative | `/60-Report` |
69
+ | new request, vague or clear | `00-discover`; it selects support inquiry and owns the delivery decision |
70
+ | approved discovery needs one or more delivery boundaries | `10-define {discovery_id}` |
71
+ | needs requirements and acceptance criteria | `20-spec` |
72
+ | has a stable spec and needs execution plan | `30-plan` |
73
+ | needs implementation work | `40-implement` |
74
+ | needs testing, review, or validation evidence | `50-verify` |
75
+ | needs packaging, commit, PR, or release handling | `70-release` |
76
+ | needs the final summary or handoff narrative | `60-report` |
77
77
 
78
78
  ## Routing Heuristics
79
79
 
@@ -97,9 +97,9 @@ Use these agent mappings when expert judgment is the best next step:
97
97
 
98
98
  If `grill-with-docs` is available in the current environment, prefer it as an optional internal support skill for:
99
99
 
100
- - `/10-Define` when scope or terminology is unstable
101
- - `/20-Spec` when acceptance criteria or rules are ambiguous
102
- - `/30-Plan` when architecture or verification choices are still reversible but unclear
100
+ - `10-define` when scope or terminology is unstable
101
+ - `20-spec` when acceptance criteria or rules are ambiguous
102
+ - `30-plan` when architecture or verification choices are still reversible but unclear
103
103
 
104
104
  Do not use deep questioning by default in every stage. Collect only the information that affects the current Timeline-stage decision.
105
105
 
@@ -111,9 +111,9 @@ Do not use deep questioning by default in every stage. Collect only the informat
111
111
 
112
112
  If `grill-with-docs` is available in the current environment, prefer it as an optional internal support skill for:
113
113
 
114
- - `/10-Define` when scope or terminology is unstable
115
- - `/20-Spec` when acceptance criteria or rules are ambiguous
116
- - `/30-Plan` when architecture or verification choices are still reversible but unclear
114
+ - `10-define` when scope or terminology is unstable
115
+ - `20-spec` when acceptance criteria or rules are ambiguous
116
+ - `30-plan` when architecture or verification choices are still reversible but unclear
117
117
 
118
118
  Do not use deep questioning by default in every stage. Collect only the information that affects the current stage decision.
119
119
 
@@ -145,18 +145,18 @@ Key conflict defaults:
145
145
  | `grilling` vs `grill-with-docs` | `grill-with-docs` when a codebase or durable docs matter |
146
146
  | `grill-with-docs` vs `domain-modeling` | `grill-with-docs` interviews; `domain-modeling` records confirmed glossary terms or ADRs |
147
147
  | `to-prd` vs `PRD` | `PRD` owns the public surface; `to-prd` is an internal synthesis method |
148
- | `to-issues` vs `/30-Plan` | `/30-Plan` owns work breakdown; `to-issues` packages slices when issue tracker output is needed |
149
- | `implement` vs `/40-Implement` | `/40-Implement` owns implementation |
150
- | `review` vs `/50-Verify` | `/50-Verify` owns verification; `review` is one lane |
148
+ | `to-issues` vs `30-plan` | `30-plan` owns work breakdown; `to-issues` packages slices when issue tracker output is needed |
149
+ | `implement` vs `40-implement` | `40-implement` owns implementation |
150
+ | `review` vs `50-verify` | `50-verify` owns verification; `review` is one lane |
151
151
 
152
152
  ## Examples
153
153
 
154
154
  | User Request | Route |
155
155
  |---|---|
156
- | "I have an idea but not the shape yet" | `/00-Discover`, likely `Brainstorm`, then return to Discover |
157
- | "Turn this stable new goal into requirements" | `/00-Discover`, then `/10-Define {discovery_id}` before `/20-Spec {running_id}` |
158
- | "Fix this newly reported broken auth flow" | `/00-Discover`, likely `Debug`, then return to Discover before Define |
159
- | "Review this implementation for risks" | `/50-Verify` or `Agent code-reviewer ...` |
156
+ | "I have an idea but not the shape yet" | `00-discover`, likely `Brainstorm`, then return to Discover |
157
+ | "Turn this stable new goal into requirements" | `00-discover`, then `10-define {discovery_id}` before `20-spec {running_id}` |
158
+ | "Fix this newly reported broken auth flow" | `00-discover`, likely `Debug`, then return to Discover before Define |
159
+ | "Review this implementation for risks" | `50-verify` or `Agent code-reviewer ...` |
160
160
  | "Install or upgrade Nexus-DevFlow on this machine" | `Check-For-Updates` |
161
161
  | "Help me figure out which command to use" | `Help` |
162
162
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: issue-triage
3
- description: Issue-Triage workflow
3
+ description: "[Devflow] Intake, categorize, and prioritize incoming issues and bug reports before delivery commitment."
4
4
  ---
5
5
 
6
6
  ---
@@ -84,8 +84,8 @@ Use:
84
84
  - `Debug` for confirmed bugs needing root cause work
85
85
  - `Research` or `Spec-Research` for external dependency uncertainty
86
86
  - `PRD` for product-level feature requests that need problem framing
87
- - `/10-Define` for actionable work that still needs scope decisions
88
- - `/20-Spec` for work that is already stable enough to become a delivery contract
87
+ - `10-define` for actionable work that still needs scope decisions
88
+ - `20-spec` for work that is already stable enough to become a delivery contract
89
89
  - `Help` when the issue is not actionable yet
90
90
 
91
91
  ## Output Triage Recommendation
@@ -103,13 +103,13 @@ Return:
103
103
  - Classification: Companion command
104
104
  - Mainline status: Intake support command, not a numbered stage
105
105
  - Typical entry points: issue intake before scope or implementation begins
106
- - Typical handoff targets: `Debug`, `PRD`, `/10-Define`, `Research`, `Help`
106
+ - Typical handoff targets: `Debug`, `PRD`, `10-define`, `Research`, `Help`
107
107
 
108
108
  ## Sources
109
109
 
110
110
  - `AGENTS.md`
111
111
  - `.agent/resources/schemas/triage.template.md`
112
- - Related commands: `Debug`, `PRD`, `/10-Define`, `Research`, `Help`
112
+ - Related commands: `Debug`, `PRD`, `10-define`, `Research`, `Help`
113
113
  - Support skills: `triage`, `to-issues`, `domain-modeling`
114
114
 
115
115
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: lint-and-validate
3
- description: Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.
3
+ description: "[Devflow] Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis."
4
4
  allowed-tools: Read, Glob, Grep, Bash
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: mcp-builder
3
- description: MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices.
3
+ description: "[Devflow] MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices."
4
4
  allowed-tools: Read, Write, Edit, Glob, Grep
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: md2html
3
- description: Convert long-form Markdown (plan, spec, system design, RFC, runbook, postmortem, brainstorm, notes) into a single self-contained HTML page with Mermaid diagrams, step timelines, callouts, sidebar TOC. Claude-orange light+dark theme. Multi-language. Portable across Claude Code / Codex / Antigravity / any AI agent.
3
+ description: "[Devflow] Convert long-form Markdown (plan, spec, system design, RFC, runbook, postmortem, brainstorm, notes) into a single self-contained HTML page with Mermaid diagrams, step timelines, callouts, sidebar TOC. Claude-orange light+dark theme. Multi-language. Portable across Claude Code / Codex / Antigravity / any AI agent."
4
4
  trigger: /md2html
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---name: merge
2
2
 
3
- description: PR Merge (Git Orchestration) - Safely merge the current feature branch into the base branch and clean up.
3
+ description: "[Devflow] Safe PR branch merge into base branch, cleanup, and release readiness check."
4
4
  ---
5
5
  # Smart Merge (Git Orchestration)
6
6
 
@@ -59,18 +59,18 @@ You are an orchestrator. Your goal is to safely integrate code and clean up loca
59
59
  - Classification: Companion command
60
60
  - Mainline status: Release support command, not a numbered stage
61
61
  - Typical entry points: after `PR` and review gates are complete
62
- - Typical handoff targets: `/70-Release`, `Wiki`
62
+ - Typical handoff targets: `70-release`, `Wiki`
63
63
 
64
64
  ## Sources
65
65
 
66
66
  - `AGENTS.md`
67
67
  - `.agents/skills/release-git-operations/SKILL.md`
68
68
  - `.agents/skills/git-workflow-and-versioning/SKILL.md`
69
- - Related commands: `PR`, `PR-Review`, `PR-Followup`, `/60-Report`, `/70-Release`
69
+ - Related commands: `PR`, `PR-Review`, `PR-Followup`, `60-report`, `70-release`
70
70
 
71
71
  ## Next Workflow Recommendation
72
72
 
73
- - **Primary**: `/70-Release`
73
+ - **Primary**: `70-release`
74
74
  - **Why**: after merge, the remaining work is usually release execution, deployment coordination, or final packaging against the already aligned report.
75
- - **Alternative**: `/60-Report` if merge outcomes changed the story enough that the final summary must be refreshed first.
75
+ - **Alternative**: `60-report` if merge outcomes changed the story enough that the final summary must be refreshed first.
76
76
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: mobile-design
3
- description: Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.
3
+ description: "[Devflow] Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps."
4
4
  allowed-tools: Read, Glob, Grep, Bash
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: react-best-practices
3
- description: React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations.
3
+ description: "[Devflow] React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations."
4
4
  allowed-tools: Read, Write, Edit, Glob, Grep, Bash
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: nodejs-best-practices
3
- description: Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.
3
+ description: "[Devflow] Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying."
4
4
  allowed-tools: Read, Write, Edit, Glob, Grep
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: onboard
3
- description: Set up Nexus-DevFlow after overlaying it onto a freshly scaffolded or early project. Detects the stack, tunes AGENTS.md commands and conventions, customizes coding-standards.md, checks .gitignore and tool adapters, initializes project-overview.md, and guides the user to /00-discover or /10-define. Use when the user runs onboard, /onboard, $onboard, just installed DevFlow into a new project, or asks what to do after installation. For an existing app with meaningful shipped features, use adopt instead.
3
+ description: "[Devflow] Set up Nexus-DevFlow after overlaying it onto a freshly scaffolded or early-stage project."
4
4
  ---
5
5
 
6
6
  # onboard - Finish the Nexus-DevFlow Setup for Fresh Projects
@@ -8,15 +8,15 @@ description: Set up Nexus-DevFlow after overlaying it onto a freshly scaffolded
8
8
  Where this sits in the workflow:
9
9
 
10
10
  ```text
11
- scaffold app -> overlay DevFlow -> [onboard] -> /00-discover or /10-define -> Mainline Loop
11
+ scaffold app -> overlay DevFlow -> [onboard] -> 00-discover or 10-define -> Mainline Loop
12
12
  (user/tool) (create-nexus) (tune setup) (discovery / run scoping) (20-spec -> 70-release)
13
13
  ```
14
14
 
15
- `/onboard` is the fresh-project on-ramp for Nexus-DevFlow. It assumes the application was scaffolded first (e.g. via `create-next-app`, `create-vite`, `cargo new`, etc.) and DevFlow was overlaid after.
15
+ `onboard` is the fresh-project on-ramp for Nexus-DevFlow. It assumes the application was scaffolded first (e.g. via `create-next-app`, `create-vite`, `cargo new`, etc.) and DevFlow was overlaid after.
16
16
 
17
- Run `/onboard` before starting discovery or delivery runs. Its job is to make DevFlow fit the real project from day one: detecting commands, project name, coding conventions, ignore rules, and tool adapters.
17
+ Run `onboard` before starting discovery or delivery runs. Its job is to make DevFlow fit the real project from day one: detecting commands, project name, coding conventions, ignore rules, and tool adapters.
18
18
 
19
- Use `/adopt` instead when the app already has substantial shipped code, working routes, and existing business logic.
19
+ Use `adopt` instead when the app already has substantial shipped code, working routes, and existing business logic.
20
20
 
21
21
  ---
22
22
 
@@ -32,7 +32,7 @@ Inspect the repository and context files:
32
32
 
33
33
  - If the project is freshly scaffolded with minimal boilerplate, proceed.
34
34
  - If `devflow/context/project-overview.md` and `devflow/context/coding-standards.md` already contain rich, user-customized content, do not overwrite them without explicit confirmation.
35
- - If the repository already has substantial existing routes, controllers, or database models, stop and recommend `/adopt` instead.
35
+ - If the repository already has substantial existing routes, controllers, or database models, stop and recommend `adopt` instead.
36
36
 
37
37
  Never run a framework scaffolder. DevFlow is already overlaid.
38
38
 
@@ -125,5 +125,5 @@ Present a concise onboarding summary report:
125
125
  - Files tuned during onboarding
126
126
  - Adapter status (`.agents/`, `.claude/`)
127
127
  - Recommended next step:
128
- - Run `00-discover` (or `/00-discover`, `$00-discover`) to explore the first feature or product direction
129
- - Run `10-define` (or `/10-define`, `$10-define`) if the initial delivery slice is already clear and ready for execution
128
+ - Run `00-discover` (or `00-discover`, `$00-discover`) to explore the first feature or product direction
129
+ - Run `10-define` (or `10-define`, `$10-define`) if the initial delivery slice is already clear and ready for execution
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: package-json-generator
3
- description: Generates or updates a package.json file with standardized npm scripts for the project. Automatically migrates tasks from .vscode/tasks.json if present. Use when initializing npm scripts, migrating from VS Code tasks, or setting up a centralized task runner.
3
+ description: "[Devflow] Generates or updates a package.json file with standardized npm scripts for the project. Automatically migrates tasks from .vscode/tasks.json if present. Use when initializing npm scripts, migrating from VS Code tasks, or setting up a centralized task runner."
4
4
  ---
5
5
 
6
6
  # Package JSON Generator
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: parallel-agents
3
- description: Multi-agent orchestration patterns for the current DevFlow 2.0 specialist set. Use when multiple independent analyses or implementation perspectives can run in parallel.
3
+ description: "[Devflow] Multi-agent orchestration patterns for the current DevFlow 2.0 specialist set. Use when multiple independent analyses or implementation perspectives can run in parallel."
4
4
  allowed-tools: Read, Glob, Grep
5
5
  ---
6
6
 
@@ -24,7 +24,7 @@ Before parallelizing:
24
24
  2. identify the lifecycle owner
25
25
  3. split the work into independent questions
26
26
 
27
- If those conditions are missing, return first to `/00-Discover`, `/20-Spec`, or `/30-Plan`.
27
+ If those conditions are missing, return first to `00-discover`, `20-spec`, or `30-plan`.
28
28
 
29
29
  ## Basic Invocation Patterns
30
30
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: performance-optimization
3
- description: Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.
3
+ description: "[Devflow] Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing."
4
4
  ---
5
5
 
6
6
  # Performance Optimization
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: planning-and-task-breakdown
3
- description: Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
3
+ description: "[Devflow] Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible."
4
4
  ---
5
5
 
6
6
  # Planning and Task Breakdown
@@ -24,7 +24,7 @@ Decompose work into small, verifiable tasks with explicit acceptance criteria. G
24
24
  - You need to communicate scope to a human
25
25
  - The implementation order isn't obvious
26
26
 
27
- In DevFlow 2.0, this skill primarily supports `/30-Plan`.
27
+ In DevFlow 2.0, this skill primarily supports `30-plan`.
28
28
 
29
29
  **When NOT to use:** Single-file changes with obvious scope, or when the spec already contains well-defined tasks.
30
30
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: powershell-windows
3
- description: PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.
3
+ description: "[Devflow] PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling."
4
4
  allowed-tools: Read, Write, Edit, Glob, Grep, Bash
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---name: pr
2
2
 
3
- description: Create Pull Request (Git Orchestration) - Create a well-formatted pull request from the current branch with a clear summary of changes and linked artifacts.
3
+ description: "[Devflow] Pull Request creation with automated change summaries, verification evidence, and linked stage artifacts."
4
4
  ---
5
5
  # Create Pull Request (Git Orchestration)
6
6
 
@@ -16,7 +16,7 @@ Primary behavior now lives in:
16
16
 
17
17
  Treat this workflow file as a compatibility wrapper around that skill in `pr` mode.
18
18
 
19
- In DevFlow 2.0, this is a release-adjacent workflow. It usually follows `/60-Report` and pairs naturally with `/70-Release` once the final summary is aligned.
19
+ In DevFlow 2.0, this is a release-adjacent workflow. It usually follows `60-report` and pairs naturally with `70-release` once the final summary is aligned.
20
20
 
21
21
  ---
22
22
 
@@ -31,7 +31,7 @@ You are an orchestrator. Your goal is to call the specialized Git PR Maker agent
31
31
  - Ensure the branch is not `main` or `master`.
32
32
  - Check for unpushed commits.
33
33
  - Verify the working directory is clean enough for PR submission.
34
- - Confirm the implementation has already passed the expected verification gate. If it has not, route back to `/50-Verify` first.
34
+ - Confirm the implementation has already passed the expected verification gate. If it has not, route back to `50-verify` first.
35
35
 
36
36
  ### Phase 2: Context And Template
37
37
 
@@ -75,19 +75,19 @@ Verify that the workflow returns:
75
75
 
76
76
  - Classification: Companion command
77
77
  - Mainline status: Release support command, not a numbered stage
78
- - Typical entry points: `/70-Release`, `Commit`
79
- - Typical handoff targets: `PR-Review`, `PR-Followup`, `Merge`, `/70-Release`
78
+ - Typical entry points: `70-release`, `Commit`
79
+ - Typical handoff targets: `PR-Review`, `PR-Followup`, `Merge`, `70-release`
80
80
 
81
81
  ## Sources
82
82
 
83
83
  - `AGENTS.md`
84
84
  - `.agents/skills/release-git-operations/SKILL.md`
85
85
  - `.agents/skills/git-workflow-and-versioning/SKILL.md`
86
- - Related commands: `Commit`, `PR-Review`, `PR-Followup`, `Merge`, `/60-Report`, `/70-Release`
86
+ - Related commands: `Commit`, `PR-Review`, `PR-Followup`, `Merge`, `60-report`, `70-release`
87
87
 
88
88
  ## Next Workflow Recommendation
89
89
 
90
- - **Primary**: `/70-Release`
90
+ - **Primary**: `70-release`
91
91
  - **Why**: after PR creation, release execution and handoff details should stay consistent with the approved report.
92
- - **Alternative**: `PR-Review` for structured review before broader sharing, or `/60-Report` when the final communication summary still needs to be refreshed first.
92
+ - **Alternative**: `PR-Review` for structured review before broader sharing, or `60-report` when the final communication summary still needs to be refreshed first.
93
93
 
@@ -1,6 +1,6 @@
1
1
  ---name: pr-review
2
2
 
3
- description: PR Review Addon - Review a pull request using GitHub review prompt patterns and the credited 9arm-skills/scrutinize discipline.
3
+ description: "[Devflow] PR Review Addon - Review a pull request using GitHub review prompt patterns and the credited 9arm-skills/scrutinize discipline."
4
4
  ---
5
5
 
6
6
  # Phase 55: PR Review Addon
@@ -9,7 +9,7 @@ description: PR Review Addon - Review a pull request using GitHub review prompt
9
9
 
10
10
  Use this workflow when you need a structured PR review without creating or changing the PR. It can review a local diff, a PR URL or number, or a task-linked branch.
11
11
 
12
- In DevFlow 2.0, this remains a supporting review workflow. It should feed corrective work back into `/40-Implement` or clear the path toward `/60-Report` and then `/70-Release`.
12
+ In DevFlow 2.0, this remains a supporting review workflow. It should feed corrective work back into `40-implement` or clear the path toward `60-report` and then `70-release`.
13
13
 
14
14
  Primary behavior now lives in the `pr-review-analysis` skill. Keep this workflow as the compatibility wrapper and user-facing review prompt surface.
15
15
 
@@ -123,21 +123,21 @@ devflow/runs/{ID}-*/pr_review.md
123
123
 
124
124
  - Classification: Companion command
125
125
  - Mainline status: Verification and release support command, not a numbered stage
126
- - Typical entry points: `/50-Verify`, `PR`, `Agent code-reviewer`
127
- - Typical handoff targets: `PR-Followup`, `/60-Report`, `/70-Release`, `Wiki`
126
+ - Typical entry points: `50-verify`, `PR`, `Agent code-reviewer`
127
+ - Typical handoff targets: `PR-Followup`, `60-report`, `70-release`, `Wiki`
128
128
 
129
129
  ## Sources
130
130
 
131
131
  - `AGENTS.md`
132
132
  - `.agent/resources/schemas/pr_review.template.md`
133
- - Related commands: `/50-Verify`, `PR`, `PR-Followup`, `Agent`, `/60-Report`, `/70-Release`, `Wiki`
133
+ - Related commands: `50-verify`, `PR`, `PR-Followup`, `Agent`, `60-report`, `70-release`, `Wiki`
134
134
 
135
135
  ## Next Workflow Recommendation
136
136
 
137
- - **Primary**: `/40-Implement {ID}` when review finds required fixes, or `/60-Report {ID}` when the review is clean and the run needs the final summary refreshed before release execution.
137
+ - **Primary**: `40-implement {ID}` when review finds required fixes, or `60-report {ID}` when the review is clean and the run needs the final summary refreshed before release execution.
138
138
  - **Why**: PR review either creates corrective implementation work or clears the path toward final summary alignment and release-facing packaging.
139
139
  - **Alternatives**:
140
- - `/70-Release` when the report is already aligned and only release execution remains
140
+ - `70-release` when the report is already aligned and only release execution remains
141
141
  - `Wiki` when the review establishes a durable convention or risk pattern
142
142
  - `PR-Followup {target}` when the PR already has comments that need classification and response
143
143
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: pr-review-analysis
3
- description: Review pull requests or local diffs with structured finding discipline, selective review lanes, and Nexus-DevFlow report templates. Use when the team needs a substantial review without turning review into a numbered workflow stage.
3
+ description: "[Devflow] Review pull requests or local diffs with structured finding discipline, selective review lanes, and Nexus-DevFlow report templates. Use when the team needs a substantial review without turning review into a numbered workflow stage."
4
4
  ---
5
5
 
6
6
  # PR Review Analysis
@@ -20,7 +20,7 @@ This skill should reuse and align with:
20
20
 
21
21
  ## When to Use
22
22
 
23
- - after `/50-Verify` when the change needs structured review before `/60-Report` and `/70-Release`
23
+ - after `50-verify` when the change needs structured review before `60-report` and `70-release`
24
24
  - when a local diff, branch, or pull request needs findings-first analysis
25
25
  - when the user wants review without directly editing code
26
26
 
@@ -86,4 +86,4 @@ Return:
86
86
  - open questions or assumptions
87
87
  - residual risks or test gaps
88
88
  - where the review report was saved
89
- - the recommended next route such as `/40-Implement`, `/70-Release`, or `PR-Followup`
89
+ - the recommended next route such as `40-implement`, `70-release`, or `PR-Followup`
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: prd
3
- description: PRD workflow
3
+ description: "[Devflow] Product Requirements Document drafting, user story mapping, and feature scoping before delivery commitment."
4
4
  ---
5
5
 
6
6
  ---
@@ -12,9 +12,9 @@ description: Strategic PRD Generator (Orchestration) - Transform a product or fe
12
12
 
13
13
  Transform a product or feature idea into a problem-first, hypothesis-driven Product Requirements Document (PRD).
14
14
 
15
- In DevFlow 2.0, this is a supporting workflow, not part of the numbered mainline state path. Use it when the idea is still too product-shaped for `/10-Define` or `/20-Spec` to proceed cleanly.
15
+ In DevFlow 2.0, this is a supporting workflow, not part of the numbered mainline state path. Use it when the idea is still too product-shaped for `10-define` or `20-spec` to proceed cleanly.
16
16
  Use `to-prd` when existing conversation, discovery, or codebase context is already sufficient and the job is synthesis rather than another interview.
17
- When invoked from `/00-Discover`, link the PRD to the Discovery ID and return to `/00-Discover {discovery_id}` for the final `Proceed`, `Defer`, or `Reject` decision. PRD does not create Running IDs.
17
+ When invoked from `00-discover`, link the PRD to the Discovery ID and return to `00-discover {discovery_id}` for the final `Proceed`, `Defer`, or `Reject` decision. PRD does not create Running IDs.
18
18
 
19
19
  ---
20
20
 
@@ -56,7 +56,7 @@ You are an orchestrator. Your goal is to call the specialized PRD Architect agen
56
56
  - explicit assumptions
57
57
  - open questions
58
58
  - risks that should remain visible before delivery planning
59
- - Do not let the PRD silently drift into implementation detail that belongs in `/20-Spec` or `/30-Plan`.
59
+ - Do not let the PRD silently drift into implementation detail that belongs in `20-spec` or `30-plan`.
60
60
 
61
61
  ### Phase 4: Output Generation
62
62
 
@@ -84,10 +84,10 @@ devflow/prds/{date}-{slug}.prd.md
84
84
 
85
85
  Convert the PRD into explicit next steps for the Timeline flow:
86
86
 
87
- - `/00-Discover {discovery_id}` when the PRD belongs to an active discovery
88
- - `/10-Define` when product framing was created outside Discover and delivery has already been approved
89
- - `/20-Spec` when the delivery contract is ready to be locked
90
- - `/30-Plan {ID}` only after the spec is execution-ready
87
+ - `00-discover {discovery_id}` when the PRD belongs to an active discovery
88
+ - `10-define` when product framing was created outside Discover and delivery has already been approved
89
+ - `20-spec` when the delivery contract is ready to be locked
90
+ - `30-plan {ID}` only after the spec is execution-ready
91
91
 
92
92
  The user should still approve the transition into execution work. Do not treat PRD generation as automatic task creation.
93
93
 
@@ -110,18 +110,18 @@ Return:
110
110
  - Classification: Companion command
111
111
  - Mainline status: Not a numbered stage
112
112
  - Typical entry points: product framing before implementation-ready scope exists
113
- - Typical handoff targets: `/00-Discover {discovery_id}`, `/10-Define`, `/20-Spec`, `Roadmap`, `Spec-Orchestrate`
113
+ - Typical handoff targets: `00-discover {discovery_id}`, `10-define`, `20-spec`, `Roadmap`, `Spec-Orchestrate`
114
114
 
115
115
  ## Sources
116
116
 
117
117
  - `AGENTS.md`
118
118
  - `.agent/resources/schemas/prd.template.md`
119
- - Related commands: `Brainstorm`, `Research`, `/10-Define`, `/20-Spec`, `Roadmap`, `Spec-Orchestrate`
119
+ - Related commands: `Brainstorm`, `Research`, `10-define`, `20-spec`, `Roadmap`, `Spec-Orchestrate`
120
120
  - Support skills: `to-prd`, `grill-with-docs`, `domain-modeling`
121
121
 
122
122
  ## Next Workflow Recommendation
123
123
 
124
- - **Primary**: `/00-Discover {discovery_id}` when invoked from discovery; otherwise `/10-Define`
124
+ - **Primary**: `00-discover {discovery_id}` when invoked from discovery; otherwise `10-define`
125
125
  - **Why**: PRD shapes product intent, while Discover owns the delivery decision and Define owns Running ID creation.
126
126
  - **Alternative**: `Research` when technical feasibility or external dependencies are still unresolved.
127
127