@jakkrichm/create-nexus-devflow 2.0.8 → 2.0.9

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 +1 -1
  3. package/template/.agents/skills/10-define/SKILL.md +1 -1
  4. package/template/.agents/skills/20-spec/SKILL.md +1 -1
  5. package/template/.agents/skills/30-plan/SKILL.md +1 -1
  6. package/template/.agents/skills/40-implement/SKILL.md +1 -1
  7. package/template/.agents/skills/50-verify/SKILL.md +1 -1
  8. package/template/.agents/skills/60-report/SKILL.md +1 -1
  9. package/template/.agents/skills/70-release/SKILL.md +1 -1
  10. package/template/.agents/skills/adopt/SKILL.md +1 -1
  11. package/template/.agents/skills/agent/SKILL.md +1 -1
  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 +1 -1
  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 +1 -1
  22. package/template/.agents/skills/ci/SKILL.md +131 -0
  23. package/template/.agents/skills/ci-cd-and-automation/SKILL.md +1 -1
  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 +1 -1
  27. package/template/.agents/skills/commit/SKILL.md +1 -1
  28. package/template/.agents/skills/competitor-analysis/SKILL.md +1 -1
  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 +1 -1
  32. package/template/.agents/skills/debugging-and-error-recovery/SKILL.md +1 -1
  33. package/template/.agents/skills/deploy/SKILL.md +1 -1
  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 +11 -1
  37. package/template/.agents/skills/diagnosing-bugs/SKILL.md +1 -1
  38. package/template/.agents/skills/doctor/SKILL.md +1 -1
  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 +1 -1
  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 +1 -1
  45. package/template/.agents/skills/handoff/SKILL.md +1 -1
  46. package/template/.agents/skills/help/SKILL.md +1 -1
  47. package/template/.agents/skills/human-review-decisions/SKILL.md +1 -1
  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 +1 -1
  52. package/template/.agents/skills/insight-capture/SKILL.md +1 -1
  53. package/template/.agents/skills/intelligent-routing/SKILL.md +1 -1
  54. package/template/.agents/skills/issue-triage/SKILL.md +1 -1
  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 +1 -1
  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 +1 -1
  63. package/template/.agents/skills/package-json-generator/SKILL.md +1 -1
  64. package/template/.agents/skills/parallel-agents/SKILL.md +1 -1
  65. package/template/.agents/skills/performance-optimization/SKILL.md +1 -1
  66. package/template/.agents/skills/planning-and-task-breakdown/SKILL.md +1 -1
  67. package/template/.agents/skills/powershell-windows/SKILL.md +1 -1
  68. package/template/.agents/skills/pr/SKILL.md +1 -1
  69. package/template/.agents/skills/pr-review/SKILL.md +1 -1
  70. package/template/.agents/skills/pr-review-analysis/SKILL.md +1 -1
  71. package/template/.agents/skills/prd/SKILL.md +1 -1
  72. package/template/.agents/skills/preview/SKILL.md +1 -1
  73. package/template/.agents/skills/preview-local-check/SKILL.md +1 -1
  74. package/template/.agents/skills/prototype/SKILL.md +1 -1
  75. package/template/.agents/skills/python-patterns/SKILL.md +1 -1
  76. package/template/.agents/skills/release-git-operations/SKILL.md +1 -1
  77. package/template/.agents/skills/research/SKILL.md +1 -1
  78. package/template/.agents/skills/review/SKILL.md +1 -1
  79. package/template/.agents/skills/review-followup-routing/SKILL.md +1 -1
  80. package/template/.agents/skills/roadmap-strategy/SKILL.md +1 -1
  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 +1 -1
  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 +1 -1
  87. package/template/.agents/skills/silent-failure-audit/SKILL.md +1 -1
  88. package/template/.agents/skills/simplify/SKILL.md +1 -1
  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 +1 -1
  92. package/template/.agents/skills/specialist-agent-routing/SKILL.md +1 -1
  93. package/template/.agents/skills/tailwind-patterns/SKILL.md +1 -1
  94. package/template/.agents/skills/test/SKILL.md +1 -1
  95. package/template/.agents/skills/test-driven-development/SKILL.md +1 -1
  96. package/template/.agents/skills/test-execution-and-coverage/SKILL.md +1 -1
  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 +1 -1
  102. package/template/.agents/skills/vulnerability-scanner/SKILL.md +1 -1
  103. package/template/.agents/skills/wiki/SKILL.md +1 -1
  104. package/template/.agents/skills/workflow-documentation-sync/SKILL.md +1 -1
  105. package/template/.claude/skills/00-discover/SKILL.md +1 -1
  106. package/template/.claude/skills/10-define/SKILL.md +1 -1
  107. package/template/.claude/skills/20-spec/SKILL.md +1 -1
  108. package/template/.claude/skills/30-plan/SKILL.md +1 -1
  109. package/template/.claude/skills/40-implement/SKILL.md +1 -1
  110. package/template/.claude/skills/50-verify/SKILL.md +1 -1
  111. package/template/.claude/skills/60-report/SKILL.md +1 -1
  112. package/template/.claude/skills/70-release/SKILL.md +1 -1
  113. package/template/.claude/skills/adopt/SKILL.md +1 -1
  114. package/template/.claude/skills/agent/SKILL.md +1 -1
  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 +1 -1
  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 +1 -1
  125. package/template/.claude/skills/ci/SKILL.md +131 -0
  126. package/template/.claude/skills/ci-cd-and-automation/SKILL.md +1 -1
  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 +1 -1
  130. package/template/.claude/skills/commit/SKILL.md +1 -1
  131. package/template/.claude/skills/competitor-analysis/SKILL.md +1 -1
  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 +1 -1
  135. package/template/.claude/skills/debugging-and-error-recovery/SKILL.md +1 -1
  136. package/template/.claude/skills/deploy/SKILL.md +1 -1
  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 +11 -1
  140. package/template/.claude/skills/diagnosing-bugs/SKILL.md +1 -1
  141. package/template/.claude/skills/doctor/SKILL.md +1 -1
  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 +1 -1
  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 +1 -1
  148. package/template/.claude/skills/handoff/SKILL.md +1 -1
  149. package/template/.claude/skills/help/SKILL.md +1 -1
  150. package/template/.claude/skills/human-review-decisions/SKILL.md +1 -1
  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 +1 -1
  155. package/template/.claude/skills/insight-capture/SKILL.md +1 -1
  156. package/template/.claude/skills/intelligent-routing/SKILL.md +1 -1
  157. package/template/.claude/skills/issue-triage/SKILL.md +1 -1
  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 +1 -1
  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 +1 -1
  166. package/template/.claude/skills/package-json-generator/SKILL.md +1 -1
  167. package/template/.claude/skills/parallel-agents/SKILL.md +1 -1
  168. package/template/.claude/skills/performance-optimization/SKILL.md +1 -1
  169. package/template/.claude/skills/planning-and-task-breakdown/SKILL.md +1 -1
  170. package/template/.claude/skills/powershell-windows/SKILL.md +1 -1
  171. package/template/.claude/skills/pr/SKILL.md +1 -1
  172. package/template/.claude/skills/pr-review/SKILL.md +1 -1
  173. package/template/.claude/skills/pr-review-analysis/SKILL.md +1 -1
  174. package/template/.claude/skills/prd/SKILL.md +1 -1
  175. package/template/.claude/skills/preview/SKILL.md +1 -1
  176. package/template/.claude/skills/preview-local-check/SKILL.md +1 -1
  177. package/template/.claude/skills/prototype/SKILL.md +1 -1
  178. package/template/.claude/skills/python-patterns/SKILL.md +1 -1
  179. package/template/.claude/skills/release-git-operations/SKILL.md +1 -1
  180. package/template/.claude/skills/research/SKILL.md +1 -1
  181. package/template/.claude/skills/review/SKILL.md +1 -1
  182. package/template/.claude/skills/review-followup-routing/SKILL.md +1 -1
  183. package/template/.claude/skills/roadmap-strategy/SKILL.md +1 -1
  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 +1 -1
  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 +1 -1
  190. package/template/.claude/skills/silent-failure-audit/SKILL.md +1 -1
  191. package/template/.claude/skills/simplify/SKILL.md +1 -1
  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 +1 -1
  195. package/template/.claude/skills/specialist-agent-routing/SKILL.md +1 -1
  196. package/template/.claude/skills/tailwind-patterns/SKILL.md +1 -1
  197. package/template/.claude/skills/test/SKILL.md +1 -1
  198. package/template/.claude/skills/test-driven-development/SKILL.md +1 -1
  199. package/template/.claude/skills/test-execution-and-coverage/SKILL.md +1 -1
  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 +1 -1
  205. package/template/.claude/skills/vulnerability-scanner/SKILL.md +1 -1
  206. package/template/.claude/skills/wiki/SKILL.md +1 -1
  207. package/template/.claude/skills/workflow-documentation-sync/SKILL.md +1 -1
  208. package/template/AGENTS.md +11 -0
