@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: debug
3
- description: Debug workflow
3
+ description: "[Devflow] Root cause investigation and diagnostic loop before or during implementation without editing code. Use when encountering broken behavior, test failures, or bugs."
4
4
  ---
5
5
 
6
6
  ---
@@ -27,11 +27,11 @@ Use it when:
27
27
 
28
28
  Preferred DevFlow 2.0 pairing:
29
29
 
30
- - from `/00-Discover` when a new request begins with a failure whose root cause is unknown
31
- - from `/40-Implement`
32
- - from `/50-Verify`
30
+ - from `00-discover` when a new request begins with a failure whose root cause is unknown
31
+ - from `40-implement`
32
+ - from `50-verify`
33
33
 
34
- When invoked with a Discovery ID, link the RCA report to that discovery and return to `/00-Discover {discovery_id}` for the delivery decision. Do not allocate a Running ID for an unapproved fix during Debug.
34
+ When invoked with a Discovery ID, link the RCA report to that discovery and return to `00-discover {discovery_id}` for the delivery decision. Do not allocate a Running ID for an unapproved fix during Debug.
35
35
 
36
36
  ## Source Discipline
37
37
 
@@ -114,18 +114,18 @@ Debug unexpected duplicate records
114
114
 
115
115
  - Classification: Companion command
116
116
  - Mainline status: Not a numbered stage
117
- - Typical entry points: `/00-Discover`, `/40-Implement`, `/50-Verify`, `Issue-Triage`, production failure analysis
118
- - Typical handoff targets: `/00-Discover {discovery_id}` for discovery-owned RCA, `/40-Implement`, `/50-Verify`, `Insight`, `Wiki`
117
+ - Typical entry points: `00-discover`, `40-implement`, `50-verify`, `Issue-Triage`, production failure analysis
118
+ - Typical handoff targets: `00-discover {discovery_id}` for discovery-owned RCA, `40-implement`, `50-verify`, `Insight`, `Wiki`
119
119
 
120
120
  ## Sources
121
121
 
122
122
  - `AGENTS.md`
123
123
  - `.agent/resources/schemas/rca.template.md`
124
- - Related commands: `/40-Implement`, `/50-Verify`, `Test`, `Insight`, `Wiki`, `Agent`
124
+ - Related commands: `40-implement`, `50-verify`, `Test`, `Insight`, `Wiki`, `Agent`
125
125
 
126
126
  ## Next Workflow Recommendation
127
127
 
128
- - Default: return to `/00-Discover {discovery_id}` when the failure entered through discovery; otherwise return to `/40-Implement` when a tracked fix already exists
129
- - Alternate: `/30-Plan` if the fix needs planning changes
130
- - Alternate: `/50-Verify` when the issue is resolved and needs re-checking
128
+ - Default: return to `00-discover {discovery_id}` when the failure entered through discovery; otherwise return to `40-implement` when a tracked fix already exists
129
+ - Alternate: `30-plan` if the fix needs planning changes
130
+ - Alternate: `50-verify` when the issue is resolved and needs re-checking
131
131
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: debugging-and-error-recovery
3
- description: Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
3
+ description: "[Devflow] Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing."
4
4
  ---
5
5
 
6
6
  # Debugging and Error Recovery
@@ -1,6 +1,6 @@
1
1
  ---name: deploy
2
2
 
3
- description: Production Deployment (Auto-Deploy) - Perform pre-flight checks, deployment execution, and verification for production releases.
3
+ description: "[Devflow] Production deployment pre-flight checks, smoke validation, and deployment execution."
4
4
  ---
5
5
  # ๐Ÿš€ Phase 52: Production Deployment (Auto-Deploy)
6
6
 
@@ -76,8 +76,8 @@ Generate an Error summary detailing:
76
76
 
77
77
  - Classification: Companion command
78
78
  - Mainline status: Release support command, not a numbered stage
79
- - Typical entry points: `/70-Release` after the report is aligned and packaging is ready to execute
80
- - Typical handoff targets: `/60-Report`, `Changelog`, `Wiki`
79
+ - Typical entry points: `70-release` after the report is aligned and packaging is ready to execute
80
+ - Typical handoff targets: `60-report`, `Changelog`, `Wiki`
81
81
 
82
82
  ## Sources
83
83
 
@@ -86,6 +86,6 @@ Generate an Error summary detailing:
86
86
  - `.agents/skills/shipping-and-launch/SKILL.md`
