@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: test-execution-and-coverage
3
- description: Generate missing tests, run existing tests, and summarize coverage and failures. Use when implementation or verification needs explicit testing evidence beyond a general TDD reminder.
3
+ description: "[Devflow] Generate missing tests, run existing tests, and summarize coverage and failures. Use when implementation or verification needs explicit testing evidence beyond a general TDD reminder."
4
4
  ---
5
5
 
6
6
  # Test Execution And Coverage
@@ -11,8 +11,8 @@ This skill complements TDD by handling test generation, execution, and persisten
11
11
 
12
12
  ## When to Use
13
13
 
14
- - During `/40-Implement` when tests need to be added
15
- - During `/50-Verify` when the test suite must be run and summarized
14
+ - During `40-implement` when tests need to be added
15
+ - During `50-verify` when the test suite must be run and summarized
16
16
  - During `Debug` when a bug needs a reproduction test
17
17
 
18
18
  ## Process
@@ -41,8 +41,8 @@ Use `.agent/resources/schemas/test_report.template.md` when saving a reusable re
41
41
 
42
42
  ### 4. Route Back
43
43
 
44
- - `/50-Verify` when tests support formal verification
45
- - `/40-Implement` when missing or failing tests require code changes
44
+ - `50-verify` when tests support formal verification
45
+ - `40-implement` when missing or failing tests require code changes
46
46
  - `Debug` when failures need RCA
47
47
 
48
48
  ## Output