@@ -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
 
@@ -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
@@ -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
 
@@ -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
@@ -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
@@ -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
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: preview
3
- description: Preview workflow
3
+ description: "[Devflow] Local preview server management, smoke-check, and temporary runtime inspection before formal verification."
4
4
  ---
5
5
 
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: preview-local-check
3
- description: Manage local preview, smoke-check, and temporary runtime verification before formal verification. Use when implementation needs a quick visual or runtime check, when a reviewer needs a local URL, or when a change should be inspected before /50-Verify.
3
+ description: "[Devflow] Manage local preview, smoke-check, and temporary runtime verification before formal verification. Use when implementation needs a quick visual or runtime check, when a reviewer needs a local URL, or when a change should be inspected before /50-Verify."
4
4
  ---
5
5
 
6
6
  # Preview Local Check
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: prototype
3
- description: Build a throwaway prototype to answer a design question during Discover, Define, Spec, Research, or Plan.
3
+ description: "[Devflow] Build a throwaway prototype to answer a design question during Discover, Define, Spec, Research, or Plan."
4
4
  disable-model-invocation: true
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: python-patterns
3
- description: Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
3
+ description: "[Devflow] Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. 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: release-git-operations
3
- description: Handle commit, pull request, merge, deployment, and changelog work around Release. Use when packaging verified work for sharing, integration, deployment, or release communication.
3
+ description: "[Devflow] Handle commit, pull request, merge, deployment, and changelog work around Release. Use when packaging verified work for sharing, integration, deployment, or release communication."
4
4
  ---