87
87
  - `.agents/skills/deployment-procedures/SKILL.md`
88
88
  - `.agent/resources/schemas/deploy_report.template.md`
89
- - Related commands: `/70-Release`, `Commit`, `PR`, `Changelog`, `/60-Report`
89
+ - Related commands: `70-release`, `Commit`, `PR`, `Changelog`, `60-report`
90
90
 
91
91
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: deployment-procedures
3
- description: Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.
3
+ description: "[Devflow] Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts."
4
4
  allowed-tools: Read, Glob, Grep, Bash
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: deprecation-and-migration
3
- description: Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
3
+ description: "[Devflow] Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code."
4
4
  ---
5
5
 
6
6
  # Deprecation and Migration
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: devflow
3
- description: Flagship interactive guide, intent router, workspace state inspector, and sitemap for Nexus-DevFlow workflows. Inspects current workspace state, maps natural language requests to matching stages/commands, and provides a cheat sheet of all available DevFlow skills. Use when the user runs devflow, /devflow, $devflow, status, asks how to use devflow, asks what command to run next, or needs guidance on DevFlow lifecycle paths.
3
+ description: "[Devflow] Flagship interactive guide, state inspector, and intent router for DevFlow workflows."
4
4
  ---
5
5
 
6
6
  # devflow - Interactive Workflow Guide & Intent Router for Nexus-DevFlow
@@ -9,14 +9,14 @@ Use this skill to guide the user on what to do next, inspect current workspace s
9
9
 
10
10
  ## Input
11
11
 
12
- - **No argument (`devflow`, `/devflow`, `$devflow`, or `status`)**: Inspect current workspace state (active run in `devflow/runs/` or `devflow/context/current-stage.md`, active discovery in `devflow/discoveries/`, open findings in `devflow/context/findings.md`, and project overview in `devflow/context/project-overview.md`) and recommend the exact next action.
12
+ - **No argument (`devflow`, `devflow`, `$devflow`, or `status`)**: Inspect current workspace state (active run in `devflow/runs/` or `devflow/context/current-stage.md`, active discovery in `devflow/discoveries/`, open findings in `devflow/context/findings.md`, and project overview in `devflow/context/project-overview.md`) and recommend the exact next action.
13
13
  - **With user request (`devflow "<request>"`)**: Classify the user's intent and guide them to the matching DevFlow 2.0 stage or companion command path.
14
14
 
15
15
  ## Workspace State Inspection
16
16
 
17
17
  When invoked without an argument (or when determining the next step), inspect:
18
18
 
19
- 1. **Project Setup Baseline**: Read `devflow/context/project-overview.md` and `devflow/context/coding-standards.md`. If they are empty or default placeholders, recommend `/onboard` (for fresh projects) or `/adopt` (for existing codebases).
19
+ 1. **Project Setup Baseline**: Read `devflow/context/project-overview.md` and `devflow/context/coding-standards.md`. If they are empty or default placeholders, recommend `onboard` (for fresh projects) or `adopt` (for existing codebases).
20
20
  2. **Active Delivery Run**: Read `devflow/context/current-stage.md` and check `devflow/runs/{RUNNING_ID}/` for active artifacts (`10-define.md`, `20-spec.md`, `30-plan.md`, `40-implement.md`, `50-verify.md`, `60-report.md`, `70-release.md`).
21
21
  3. **Active Discovery**: Check `devflow/discoveries/` for open discovery notes.
22
22
  4. **Audit Findings Ledger**: Check `devflow/context/findings.md` for open high-severity findings.
@@ -24,15 +24,15 @@ When invoked without an argument (or when determining the next step), inspect:
24
24
  ### State-Based Recommendation Rules
25
25
 
26
26
  - If context is empty/unconfigured -> Recommend `onboard` (for fresh project) or `adopt` (for brownfield codebase).
27
- - If a run is at `10-define.md` -> Recommend `20-spec {RUNNING_ID}` (or `/20-spec`, `$20-spec`, `spec`).
28
- - If a run is at `20-spec.md` -> Recommend `30-plan {RUNNING_ID}` (or `/30-plan`, `$30-plan`, `plan`).
29
- - If a run is at `30-plan.md` -> Recommend `40-implement {RUNNING_ID}` (or `/40-implement`, `$40-implement`, `implement`).
27
+ - If a run is at `10-define.md` -> Recommend `20-spec {RUNNING_ID}` (or `20-spec`, `$20-spec`, `spec`).
28
+ - If a run is at `20-spec.md` -> Recommend `30-plan {RUNNING_ID}` (or `30-plan`, `$30-plan`, `plan`).
29
+ - If a run is at `30-plan.md` -> Recommend `40-implement {RUNNING_ID}` (or `40-implement`, `$40-implement`, `implement`).
30
30
  - If a run is at `40-implement.md` with incomplete tasks -> Recommend `40-implement {RUNNING_ID}`.