@@ -0,0 +1,108 @@
1
+ ---
2
+ name: try
3
+ description: "[Devflow] Generate human manual QA review walkthrough guide (where to go, what to click, what to expect)."
4
+ ---
5
+
6
+ # try - Manual QA & Review Walkthrough Guide
7
+
8
+ Where this sits in the workflow:
9
+
10
+ ```text
11
+ 40-implement or 50-verify or 60-report -> [try] -> human review & verification
12
+ (work implemented / verified) (manual (where to go,
13
+ steps) what to click)
14
+ ```
15
+
16
+ `50-verify` proves behavior from automated QA and test runs. `try` gives the user and testers an actionable, step-by-step manual walkthrough: start this command, open this route, click these controls, expect this result, and watch for these failure signs.
17
+
18
+ It is always **read-only 100%**. It does not edit files, install dependencies, commit, merge, push, or run destructive commands.
19
+
20
+ ## Input
21
+
22
+ Optional scope:
23
+
24
+ - **no argument**: use the active run in `devflow/context/current-stage.md` (or the latest completed run under `devflow/runs/`)
25
+ - `latest`: use the most recent completed run in `devflow/runs/`
26
+ - a run ID or path: e.g. `try RUN-002-add-onboard-adopt-doctor-skills`
27
+ - a specific route, endpoint, or CLI command: focus the walkthrough on that surface
28
+
29
+ If there is no active run and no run history, ask what change or feature the user wants to test manually.
30
+
31
+ ## Step 1 - Find The Work To Explain
32
+
33
+ Read:
34
+
35
+ - `AGENTS.md` (Commands section)
36
+ - `devflow/context/current-stage.md`
37
+ - `devflow/context/project-overview.md`
38
+ - `devflow/context/coding-standards.md`
39
+ - Active run artifacts: `20-spec.md`, `30-plan.md`, `40-implement.md`, `50-verify.md` (or archived run artifacts)
40
+ - Current git branch and status
41
+
42
+ Do not dump the full spec. Extract only the concrete routes, screens, CLI commands, API endpoints, test data, and expected outcomes that a human needs to verify the feature.
43
+
44
+ ## Step 2 - Identify How To Run The App
45
+
46
+ Check the Commands section in `AGENTS.md`. Adapt to the project type:
47
+
48
+ - **Web app**: dev server command (e.g. `npm run dev`), local URL (e.g. `http://localhost:3000`), and specific route/screen.
49
+ - **Server / API**: start command, base URL, endpoint, HTTP method, payload, and expected response shape.
50
+ - **CLI**: exact CLI command, flags, arguments, and expected terminal output.
51
+ - **Library / Module**: sample usage snippet, REPL call, or interactive test command.
52
+ - **Fullstack / Microservices**: minimal combined startup commands (e.g. backend + frontend).
53
+
54
+ If a startup command is missing or unclear in `AGENTS.md`, report that as a configuration gap rather than guessing.
55
+
56
+ ## Step 3 - Produce The Manual Walkthrough Guide
57
+
58
+ Format the guide with these 5 standard sections:
59
+
60
+ 1. **1. Start** - exact command(s) to start the system and where to run them.
61
+ 2. **2. Open** - URL(s), screens, tabs, API endpoints, or terminal locations.
62
+ 3. **3. Do** - specific clicks, form inputs, toggles, selections, or arguments.
63
+ 4. **4. Expect** - expected visible UI change, response payload, state change, output, or absence of errors.
64
+ 5. **5. Watch For** - common failure symptoms, console errors, network 4xx/5xx errors, stale state, layout breakage, or safety warnings.
65
+
66
+ ### Example Walkthrough Style:
67
+
68
+ ```markdown
69
+ ### 1. Start
70
+ Run `npm run dev` in the project root.
71
+
72
+ ### 2. Open
73
+ Navigate to `http://localhost:3000/dashboard/reports`.
74
+
75
+ ### 3. Do
76
+ 1. Click the **"Export Report"** button in the top right.
77
+ 2. Select **"Format: HTML"** from the dropdown.
78
+ 3. Click **"Download"**.
79
+
80
+ ### 4. Expect
81
+ - A new file `report.html` is downloaded.
82
+ - The UI displays a green success toast: *"Report exported successfully"*.
83
+ - The downloaded HTML file opens in the browser with full styling and charts.
84
+
85
+ ### 5. Watch For
86
+ - Spinner hanging indefinitely without downloading.
87
+ - Console error related to `Blob` or `URL.createObjectURL`.
88
+ - Broken styling or unrendered Mermaid charts in the exported HTML.
89
+ ```
90
+
91
+ ## Step 4 - Include Confidence, Best Signal & Gaps
92
+
93
+ Conclude with:
94
+
95
+ - **Best Signal**: the single most critical action the user should try first to confirm functionality.
96
+ - **Edge Cases & Error Flows**: optional secondary checks (e.g. invalid input, empty state, network failure).
97
+ - **Gaps & Assumptions**: anything the guide cannot know for certain (e.g. seed credentials, third-party API keys, required database fixtures).
98
+
99
+ ## Rules
100
+
101
+ - **Strictly Read-Only**: Never edit code, commit, push, install packages, or mutate repository state.
102
+ - **Do Not Run Automatically**: Do not launch the server or run commands unless the user explicitly instructs you to do so in the chat.
103
+ - **Be Concrete & Specific**: Provide exact URLs, button labels, and payloads.
104
+ - **Acknowledge Uncertainty**: If a route or behavior is not specified in the spec, state it clearly as an assumption.
105
+
106
+ ## Output Formatting
107
+
108
+ Follow the project conventions in `devflow/context/ai-interaction.md`: concise, scannable markdown with numbered steps and clear bold headers.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: type-design
3
- description: Analyzes type and interface design for encapsulation, invariant expression, usefulness, and enforcement. Use when introducing new types, reviewing PRs with type changes, or refactoring domain models.
3
+ description: "[Devflow] Analyzes type and interface design for encapsulation, invariant expression, usefulness, and enforcement. Use when introducing new types, reviewing PRs with type changes, or refactoring domain models."
4
4
  ---
5
5
 
6
6
  # Type Design
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ui-ux-pro-max
3
- description: AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation. Use when designing, building, or reviewing UI/UX.
3
+ description: "[Devflow] AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation. Use when designing, building, or reviewing UI/UX."
4
4
  ---
5
5
 
6
6
  # UI/UX Pro Max (Design Intelligence)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: using-agent-skills
3
- description: Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
3
+ description: "[Devflow] Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked."
4
4
  ---
5
5
 
6
6
  # Using Agent Skills
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: verification-orchestration
3
- description: Coordinate multi-lane QA, specialist review, test planning, and verification follow-up. Use when /50-Verify needs more structure than a single pass and the team needs a QA matrix or specialist routing.
3
+ description: "[Devflow] Coordinate multi-lane QA, specialist review, test planning, and verification follow-up. Use when 50-verify needs more structure than a single pass and the team needs a QA matrix or specialist routing."
4
4
  ---
5
5
 
6
6
  # Verification Orchestration
@@ -11,7 +11,7 @@ This skill structures complex verification work across multiple QA lanes without
11
11
 
12
12
  ## When to Use
13
13
 
14
- - `/50-Verify` is too broad for a single simple pass
14
+ - `50-verify` is too broad for a single simple pass
15
15
  - the change needs correctness, regression, security, performance, and UX checks together
16
16
  - the team needs specialist routing for QA
17
17
 
@@ -54,8 +54,8 @@ Use `.agent/resources/schemas/qa_orchestration.template.md` when saving a reusab
54
54
 
55
55
  ### 5. Route Back
56
56
 
57
- - `/50-Verify` when the QA matrix strengthens verification evidence
58
- - `/40-Implement` when actionable fixes are required
57
+ - `50-verify` when the QA matrix strengthens verification evidence
58
+ - `40-implement` when actionable fixes are required
59
59
  - `Followup` when findings become new scope
60
60
 
61
61
  ## Output
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: vulnerability-scanner
3
- description: Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.
3
+ description: "[Devflow] Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization."
4
4
  allowed-tools: Read, Glob, Grep, Bash
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---name: wiki
2
2
 
3
- description: DevFlow Wiki - Ingest, query, lint, and promote compiled project or framework knowledge.
3
+ description: "[Devflow] Knowledge base management, ingestion, linting, and querying under devflow/wiki/."
4
4
  ---
5
5
  # Wiki
6
6
 
@@ -31,9 +31,9 @@ Use `Wiki` when:
31
31
 
32
32
  Preferred DevFlow 2.0 pairing:
33
33
 
34
- - after `/50-Verify`
35
- - after `/70-Release`
36
- - after `/60-Report`
34
+ - after `50-verify`
35
+ - after `70-release`
36
+ - after `60-report`
37
37
  - after meaningful `Debug` or review output
38
38
 
39
39
  ## Process
@@ -131,7 +131,7 @@ Return:
131
131
 
132
132
  - Classification: Companion command
133
133
  - Mainline status: Knowledge system command, not a numbered stage
134
- - Typical entry points: after `/50-Verify`, `/60-Report`, `/70-Release`, `Debug`, `Insight`, `PR-Review`
134
+ - Typical entry points: after `50-verify`, `60-report`, `70-release`, `Debug`, `Insight`, `PR-Review`
135
135
  - Typical handoff targets: return to the originating stage or finish as documentation-only work
136
136
 
137
137
  ## Sources
@@ -139,11 +139,11 @@ Return:
139
139
  - `AGENTS.md`
140
140
  - `.agent/resources/schemas/wiki_page.template.md`
141
141
  - `.agent/resources/schemas/wiki_project_index.template.md`
142
- - Related commands: `/50-Verify`, `/60-Report`, `/70-Release`, `Debug`, `Insight`, `PR-Review`, `Help`
142
+ - Related commands: `50-verify`, `60-report`, `70-release`, `Debug`, `Insight`, `PR-Review`, `Help`
143
143
 
144
144
  ## Next Workflow Recommendation
145
145
 
146
146
  - **Primary**: return to the stage or artifact flow that produced the reusable knowledge
147
147
  - **Why**: `Wiki` compiles lessons after the source work is already validated
148
- - **Common routes**: `/60-Report`, `/70-Release`, or `/50-Verify`
148
+ - **Common routes**: `60-report`, `70-release`, or `50-verify`
149
149
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: workflow-documentation-sync
3
- description: Enforces the synchronization and comprehensive update of documentation, manuals, usage guides, and examples whenever a new workflow is introduced or modified in the project. Use when introducing new workflows or changing existing ones.
3
+ description: "[Devflow] Enforces the synchronization and comprehensive update of documentation, manuals, usage guides, and examples whenever a new workflow is introduced or modified in the project. Use when introducing new workflows or changing existing ones."
4
4
  ---
5
5
 
6
6
  # Workflow Documentation Sync
@@ -27,7 +27,7 @@ Whenever a workflow is added or modified, compile the list of documents that mus
27
27
 
28
28
  ### Step 2: Extract Workflow Metadata
29
29
  Identify the exact interface changes:
30
- - What is the **Command trigger**? (e.g., `/70-Release` or `Brainstorm`)
30
+ - What is the **Command trigger**? (e.g., `70-release` or `Brainstorm`)
31
31
  - What are the **Arguments**? (e.g., Target Branch, default main)
32
32
  - What is the **Process flow**? (Pre-flight -> Execution -> Cleanup)
33
33
  - What are the **Mandatory Rules**? (e.g., Enforced branch checks)
@@ -25,10 +25,14 @@ Unused adapter families can be removed. Codex and Antigravity projects keep `.ag
25
25
 