5
5
 
6
6
  # Release Git Operations
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: research
3
- description: Research workflow
3
+ description: "[Devflow] Deep codebase or web research with source-backed citations to support discovery and spec stages."
4
4
  ---
5
5
 
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: review
3
- description: Two-axis review for changed work. Use inside /50-Verify or /70-Release when a branch, PR, or work-in-progress diff needs standards and spec review.
3
+ description: "[Devflow] Two-axis review for changed work. Use inside /50-Verify or /70-Release when a branch, PR, or work-in-progress diff needs standards and spec review."
4
4
  ---
5
5
 
6
6
  # Review
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: review-followup-routing
3
- description: Classify review comments, extend existing work safely, and route corrective or future work back into the right DevFlow 2.0 stage. Use for PR follow-up and post-review follow-up planning.
3
+ description: "[Devflow] Classify review comments, extend existing work safely, and route corrective or future work back into the right DevFlow 2.0 stage. Use for PR follow-up and post-review follow-up planning."
4
4
  ---
5
5
 
6
6
  # Review Follow-up Routing
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: roadmap-strategy
3
- description: Create or refresh product roadmap direction using markdown-first discovery and roadmap artifacts. Use when strategic planning should stay outside the mainline but still follow DevFlow 2.0 contracts.
3
+ description: "[Devflow] Create or refresh product roadmap direction using markdown-first discovery and roadmap artifacts. Use when strategic planning should stay outside the mainline but still follow DevFlow 2.0 contracts."
4
4
  ---
5
5
 
6
6
  # Roadmap Strategy