31
- - If a run is at `40-implement.md` with all tasks done -> Recommend `50-verify {RUNNING_ID}` (or `/50-verify`, `$50-verify`, `verify`).
31
+ - If a run is at `40-implement.md` with all tasks done -> Recommend `50-verify {RUNNING_ID}` (or `50-verify`, `$50-verify`, `verify`).
32
32
  - If a run passed `50-verify.md` -> Recommend `60-report {RUNNING_ID}` then `70-release {RUNNING_ID}`.
33
33
  - If no run is active and user wants to explore an idea -> Recommend `00-discover` (or `discover`, `Brainstorm`).
34
34
  - If no run is active and open P0/P1 findings exist -> Recommend `security-review` or `debug`.
35
- - If user asks to check system health or configuration -> Recommend `doctor` (or `/doctor`, `$doctor`).
35
+ - If user asks to check system health or configuration -> Recommend `doctor` (or `doctor`, `$doctor`).
36
36
 
37
37
  ## Intent Classification & Skill Routing
38
38
 
@@ -51,6 +51,11 @@ When the user specifies a request, map it to the matching DevFlow 2.0 stage or c
51
51
  | "Verify code quality & QA review" | `50-verify` | `verify` | `50-verify` -> `60-report` -> `70-release` |
52
52
  | "Generate summary HTML/MD report" | `60-report` | `report` | `60-report` -> `70-release` |
53
53
  | "Package for PR merge or deployment" | `70-release` | `release` | `70-release` |
54
+ | "Human manual QA walkthrough guide" | `try` | `try` | `try` (after implement or verify) |
55
+ | "Safely plan feature or run reversal" | `rollback` | `rollback` | `rollback` -> `40-implement` |
56
+ | "Set up automatic GitHub Actions CI" | `ci` | `ci` | `ci` (after onboard or adopt) |
57
+ | "Pre-check scope & risks before spec" | `brief` | `brief` | `brief` -> `20-spec` |
58
+ | "Run autonomous bounded delivery loop"| `autopilot` | `autopilot` | `autopilot` -> `70-release` |
54
59
  | "High-level goal or long-running task" | `goal` | `goal` | `goal` -> `00-discover` |
55
60
  | "Brainstorm ideas without allocating ID" | `brainstorm` | `brainstorm` | `brainstorm` -> `00-discover` |
56
61
  | "Deep codebase or web research" | `research` | `research` | `research` |
@@ -66,20 +71,25 @@ When the user specifies a request, map it to the matching DevFlow 2.0 stage or c
66
71
  Always provide a clean summary of available Nexus-DevFlow skills grouped by lifecycle stage:
67
72
 
68
73
  ### 1. Mainline Lifecycle Stages (Linear Order)
69
- - `00-discover` (`discover`, `/00-discover`, `$00-discover`) - Explore request, route inquiries, go/no-go under Discovery ID
70
- - `10-define` (`define`, `/10-define`, `$10-define`) - Lock delivery boundaries and allocate Running ID (`devflow/runs/{ID}`)
71
- - `20-spec` (`spec`, `/20-spec`, `$20-spec`) - Formalize markdown-first specifications and acceptance criteria
72
- - `30-plan` (`plan`, `/30-plan`, `$30-plan`) - Transform spec into executable task breakdown with test decisions
73
- - `40-implement` (`implement`, `/40-implement`, `$40-implement`) - Execute planned tasks incrementally with evidence
74
- - `50-verify` (`verify`, `/50-verify`, `$50-verify`) - Senior QA review, validation checks, and pass/fail gate
75
- - `60-report` (`report`, `/60-report`, `$60-report`) - Generate standardized markdown and HTML summary report
76
- - `70-release` (`release`, `/70-release`, `$70-release`) - Package verified work for PR merge or deployment
74
+ - `00-discover` (`discover`, `00-discover`, `$00-discover`) - Explore request, route inquiries, go/no-go under Discovery ID
75
+ - `10-define` (`define`, `10-define`, `$10-define`) - Lock delivery boundaries and allocate Running ID (`devflow/runs/{ID}`)
76
+ - `20-spec` (`spec`, `20-spec`, `$20-spec`) - Formalize markdown-first specifications and acceptance criteria
77
+ - `30-plan` (`plan`, `30-plan`, `$30-plan`) - Transform spec into executable task breakdown with test decisions
78
+ - `40-implement` (`implement`, `40-implement`, `$40-implement`) - Execute planned tasks incrementally with evidence
79
+ - `50-verify` (`verify`, `50-verify`, `$50-verify`) - Senior QA review, validation checks, and pass/fail gate
80
+ - `60-report` (`report`, `60-report`, `$60-report`) - Generate standardized markdown and HTML summary report
81
+ - `70-release` (`release`, `70-release`, `$70-release`) - Package verified work for PR merge or deployment
77
82
 