26
26
  ### Universal Invocation & Agent Directives:
27
27
 
28
- 1. **Universal Command Names**: You can invoke workflows using plain stage names (`00-discover`, `10-define`, `20-spec`, `30-plan`, `40-implement`, `50-verify`, `60-report`, `70-release`, `devflow`), semantic aliases (`discover`, `define`, `spec`, `plan`, `implement`, `verify`, `report`, `release`, `status`), slash commands (`/00-discover`, `/devflow`), Codex skill format (`$00-discover`, `$spec`), or natural language intents (e.g., "start discovery", "write spec", "implement next step").
28
+ 1. **Canonical Command Names & AI Provider Invocation**: Each workflow stage and companion tool has exactly **one Canonical Name** (e.g. `00-discover`, `10-define`, `20-spec`, `30-plan`, `40-implement`, `50-verify`, `60-report`, `70-release`, `devflow`, `onboard`, `adopt`, `doctor`, `try`, `rollback`, `ci`, `brief`, `autopilot`). The way you invoke commands depends on your AI Provider / Tool:
29
+ - **Canonical Name (Plain text)**: Directly invoke or prompt the command by its standard name (e.g., `00-discover`, `devflow`).
30
+ - **Slash Prefix (`/`)**: For tools supporting slash commands (Claude Code, Google Antigravity, Gemini CLI), e.g., `/00-discover`, `/devflow`.
31
+ - **Dollar Prefix (`$`)**: For OpenAI Codex CLI or skill-invocation tools, e.g., `$00-discover`, `$devflow`.
29
32
  2. **OpenAI Codex & Non-Native CLI Tools**: In environments without automatic background skill discovery (such as OpenAI Codex CLI, Aider, or generic terminals), **you MUST use your file reading tool to inspect `.agents/skills/<skill>/SKILL.md` before executing the stage** to strictly follow its schema, artifact contract, and quality gates.