@@ -0,0 +1,108 @@
1
+ ---
2
+ name: rollback
3
+ description: "[Devflow] Plan safe feature or run reversal with dependency and commit risk analysis."
4
+ ---
5
+
6
+ # rollback - Safe Feature Reversal & Rollback Planner
7
+
8
+ Where this sits in the workflow:
9
+
10
+ ```text
11
+ completed run + git history -> [rollback] -> /40-implement (or fix run) -> /50-verify -> /70-release
12
+ (run archive + commits) (risk review (reverse product diff) (prove) (log & finalize)
13
+ + plan)
14
+ ```
15
+
16
+ This skill **plans a rollback**. It does not silently alter product code, reset branches destructively, force-push, or mutate repository history. It identifies the completed run and its exact git commit, analyzes what changed afterward, drafts a guarded rollback specification, and stops for human review before execution.
17
+
18
+ ## Input
19
+
20
+ A completed run by Running ID, name, or run path, plus an optional reason. Examples:
21
+
22
+ ```text
23
+ /rollback RUN-002-add-onboard-adopt-doctor-skills
24
+ /rollback "auth login" because OAuth provider changed
25
+ /rollback devflow/runs/RUN-001-align-devflow-blueprint
26
+ ```
27
+
28
+ With no target, list recent completed runs from `devflow/runs/` and `devflow/context/current-stage.md` and ask the user to choose. Never silently guess the target. If the reason is missing, ask for one before finalizing the rollback plan.
29
+
30
+ ## Step 0 - Preflight Check
31
+
32
+ Read `AGENTS.md`, `devflow/context/current-stage.md`, `devflow/context/project-overview.md`, completed run archives under `devflow/runs/`, and git state.
33
+
34
+ Stop before planning when:
35
+
36
+ - The directory is not a git repository.
37
+ - There is uncommitted active work in the working tree (unless the user asks to inspect it).
38
+ - The target run cannot be identified unambiguously in `devflow/runs/` or Git history.
39
+
40
+ Do not discard, force-reset, switch branches, or destroy untracked files automatically.
41
+
42
+ ## Step 1 - Resolve Target Run & Commits
43
+
44
+ Match the requested ID or name against `devflow/runs/` and git commit history:
45
+
46
+ ```bash
47
+ git log --grep="RUN-002" --oneline
48
+ ```
49
+
50
+ Identify:
51
+
52
+ - Exact commit SHA(s) introducing the feature.
53
+ - Parent commit before the feature was introduced.
54
+ - Associated stage artifacts (`20-spec.md`, `40-implement.md`, `70-release.md`).
55
+
56
+ ## Step 2 - Separate Product Changes From DevFlow History
57
+
58
+ Inspect the files touched by the target commit(s).
59
+
60
+ **Protected Workflow Paths (Never Revert Automatically):**
61
+ - `.agents/**`
62
+ - `.claude/**`
63
+ - `devflow/**` (preserve run records, schemas, and historical reports)
64
+ - `AGENTS.md` / `CLAUDE.md` (unless explicitly intended to update commands)
65
+ - `.nexus/**`
66
+
67
+ The rollback must preserve DevFlow's durable history while isolating the **Product Code Diff** (application code, UI components, backend APIs, configuration).
68
+
69
+ ## Step 3 - Review Later-Commit Risk (Dependency Risk Analysis)
70
+
71
+ Inspect every commit after the target commit through `HEAD` that touches any of the product files.
72
+
73
+ Classify the risk into one of 4 standard categories:
74
+
75
+ | Risk Level | Meaning | Action |
76
+ | :--- | :--- | :--- |
77
+ | **No Overlap** | No subsequent commits touched these product files. | Clean reversal is safe and straightforward. |
78
+ | **Overlap, Compatible** | Later edits touched the same files, but the target code can be cleanly extracted without breaking newer behavior. | Plan selective reverse-patching. |
79
+ | **Dependency Risk** | Subsequent features or bugfixes directly depend on types, APIs, tables, or exports introduced by the target. | Explicitly warn that dependent features will be affected; plan compatibility shims. |
80
+ | **Blocked** | Reversing the target would cause data loss, break database schema, or require a cascading rollback of multiple runs. | Stop and present the blocker to the user for explicit architectural guidance. |
81
+
82
+ ## Step 4 - Produce The Guarded Rollback Plan
83
+
84
+ Draft the rollback plan containing:
85
+
86
+ 1. **Target Run & Rationale**: Running ID, original commit SHA, author, and reason for reversal.
87
+ 2. **Product Files to Revert**: Exact list of application files to modify/delete/restore.
88
+ 3. **Protected Paths**: Explicit declaration of preserved history files.
89
+ 4. **Risk Classification**: Dependency analysis findings and required compatibility repairs.
90
+ 5. **Step-by-Step Reversal Steps**:
91
+ - Step 1: Apply reverse product diff.
92
+ - Step 2: Apply compatibility fixes for downstream dependencies.
93
+ - Step 3: Run project verify command (`npm test`, `npm run check`).
94
+ 6. **Acceptance & Verification Criteria**: How to prove the removed behavior is truly gone without breaking existing unaffected features.
95
+
96
+ ## Step 5 - Stop For Human Confirmation
97
+
98
+ Present the rollback plan to the user:
99
+
100
+ - Summarize affected files and dependency risks.
101
+ - If approved, route to `/40-implement` (or allocate a dedicated Fix/Rollback Run) to safely execute the reversal steps behind review gates.
102
+
103
+ ## Rules
104
+
105
+ - **Preserve History**: Never delete run folders under `devflow/runs/`. Historical reports must remain intact.
106
+ - **No Destructive Git Commands**: Never execute `git reset --hard HEAD~N` or `git push --force`. All reversals must be applied as forward commits.
107
+ - **One Target Per Rollback**: Avoid bundling multiple unrelated rollbacks into one pass.
108
+ - **Explicit Human Gate**: Always wait for user approval before applying any reverse diffs to code.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: security-and-hardening
3
- description: Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
3
+ description: "[Devflow] Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services."
4
4
  ---