78
83
  ### 2. Public Companion Commands
79
- - `devflow` (`status`, `/devflow`, `$devflow`) - Guide, state inspector, and intent router
80
- - `onboard` (`/onboard`, `$onboard`) - Baseline stack setup for freshly scaffolded projects
81
- - `adopt` (`/adopt`, `$adopt`) - Survey and bootstrap DevFlow into existing brownfield projects
82
- - `doctor` (`/doctor`, `$doctor`) - Read-only health check for setup, scripts, and workflow drift
84
+ - `devflow` (`status`, `devflow`, `$devflow`) - Guide, state inspector, and intent router
85
+ - `onboard` (`onboard`, `$onboard`) - Baseline stack setup for freshly scaffolded projects
86
+ - `adopt` (`adopt`, `$adopt`) - Survey and bootstrap DevFlow into existing brownfield projects
87
+ - `doctor` (`doctor`, `$doctor`) - Read-only health check for setup, scripts, and workflow drift
88
+ - `try` (`try`, `$try`) - Step-by-step human manual QA review guide (where to go, what to click, what to expect)
89
+ - `rollback` (`rollback`, `$rollback`) - Safe feature/run reversal planner with dependency risk analysis
90
+ - `ci` (`ci`, `$ci`) - Automatic GitHub Actions workflow (`.github/workflows/verify.yml`) setup
91
+ - `brief` (`brief`, `$brief`) - Read-only scope, dependency, and size pre-briefing before speccing
92
+ - `autopilot` (`autopilot`, `$autopilot`) - Optional bounded autonomous loop (spec -> plan -> implement -> verify -> report)
83
93
  - `goal` - Route broad goals before Discovery
84
94
  - `brainstorm` - Ideate without allocating running IDs
85
95
  - `research` - Conduct codebase or web research
@@ -1,13 +1,13 @@
1
1
  ---
2
2
  name: diagnosing-bugs
3
- description: Diagnosis loop for hard bugs and performance regressions. Use inside Debug, /40-Implement, or /50-Verify when behavior is broken, throwing, failing, flaky, or slow.
3
+ description: "[Devflow] Diagnosis loop for hard bugs and performance regressions. Use inside Debug, 40-implement, or 50-verify when behavior is broken, throwing, failing, flaky, or slow."
4
4
  ---
5
5
 
6
6
  # Diagnosing Bugs
7
7
 
8
8
  Use this support skill when the active DevFlow owner needs a disciplined root-cause loop.
9
9
 
10
- Do not let this skill replace `Debug`, `/40-Implement`, or `/50-Verify`. It supplies the method; the owning workflow records the artifact.
10
+ Do not let this skill replace `Debug`, `40-implement`, or `50-verify`. It supplies the method; the owning workflow records the artifact.
11
11
 
12
12
  ## Phase 1: Build A Tight Feedback Loop
13
13
 
@@ -79,7 +79,7 @@ When a correct test seam exists:
79
79
  4. Watch it pass.
80
80
  5. Re-run the original feedback loop.
81
81
 
82
- If no correct seam exists, record that architecture finding and route to `codebase-design` or `/30-Plan` after the bug is fixed.
82
+ If no correct seam exists, record that architecture finding and route to `codebase-design` or `30-plan` after the bug is fixed.
83
83
 
84
84
  ## Phase 6: Cleanup And Post-Mortem