30
33
  3. **Google Antigravity & Claude Code**: Native skill engines automatically discover and surface `.agents/skills/` and `.claude/skills/`.
31
- 4. **State-Aware Inspection**: When unsure what to do next, invoke `devflow` (or `/devflow`, `$devflow`) to automatically inspect `devflow/context/current-stage.md` and active runs in `devflow/runs/`.
34
+ 4. **State-Aware Inspection**: When unsure what to do next, invoke `devflow` to automatically inspect `devflow/context/current-stage.md` and active runs in `devflow/runs/`.
35
+ 5. **Default Artifact & Communication Language (Thai)**: All generated markdown stage artifacts (`00-discover.md`, `10-define.md`, `20-spec.md`, `30-plan.md`, `40-implement.md`, `50-verify.md`, `60-report.md`, `70-release.md`) and user communication MUST default to **Thai (`th`)**, while code, technical terms, file paths, and identifiers remain in English.
32
36
 
33
37
  ## Timeline Workflow
34
38
 
@@ -38,52 +42,57 @@ Unused adapter families can be removed. Codex and Antigravity projects keep `.ag
38
42
 
39
43
  ### Mainline Stages:
40
44
 
41
- 1. `00-discover` (alias: `discover`, `/00-discover`, `$00-discover`)
45
+ 1. `00-discover`
42
46
  - **Purpose**: Explore a request before delivery commitment without allocating a running ID.
43
47
  - **Artifact**: `devflow/discoveries/{discovery-id}-{slug}/00-discover.md`
44
48
  - **Gate**: Produces `Proceed`, `Defer`, or `Reject` decision.
45
49
 
46
- 2. `10-define` (alias: `define`, `/10-define`, `$10-define`)
50
+ 2. `10-define`
47
51
  - **Purpose**: Turn an approved discovery into one or more bounded delivery runs with stable scope and sequential Running IDs.
48
52
  - **Artifact**: `devflow/runs/{running-id}-{slug}/10-define.md`
49
53
  - **Gate**: Approved run map and explicit in-scope / out-of-scope boundaries.
50
54
 
51
- 3. `20-spec` (alias: `spec`, `/20-spec`, `$20-spec`)
55
+ 3. `20-spec`
52
56
  - **Purpose**: Formalize markdown-first delivery contract and testable acceptance criteria from a stable definition.
53
57
  - **Artifact**: `devflow/runs/{running-id}-{slug}/20-spec.md`
54
58
  - **Gate**: Unambiguous acceptance criteria and hard constraints.
55
59
 
56
- 4. `30-plan` (alias: `plan`, `/30-plan`, `$30-plan`)
60
+ 4. `30-plan`
57
61
  - **Purpose**: Transform `20-spec.md` into phased executable tasks with explicit test decisions (Required / Manual / Not Required).
58
62
  - **Artifacts**: `30-plan.md`, `checklists/implementation-checklist.md`, `checklists/verification-checklist.md`
59
63
  - **Gate**: Ordered dependencies, scoped subtasks, and TDD decisions.
60
64
 
61
- 5. `40-implement` (alias: `implement`, `/40-implement`, `$40-implement`)
65
+ 5. `40-implement`
62
66
  - **Purpose**: Execute planned tasks incrementally one scoped unit at a time behind review gates.
63
67
  - **Artifact**: `40-implement.md` (and updated checklists)
64
68
  - **Gate**: Code changes tested, verification recorded, deviations documented.
65
69
 
66
- 6. `50-verify` (alias: `verify`, `/50-verify`, `$50-verify`)
70
+ 6. `50-verify`
67
71
  - **Purpose**: Senior QA review and multi-lane validation check across functionality, regressions, and quality standards.
68
72
  - **Artifact**: `50-verify.md` (optional `50-verify-impact.md`)
69
73
  - **Gate**: Pass or return-to-implement decision with evidence.
70
74
 
71
- 7. `60-report` (alias: `report`, `/60-report`, `$60-report`)
75
+ 7. `60-report`
72
76
  - **Purpose**: Produce the standardized final markdown and self-contained HTML summary report for the completed run.
73
77
  - **Artifacts**: `60-report.md`, `60-report.html`
74
78
  - **Gate**: Completed delivery digest ready for stakeholder review.
75
79
 
76
- 8. `70-release` (alias: `release`, `/70-release`, `$70-release`)
80
+ 8. `70-release`
77
81
  - **Purpose**: Package verified work for delivery, git merge, pull request, changelog update, or deployment.
78
82
  - **Artifact**: `70-release.md`
79
83
  - **Gate**: Safe handoff, release notes, and deployment readiness.
80
84
 
81
85
  ### Public Companion Commands:
82
86
 
83
- - `devflow` (alias: `status`, `/devflow`, `$devflow`): Flagship interactive guide, state inspector, and intent router.
84
- - `onboard` (alias: `/onboard`, `$onboard`): Initial stack detection and baseline setup for fresh/scaffolded projects.
85
- - `adopt` (alias: `/adopt`, `$adopt`): Survey existing brownfield codebases and bootstrap DevFlow context.
86
- - `doctor` (alias: `/doctor`, `$doctor`): Read-only health check for context files, adapters, commands, and workflow drift.
87
+ - `devflow`: Flagship interactive guide, state inspector, and intent router.
88
+ - `onboard`: Initial stack detection and baseline setup for fresh/scaffolded projects.
89
+ - `adopt`: Survey existing brownfield codebases and bootstrap DevFlow context.
90
+ - `doctor`: Read-only health check for context files, adapters, commands, and workflow drift.
91
+ - `try`: Step-by-step human manual QA review guide (where to go, what to click, what to expect).
92
+ - `rollback`: Safe feature/run reversal planner with dependency and commit risk analysis.
93
+ - `ci`: Automatic GitHub Actions workflow (`.github/workflows/verify.yml`) setup and alignment.
94
+ - `brief`: Read-only scope, dependency, and size pre-briefing before speccing a run.
95
+ - `autopilot`: Optional explicit mode for one bounded spec/plan/implement/verify/report pass with checkpoint commits and review packet.
87
96
  - `goal`: Route broad, open-ended goals before Discovery.
88
97
  - `brainstorm`: Structured divergent & convergent ideation without creating running IDs.
89
98
  - `research`: Conduct deep codebase or web research with source-backed citations.
@@ -97,20 +106,27 @@ Unused adapter families can be removed. Codex and Antigravity projects keep `.ag
97
106
 