5
5
 
6
6
  # Security and Hardening
@@ -1,6 +1,6 @@
1
1
  ---name: security-review
2
2
 
3
- description: High-severity security code review for folders, projects, files, or diffs with English Markdown output contract.
3
+ description: "[Devflow] High-severity security code review and vulnerability audit for folders, projects, files, or diffs."
4
4
  argument-hint: "[target folder, project path, file list, or git diff] [--lang=en]"
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: seo-fundamentals
3
- description: SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.
3
+ description: "[Devflow] SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles."
4
4
  allowed-tools: Read, Glob, Grep
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: server-management
3
- description: Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
3
+ description: "[Devflow] Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands."
4
4
  allowed-tools: Read, Write, Edit, Glob, Grep, Bash
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: shipping-and-launch
3
- description: Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.
3
+ description: "[Devflow] Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy."
4
4
  ---
5
5
 
6
6
  # Shipping and Launch
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: silent-failure-audit
3
- description: Audits error handling, logging, fallbacks, and observability for silent failures. Use after adding catch blocks, fallback logic, retry handling, optional chaining, or user-facing failure paths.
3
+ description: "[Devflow] Audits error handling, logging, fallbacks, and observability for silent failures. Use after adding catch blocks, fallback logic, retry handling, optional chaining, or user-facing failure paths."
4
4
  ---
5
5
 
6
6
  # Silent Failure Audit
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: simplify
3
- description: Simplify workflow
3
+ description: "[Devflow] Code simplification and refactoring for clarity and maintainability without altering runtime behavior."
4
4
  ---
5
5
 
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: skill-development
3
- description: Guides the creation and maintenance of agent skills. Use when building new skills or modifying existing ones to ensure they follow the PRP framework standards.
3
+ description: "[Devflow] Guides the creation and maintenance of agent skills. Use when building new skills or modifying existing ones to ensure they follow the PRP framework standards."
4
4
  ---
5
5
 
6
6
  # Skill Development (Skill Anatomy)
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: spec-driven-development
3
- description: Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
3
+ description: "[Devflow] Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea."
4
4
  ---
5
5
 
6
6
  # Spec-Driven Development
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: spec-orchestration
3
- description: Coordinate Brainstorm, Research, PRD, competitor context, and spec critique before the work re-enters the numbered mainline. Use when a broad idea needs orchestration rather than a straight pass.
3
+ description: "[Devflow] Coordinate Brainstorm, Research, PRD, competitor context, and spec critique before the work re-enters the numbered mainline. Use when a broad idea needs orchestration rather than a straight pass."
4
4
  ---
5
5
 
6
6
  # Spec Orchestration
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: specialist-agent-routing
3
- description: Route a request to the right specialist agent and preserve the DevFlow 2.0 stage-first contract. Use when the user wants direct specialist judgment on a file, folder, workspace, or concern.
3
+ description: "[Devflow] Route a request to the right specialist agent and preserve the DevFlow 2.0 stage-first contract. Use when the user wants direct specialist judgment on a file, folder, workspace, or concern."
4
4
  ---
5
5
 
6
6
  # Specialist Agent Routing
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: tailwind-patterns
3
- description: Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture.
3
+ description: "[Devflow] Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture."
4
4
  allowed-tools: Read, Write, Edit, Glob, Grep
5
5
  ---
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: test
3
- description: Test workflow
3
+ description: "[Devflow] Test execution, missing test generation, and coverage analysis across unit, integration, and smoke test suites."
4
4
  ---