85
85
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: doctor
3
- description: Read-only DevFlow health check and diagnostics. Inspects DevFlow setup, tool adapters, context files integrity, AGENTS.md commands validity, active runs in devflow/runs/, checklist completeness, and detects workflow drift. Use when the user runs doctor, /doctor, $doctor, asks to diagnose DevFlow, or wants to check project workflow health.
3
+ description: "[Devflow] Read-only DevFlow health check and diagnostics for context files, adapters, commands, and workflow drift."
4
4
  ---
5
5
 
6
6
  # doctor - Read-Only DevFlow Health Check & Diagnostics
@@ -12,7 +12,7 @@ Any time during development -> [doctor] -> Health Report & Actionable Fixes
12
12
  (read-only inspection) (diagnostics) (remediation recommendations)
13
13
  ```
14
14
 
15
- `/doctor` is a safe, read-only diagnostic skill that verifies whether your repository's Nexus-DevFlow configuration, context files, tool adapters, commands, and active runs are healthy and aligned.
15
+ `doctor` is a safe, read-only diagnostic skill that verifies whether your repository's Nexus-DevFlow configuration, context files, tool adapters, commands, and active runs are healthy and aligned.
16
16
 
17
17
  ---
18
18
 
@@ -29,7 +29,7 @@ Run through these 5 health checks:
29
29
  ### Check 1: Core Framework & Context Files Integrity
30
30
  - Check if [AGENTS.md](AGENTS.md) and [CLAUDE.md](CLAUDE.md) exist and are populated.
31
31
  - Check required context files under `devflow/context/`:
32
- - `project-overview.md` (Check if still empty/placeholder -> recommend `/onboard` or `/adopt`)
32
+ - `project-overview.md` (Check if still empty/placeholder -> recommend `onboard` or `adopt`)
33
33
  - `coding-standards.md` (Check if customized for stack)
34
34
  - `ai-interaction.md` (Check if rules are configured)
35
35
  - `current-stage.md` (Check if active run matches filesystem)
@@ -80,5 +80,5 @@ Present a clean, scannable diagnostic report:
80
80
 
81
81
  ### Recommended Remediation Actions:
82
82
  1. [Action item if any warning or failure detected]
83
- 2. [Suggested next command, e.g. /devflow, /onboard, /adopt, etc.]
83
+ 2. [Suggested next command, e.g. devflow, onboard, adopt, etc.]
84
84
  ```
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: documentation-and-adrs
3
- description: Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
3
+ description: "[Devflow] Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase."
4
4
  ---
5
5
 
6
6
  # Documentation and ADRs
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: domain-modeling
3
- description: Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
3
+ description: "[Devflow] Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model."
4
4
  ---
5
5
 
6
6
  # Domain Modeling
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: followup
3
- description: Followup workflow
3
+ description: "[Devflow] Followup task tracking, post-verification iteration, and routing unresolved items to subsequent runs."
4
4
  ---
5
5
 
6
6
  ---
@@ -33,11 +33,11 @@ Preserve existing phases, subtasks, statuses, logs, QA results, and completed co
33
33
 
34
34
  Read:
35
35
 
36
- - `devflow/runs/{ID}-*/10-define.md`
37
- - `devflow/runs/{ID}-*/20-spec.md`
38
- - `devflow/runs/{ID}-*/30-plan.md`
39
- - `devflow/runs/{ID}-*/40-implement.md`
40
- - `devflow/runs/{ID}-*/50-verify.md` if present
36
+ - `devflow/runs/{ID}-*10-define.md`
37
+ - `devflow/runs/{ID}-*20-spec.md`
38
+ - `devflow/runs/{ID}-*30-plan.md`
39
+ - `devflow/runs/{ID}-*40-implement.md`
40
+ - `devflow/runs/{ID}-*50-verify.md` if present
41
41
 
42
42
  ### 2. Classify The Follow-Up
43
43
 
@@ -57,7 +57,7 @@ Append the follow-up scope directly to the relevant stage markdown files for the
57
57
 
58
58
  ### 4. Ask For Confirmation
59
59
 
60
- After adding or proposing follow-up subtasks, ask the user to confirm before `/40-Implement`.
60
+ After adding or proposing follow-up subtasks, ask the user to confirm before `40-implement`.
61
61
 
62
62
  ## Output
63
63
 
@@ -66,18 +66,18 @@ Return:
66
66
  - follow-up category
67
67
  - new phase/subtask plan
68
68
  - validation result
69
- - next command: `/40-Implement {ID}`
69
+ - next command: `40-implement {ID}`
70
70
 