98
107
  ## Invocation Reference
99
108
 
100
- | Stage / Command | Normal Name | Semantic Alias | OpenAI Codex | Slash Command | Natural Language |
101
- | :--- | :--- | :--- | :--- | :--- | :--- |
102
- | **Setup (Fresh)**| `onboard` | `setup` | `$onboard`, `$setup` | `/onboard` | "onboard project", "setup devflow" |
103
- | **Adopt (Exist)**| `adopt` | `bootstrap` | `$adopt`, `$bootstrap` | `/adopt` | "adopt codebase", "bootstrap devflow" |
104
- | **Diagnostics** | `doctor` | `health` | `$doctor`, `$health` | `/doctor` | "doctor check", "diagnose devflow" |
105
- | **Stage 00** | `00-discover` | `discover` | `$00-discover`, `$discover` | `/00-discover` | "start discovery", "explore request" |
106
- | **Stage 10** | `10-define` | `define` | `$10-define`, `$define` | `/10-define` | "define run scope", "allocate run" |
107
- | **Stage 20** | `20-spec` | `spec` | `$20-spec`, `$spec` | `/20-spec` | "write spec", "create delivery contract" |
108
- | **Stage 30** | `30-plan` | `plan` | `$30-plan`, `$plan` | `/30-plan` | "plan tasks", "breakdown plan" |
109
- | **Stage 40** | `40-implement` | `implement` | `$40-implement`, `$implement` | `/40-implement` | "implement step", "build task" |
110
- | **Stage 50** | `50-verify` | `verify` | `$50-verify`, `$verify` | `/50-verify` | "verify QA", "run validation" |
111
- | **Stage 60** | `60-report` | `report` | `$60-report`, `$report` | `/60-report` | "generate report", "summarize run" |
112
- | **Stage 70** | `70-release` | `release` | `$70-release`, `$release` | `/70-release` | "package release", "prepare PR/deploy" |
113
- | **Router** | `devflow` | `status` | `$devflow`, `$status` | `/devflow` | "what to do next", "check progress" |
109
+ > **Note on AI Providers**: Commands use a single Canonical Name. Use the prefix appropriate for your tool (`/` for Claude/Antigravity, `$` for Codex, or plain text).
110
+
111
+ | Stage / Category | Canonical Name | Claude / Antigravity (`/`) | OpenAI Codex (`$`) | Purpose / Action |
112
+ | :--- | :--- | :--- | :--- | :--- |
113
+ | **Setup (Fresh)** | `onboard` | `/onboard` | `$onboard` | Detect tech stack and establish initial project baseline |
114
+ | **Adopt (Exist)** | `adopt` | `/adopt` | `$adopt` | Adopt existing brownfield codebase into DevFlow |
115
+ | **Diagnostics** | `doctor` | `/doctor` | `$doctor` | Read-only health check for configs, tools, and drift |
116
+ | **Manual QA** | `try` | `/try` | `$try` | Step-by-step manual testing guide for human verification |
117
+ | **Reversal** | `rollback` | `/rollback` | `$rollback` | Reversal planner with dependency & commit risk analysis |
118
+ | **CI Setup** | `ci` | `/ci` | `$ci` | Generate GitHub Actions automated verify workflow |
119
+ | **Pre-Check** | `brief` | `/brief` | `$brief` | Read-only scope, dependency, and size pre-briefing |
120
+ | **Autopilot** | `autopilot` | `/autopilot` | `$autopilot` | Bounded autonomous spec/plan/implement/verify pass |
121
+ | **Stage 00** | `00-discover` | `/00-discover` | `$00-discover` | Explore request and decide Proceed, Defer, or Reject |
122
+ | **Stage 10** | `10-define` | `/10-define` | `$10-define` | Turn approved discovery into bounded delivery run(s) |
123
+ | **Stage 20** | `20-spec` | `/20-spec` | `$20-spec` | Formal markdown delivery contract & acceptance criteria |
124
+ | **Stage 30** | `30-plan` | `/30-plan` | `$30-plan` | Breakdown spec into executable tasks with test decisions |
125
+ | **Stage 40** | `40-implement` | `/40-implement` | `$40-implement` | Implement tasks in small reviewable increments |
126
+ | **Stage 50** | `50-verify` | `/50-verify` | `$50-verify` | Senior QA review & multi-lane verification checks |
127
+ | **Stage 60** | `60-report` | `/60-report` | `$60-report` | Standalone markdown & HTML summary report |
128
+ | **Stage 70** | `70-release` | `/70-release` | `$70-release` | Package for delivery, git merge, PR, or deployment |
129
+ | **Router** | `devflow` | `/devflow` | `$devflow` | Interactive guide, state inspector, and intent router |
114
130
 
115
131
  ## Mainline Rules
116
132