5
5
 
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: test-driven-development
3
- description: Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
3
+ description: "[Devflow] Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality."
4
4
  ---
5
5
 
6
6
  # Test-Driven Development
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: test-execution-and-coverage
3
- description: Generate missing tests, run existing tests, and summarize coverage and failures. Use when implementation or verification needs explicit testing evidence beyond a general TDD reminder.
3
+ description: "[Devflow] Generate missing tests, run existing tests, and summarize coverage and failures. Use when implementation or verification needs explicit testing evidence beyond a general TDD reminder."
4
4
  ---
5
5
 
6
6
  # Test Execution And Coverage
@@ -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
@@ -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
 
@@ -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
@@ -29,6 +29,7 @@ Unused adapter families can be removed. Codex and Antigravity projects keep `.ag
29
29
  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
30
  3. **Google Antigravity & Claude Code**: Native skill engines automatically discover and surface `.agents/skills/` and `.claude/skills/`.
31
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/`.
32
+ 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
33
 
33
34
  ## Timeline Workflow
34
35
 
@@ -84,6 +85,11 @@ Unused adapter families can be removed. Codex and Antigravity projects keep `.ag
84
85
  - `onboard` (alias: `/onboard`, `$onboard`): Initial stack detection and baseline setup for fresh/scaffolded projects.
85
86
  - `adopt` (alias: `/adopt`, `$adopt`): Survey existing brownfield codebases and bootstrap DevFlow context.
86
87
  - `doctor` (alias: `/doctor`, `$doctor`): Read-only health check for context files, adapters, commands, and workflow drift.
88
+ - `try` (alias: `/try`, `$try`): Step-by-step human manual QA review guide (where to go, what to click, what to expect).
89
+ - `rollback` (alias: `/rollback`, `$rollback`): Safe feature/run reversal planner with dependency and commit risk analysis.
90
+ - `ci` (alias: `/ci`, `$ci`): Automatic GitHub Actions workflow (`.github/workflows/verify.yml`) setup and alignment.
91
+ - `brief` (alias: `/brief`, `$brief`): Read-only scope, dependency, and size pre-briefing before speccing a run.
92
+ - `autopilot` (alias: `/autopilot`, `$autopilot`): Optional explicit mode for one bounded spec/plan/implement/verify/report pass with checkpoint commits and review packet.
87
93
  - `goal`: Route broad, open-ended goals before Discovery.
88
94
  - `brainstorm`: Structured divergent & convergent ideation without creating running IDs.
89
95
  - `research`: Conduct deep codebase or web research with source-backed citations.
@@ -102,6 +108,11 @@ Unused adapter families can be removed. Codex and Antigravity projects keep `.ag
102
108
  | **Setup (Fresh)**| `onboard` | `setup` | `$onboard`, `$setup` | `/onboard` | "onboard project", "setup devflow" |
103
109
  | **Adopt (Exist)**| `adopt` | `bootstrap` | `$adopt`, `$bootstrap` | `/adopt` | "adopt codebase", "bootstrap devflow" |
104
110
  | **Diagnostics** | `doctor` | `health` | `$doctor`, `$health` | `/doctor` | "doctor check", "diagnose devflow" |
111
+ | **Manual QA** | `try` | `manual-test` | `$try` | `/try` | "how to try", "where to click", "manual test guide" |
112
+ | **Reversal** | `rollback` | `revert` | `$rollback` | `/rollback` | "rollback run", "undo feature", "plan reversal" |
113
+ | **CI Setup** | `ci` | `github-actions`| `$ci` | `/ci` | "setup ci", "create github actions", "add verify workflow" |
114
+ | **Pre-Check** | `brief` | `preview-scope`| `$brief` | `/brief` | "brief feature", "check next scope", "preview run" |
115
+ | **Autopilot** | `autopilot` | `auto-loop` | `$autopilot` | `/autopilot` | "run autopilot", "autopilot feature", "start auto loop" |
105
116
  | **Stage 00** | `00-discover` | `discover` | `$00-discover`, `$discover` | `/00-discover` | "start discovery", "explore request" |
106
117
  | **Stage 10** | `10-define` | `define` | `$10-define`, `$define` | `/10-define` | "define run scope", "allocate run" |
107
118
  | **Stage 20** | `20-spec` | `spec` | `$20-spec`, `$spec` | `/20-spec` | "write spec", "create delivery contract" |