71
71
  ## Relationship To DevFlow 2.0
72
72
 
73
73
  - Classification: Companion command
74
74
  - Mainline status: Not a numbered stage
75
75
  - Typical entry points: after review, triage, or release follow-up work is identified
76
- - Typical handoff targets: `/10-Define`, `/20-Spec`, `/30-Plan`, `/40-Implement`
76
+ - Typical handoff targets: `10-define`, `20-spec`, `30-plan`, `40-implement`
77
77
 
78
78
  ## Sources
79
79
 
80
80
  - `AGENTS.md`
81
- - Related commands: `PR-Followup`, `Issue-Triage`, `Human-Feedback`, `/10-Define`, `/20-Spec`, `/40-Implement`
81
+ - Related commands: `PR-Followup`, `Issue-Triage`, `Human-Feedback`, `10-define`, `20-spec`, `40-implement`
82
82
 
83
83
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: frontend-ui-engineering
3
- description: Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.
3
+ description: "[Devflow] Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated."
4
4
  ---
5
5
 
6
6
  # Frontend UI Engineering
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: git-workflow-and-versioning
3
- description: Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
3
+ description: "[Devflow] Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams."
4
4
  ---
5
5
 
6
6
  # Git Workflow and Versioning
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: goal
3
- description: Goal workflow
3
+ description: "[Devflow] High-level goal routing and open-ended request intake before entering the 00-discover stage."
4
4
  ---
5
5
 
6
6
  ---
@@ -48,11 +48,11 @@ The Boss first classifies the request into one of these paths:
48
48
 
49
49
  | Flow | Use When | Typical Next Step |
50
50
  | :--- | :--- | :--- |
51
- | DevFlow Mainline | New feature, bug, test, docs, migration, or refactor requests. | `/00-Discover`, which owns the delivery decision |
52
- | PRD / Spec Orchestration | Product ideas or requirement-heavy planning before a Discovery ID exists. | `/00-Discover`, likely routing to `PRD` |
53
- | Brainstorm Flow | Early ambiguous ideas that need options and tradeoff analysis. | `/00-Discover`, likely routing to `Brainstorm` |
54
- | Research Flow | External facts, docs, codebase evidence, or feasibility proof are needed. | `/00-Discover`, likely routing to `Research` |
55
- | RCA / Debug Flow | Failures, errors, regressions, or investigation-heavy bug reports. | `/00-Discover`, likely routing to `Debug` |
51
+ | DevFlow Mainline | New feature, bug, test, docs, migration, or refactor requests. | `00-discover`, which owns the delivery decision |
52
+ | PRD / Spec Orchestration | Product ideas or requirement-heavy planning before a Discovery ID exists. | `00-discover`, likely routing to `PRD` |
53
+ | Brainstorm Flow | Early ambiguous ideas that need options and tradeoff analysis. | `00-discover`, likely routing to `Brainstorm` |
54
+ | Research Flow | External facts, docs, codebase evidence, or feasibility proof are needed. | `00-discover`, likely routing to `Research` |
55
+ | RCA / Debug Flow | Failures, errors, regressions, or investigation-heavy bug reports. | `00-discover`, likely routing to `Debug` |
56
56
 
57
57
  ## Process
58
58
 
@@ -124,22 +124,22 @@ Report:
124
124
  - Classification: Companion command
125
125
  - Mainline status: Not a numbered stage
126
126
  - Typical entry points: broad goals before a Discovery ID exists
127
- - Typical handoff target: `/00-Discover`, with a likely companion route recorded as guidance rather than executed outside Discover
127
+ - Typical handoff target: `00-discover`, with a likely companion route recorded as guidance rather than executed outside Discover
128
128
 
129
129
  ## Sources
130
130
 
131
131
  - `AGENTS.md`
132
132
  - `.agent/scripts/goal-runner.mjs`
133
- - Related commands: `/00-Discover`, `Brainstorm`, `Research`, `PRD`, `Spec-Orchestrate`, `Debug`
133
+ - Related commands: `00-discover`, `Brainstorm`, `Research`, `PRD`, `Spec-Orchestrate`, `Debug`
134
134
 
135
135
  ## Next Workflow Recommendation
136
136
 
137
137
  - **Primary**: the first command listed in `recommended_commands`
138
138
  - **Why**: `Goal` exists to route broad intent into the correct DevFlow 2.0 entry point
139
139
  - **Alternatives**:
140
- - `/00-Discover "{goal}"` for all new work; Discover chooses Brainstorm, PRD, Research, Debug, or direct decision
141
- - `/10-Define {discovery_id}` only after an approved Proceed decision
142
- - `/20-Spec {running_id}` only for an existing approved delivery run
140
+ - `00-discover "{goal}"` for all new work; Discover chooses Brainstorm, PRD, Research, Debug, or direct decision
141
+ - `10-define {discovery_id}` only after an approved Proceed decision
142
+ - `20-spec {running_id}` only for an existing approved delivery run
143
143
 
144
144
  ## Wiki Update Recommendation
145
145
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: handoff
3
- description: Compact active context into a handoff note. Use when a DevFlow run must continue in another session, agent, or report without duplicating existing artifacts.
3
+ description: "[Devflow] Compact active context into a handoff note. Use when a DevFlow run must continue in another session, agent, or report without duplicating existing artifacts."
4
4
  disable-model-invocation: true
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---name: help
2
2
 
3
- description: DevFlow 2.0 Help and routing guide. Transitional file while Help moves from numbered workflow to companion command.
3
+ description: "[Devflow] DevFlow 2.0 help, routing guide, workflow sitemap, and process navigation."
4
4
  argument-hint: [optional: question, running id, stage, or issue]
5
5
  ---
6
6
 
@@ -77,14 +77,14 @@ Help Summary:
77
77
  Environment: All OK
78
78
 
79
79
  Active Runs:
80
- - 010-auth-refactor: stage=40-implement | approval=Pending | next=/50-Verify 010 | warnings: manual review open
81
- - 011-billing-phase-1: stage=20-spec | approval=Approved | next=/30-Plan 011
82
- - 012-admin-console: stage=50-verify | approval=Approved | next=/60-Report 012 | warnings: not ready for release
80
+ - 010-auth-refactor: stage=40-implement | approval=Pending | next=50-verify 010 | warnings: manual review open
81
+ - 011-billing-phase-1: stage=20-spec | approval=Approved | next=30-plan 011
82
+ - 012-admin-console: stage=50-verify | approval=Approved | next=60-report 012 | warnings: not ready for release
83
83
 
84
84
  Recommended Next Action:
85
- - 010 -> /50-Verify 010
86
- - 011 -> /20-Spec 011
87
- - 012 -> /40-Implement 012
85
+ - 010 -> 50-verify 010
86
+ - 011 -> 20-spec 011
87
+ - 012 -> 40-implement 012
88
88
  ```
89
89
 
90
90
  ### Phase C: Manual Review Soft Gate
@@ -108,13 +108,13 @@ Typical warning shape:
108
108
  ```text
109
109
  Manual Review Warning:
110
110
  - 014 -> 20-spec.md still shows Approval Status: Pending
111
- - Recommended action: review 20-spec.md and confirm the next allowed command before moving to /30-Plan 014
111
+ - Recommended action: review 20-spec.md and confirm the next allowed command before moving to 30-plan 014
112
112
  ```
113
113
 
114
114
  ## DevFlow 2.0 Mainline
115
115
 
116
116
  ```text
117
- /00-Discover -> /10-Define -> /20-Spec -> /30-Plan -> /40-Implement -> /50-Verify -> /60-Report -> /70-Release
117
+ 00-discover -> 10-define -> 20-spec -> 30-plan -> 40-implement -> 50-verify -> 60-report -> 70-release
118
118
  ```
119
119
 
120
120
  ## Public Companion Commands
@@ -163,38 +163,38 @@ These files still exist because their prompt bodies contain useful behavior, but
163
163
 
164
164
  ### 1. If the user is just starting
165
165
 
166
- Recommend `/00-Discover`. Discover selects `Brainstorm`, `PRD`, `Research`, `Debug`, or direct decision and owns the return synthesis.
166
+ Recommend `00-discover`. Discover selects `Brainstorm`, `PRD`, `Research`, `Debug`, or direct decision and owns the return synthesis.
167
167
  If the request is large, high-risk, multi-phase, or requirement-heavy, explain that the run should use the manual review flow with explicit human approval at each stage.
168
168
 
169
169
  ### 2. If an approved discovery needs delivery boundaries
170
170
 
171
- Recommend `/10-Define {discovery_id}` so Define can create one or more Running IDs.
171
+ Recommend `10-define {discovery_id}` so Define can create one or more Running IDs.
172
172
 
173
- If the go/no-go decision is not approved, return to `/00-Discover {discovery_id}` instead.
173
+ If the go/no-go decision is not approved, return to `00-discover {discovery_id}` instead.
174
174
 
175
175
  ### 3. If the task is already defined and needs requirements
176
176
 
177
- Recommend `/20-Spec`.
177
+ Recommend `20-spec`.
178
178
 
179
179
  ### 4. If requirements already exist and implementation planning is next
180
180
 
181
- Recommend `/30-Plan`.
181
+ Recommend `30-plan`.
182
182
 
183
183
  ### 5. If planning is done and work should begin
184
184
 
185
- Recommend `/40-Implement`.
185
+ Recommend `40-implement`.
186
186
 
187
187
  ### 6. If implementation exists and needs checking
188
188
 
189
- Recommend `/50-Verify`.
189
+ Recommend `50-verify`.
190
190
 
191
191
  ### 7. If work is done and needs a final human-friendly summary before release
192
192
 
193
- Recommend `/60-Report`.
193
+ Recommend `60-report`.
194
194
 
195
195
  ### 8. If the work needs packaging or release handling after the report is aligned
196
196
 
197
- Recommend `/70-Release`.
197
+ Recommend `70-release`.
198
198
 
199
199
  ## General Q And A Role
200
200
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: human-review-decisions
3
- description: Handle human approval, feedback, rejection, and recheck decisions around verified work. Use when a task needs a human gate after verification and the result must route cleanly back into the DevFlow 2.0 lifecycle.
3
+ description: "[Devflow] Handle human approval, feedback, rejection, and recheck decisions around verified work. Use when a task needs a human gate after verification and the result must route cleanly back into the DevFlow 2.0 lifecycle."
4
4
  ---
5
5
 
6
6
  # Human Review Decisions
@@ -18,7 +18,7 @@ This skill handles the human review loop after implementation and verification.
18
18
 
19
19
  ## When to Use
20
20
 
21
- - After `/50-Verify` when a human must decide whether the work is acceptable
21
+ - After `50-verify` when a human must decide whether the work is acceptable
22
22
  - When verified work needs non-blocking feedback
23
23
  - When review fails and the task must be sent back with explicit action items
24
24
  - When a read-only re-evaluation is needed before the human chooses a decision
@@ -42,23 +42,23 @@ Read only what is necessary to understand the review question and evidence.
42
42
 
43
43
  - confirm the task is genuinely review-ready
44
44
  - record approval in the current review-facing artifact
45
- - route to `/60-Report` first, then `/70-Release` when release execution is the remaining step
45
+ - route to `60-report` first, then `70-release` when release execution is the remaining step
46
46
 
47
47
  #### Feedback
48
48
 
49
49
  - record requested improvements without treating them as hard rejection
50
50
  - preserve the feedback round and source
51
- - route to `/40-Implement` or `/30-Plan` if the feedback changes scope
51
+ - route to `40-implement` or `30-plan` if the feedback changes scope
52
52
 
53
53
  #### Reject
54
54
 
55
55
  - record rejection reason and concrete action items
56
- - route to `/40-Implement`, `/30-Plan`, or `Debug` depending on the issue
56
+ - route to `40-implement`, `30-plan`, or `Debug` depending on the issue
57
57
 
58
58
  #### Recheck
59
59
 
60
60
  - keep the action read-only unless the user explicitly asks to record it
61
- - evaluate the evidence and recommend `approve`, `feedback`, `reject`, or `/50-Verify`
61
+ - evaluate the evidence and recommend `approve`, `feedback`, `reject`, or `50-verify`
62
62
 
63
63
  ### 3. Record Reusable Lessons
64
64
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: i18n-localization
3
- description: Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
3
+ description: "[Devflow] Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support."
4
4
  allowed-tools: Read, Glob, Grep
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: idea-refine
3
- description: Refines ideas iteratively. Refine ideas through structured divergent and convergent thinking. Use "idea-refine" or "ideate" to trigger.
3
+ description: "[Devflow] Refines ideas iteratively. Refine ideas through structured divergent and convergent thinking. Use "idea-refine" or "ideate" to trigger."
4
4
  ---
5
5
 
6
6
  # Idea Refine
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: incremental-implementation
3
- description: Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
3
+ description: "[Devflow] Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step."
4
4
  ---
5
5
 
6
6
  # Incremental Implementation