@jakkrichm/create-nexus-devflow 2.0.6 → 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.
- package/lib/starter-templates.js +111 -0
- package/package.json +2 -2
- package/template/.agents/skills/00-discover/SKILL.md +1 -1
- package/template/.agents/skills/10-define/SKILL.md +1 -1
- package/template/.agents/skills/20-spec/SKILL.md +1 -1
- package/template/.agents/skills/30-plan/SKILL.md +1 -1
- package/template/.agents/skills/40-implement/SKILL.md +1 -1
- package/template/.agents/skills/50-verify/SKILL.md +1 -1
- package/template/.agents/skills/60-report/SKILL.md +1 -1
- package/template/.agents/skills/70-release/SKILL.md +1 -1
- package/template/.agents/skills/adopt/SKILL.md +95 -0
- package/template/.agents/skills/agent/SKILL.md +1 -1
- package/template/.agents/skills/api-and-interface-design/SKILL.md +1 -1
- package/template/.agents/skills/app-builder/SKILL.md +1 -1
- package/template/.agents/skills/architecture/SKILL.md +1 -1
- package/template/.agents/skills/autopilot/SKILL.md +175 -0
- package/template/.agents/skills/bash-linux/SKILL.md +1 -1
- package/template/.agents/skills/behavioral-modes/SKILL.md +1 -1
- package/template/.agents/skills/brainstorm/SKILL.md +1 -1
- package/template/.agents/skills/brief/SKILL.md +77 -0
- package/template/.agents/skills/browser-testing-with-devtools/SKILL.md +1 -1
- package/template/.agents/skills/changelog/SKILL.md +1 -1
- package/template/.agents/skills/ci/SKILL.md +131 -0
- package/template/.agents/skills/ci-cd-and-automation/SKILL.md +1 -1
- package/template/.agents/skills/code-review-and-quality/SKILL.md +1 -1
- package/template/.agents/skills/code-simplification/SKILL.md +1 -1
- package/template/.agents/skills/codebase-design/SKILL.md +1 -1
- package/template/.agents/skills/commit/SKILL.md +1 -1
- package/template/.agents/skills/competitor-analysis/SKILL.md +1 -1
- package/template/.agents/skills/context-engineering/SKILL.md +1 -1
- package/template/.agents/skills/database-design/SKILL.md +1 -1
- package/template/.agents/skills/debug/SKILL.md +1 -1
- package/template/.agents/skills/debugging-and-error-recovery/SKILL.md +1 -1
- package/template/.agents/skills/deploy/SKILL.md +1 -1
- package/template/.agents/skills/deployment-procedures/SKILL.md +1 -1
- package/template/.agents/skills/deprecation-and-migration/SKILL.md +1 -1
- package/template/.agents/skills/devflow/SKILL.md +71 -52
- package/template/.agents/skills/diagnosing-bugs/SKILL.md +1 -1
- package/template/.agents/skills/doctor/SKILL.md +84 -0
- package/template/.agents/skills/documentation-and-adrs/SKILL.md +1 -1
- package/template/.agents/skills/domain-modeling/SKILL.md +1 -1
- package/template/.agents/skills/followup/SKILL.md +1 -1
- package/template/.agents/skills/frontend-ui-engineering/SKILL.md +1 -1
- package/template/.agents/skills/git-workflow-and-versioning/SKILL.md +1 -1
- package/template/.agents/skills/goal/SKILL.md +1 -1
- package/template/.agents/skills/handoff/SKILL.md +1 -1
- package/template/.agents/skills/help/SKILL.md +1 -1
- package/template/.agents/skills/human-review-decisions/SKILL.md +1 -1
- package/template/.agents/skills/i18n-localization/SKILL.md +1 -1
- package/template/.agents/skills/idea-refine/SKILL.md +1 -1
- package/template/.agents/skills/incremental-implementation/SKILL.md +1 -1
- package/template/.agents/skills/insight/SKILL.md +1 -1
- package/template/.agents/skills/insight-capture/SKILL.md +1 -1
- package/template/.agents/skills/intelligent-routing/SKILL.md +1 -1
- package/template/.agents/skills/issue-triage/SKILL.md +1 -1
- package/template/.agents/skills/lint-and-validate/SKILL.md +1 -1
- package/template/.agents/skills/mcp-builder/SKILL.md +1 -1
- package/template/.agents/skills/md2html/SKILL.md +1 -1
- package/template/.agents/skills/merge/SKILL.md +1 -1
- package/template/.agents/skills/mobile-design/SKILL.md +1 -1
- package/template/.agents/skills/nextjs-react-expert/SKILL.md +1 -1
- package/template/.agents/skills/nodejs-best-practices/SKILL.md +1 -1
- package/template/.agents/skills/onboard/SKILL.md +129 -0
- package/template/.agents/skills/package-json-generator/SKILL.md +1 -1
- package/template/.agents/skills/parallel-agents/SKILL.md +1 -1
- package/template/.agents/skills/performance-optimization/SKILL.md +1 -1
- package/template/.agents/skills/planning-and-task-breakdown/SKILL.md +1 -1
- package/template/.agents/skills/powershell-windows/SKILL.md +1 -1
- package/template/.agents/skills/pr/SKILL.md +1 -1
- package/template/.agents/skills/pr-review/SKILL.md +1 -1
- package/template/.agents/skills/pr-review-analysis/SKILL.md +1 -1
- package/template/.agents/skills/prd/SKILL.md +1 -1
- package/template/.agents/skills/preview/SKILL.md +1 -1
- package/template/.agents/skills/preview-local-check/SKILL.md +1 -1
- package/template/.agents/skills/prototype/SKILL.md +1 -1
- package/template/.agents/skills/python-patterns/SKILL.md +1 -1
- package/template/.agents/skills/release-git-operations/SKILL.md +1 -1
- package/template/.agents/skills/research/SKILL.md +1 -1
- package/template/.agents/skills/review/SKILL.md +1 -1
- package/template/.agents/skills/review-followup-routing/SKILL.md +1 -1
- package/template/.agents/skills/roadmap-strategy/SKILL.md +1 -1
- package/template/.agents/skills/rollback/SKILL.md +108 -0
- package/template/.agents/skills/security-and-hardening/SKILL.md +1 -1
- package/template/.agents/skills/security-review/SKILL.md +1 -1
- package/template/.agents/skills/seo-fundamentals/SKILL.md +1 -1
- package/template/.agents/skills/server-management/SKILL.md +1 -1
- package/template/.agents/skills/shipping-and-launch/SKILL.md +1 -1
- package/template/.agents/skills/silent-failure-audit/SKILL.md +1 -1
- package/template/.agents/skills/simplify/SKILL.md +1 -1
- package/template/.agents/skills/skill-development/SKILL.md +1 -1
- package/template/.agents/skills/spec-driven-development/SKILL.md +1 -1
- package/template/.agents/skills/spec-orchestration/SKILL.md +1 -1
- package/template/.agents/skills/specialist-agent-routing/SKILL.md +1 -1
- package/template/.agents/skills/tailwind-patterns/SKILL.md +1 -1
- package/template/.agents/skills/test/SKILL.md +1 -1
- package/template/.agents/skills/test-driven-development/SKILL.md +1 -1
- package/template/.agents/skills/test-execution-and-coverage/SKILL.md +1 -1
- package/template/.agents/skills/try/SKILL.md +108 -0
- package/template/.agents/skills/type-design/SKILL.md +1 -1
- package/template/.agents/skills/ui-ux-pro-max/SKILL.md +1 -1
- package/template/.agents/skills/using-agent-skills/SKILL.md +1 -1
- package/template/.agents/skills/verification-orchestration/SKILL.md +1 -1
- package/template/.agents/skills/vulnerability-scanner/SKILL.md +1 -1
- package/template/.agents/skills/wiki/SKILL.md +1 -1
- package/template/.agents/skills/workflow-documentation-sync/SKILL.md +1 -1
- package/template/.claude/skills/00-discover/SKILL.md +1 -1
- package/template/.claude/skills/10-define/SKILL.md +1 -1
- package/template/.claude/skills/20-spec/SKILL.md +1 -1
- package/template/.claude/skills/30-plan/SKILL.md +1 -1
- package/template/.claude/skills/40-implement/SKILL.md +1 -1
- package/template/.claude/skills/50-verify/SKILL.md +1 -1
- package/template/.claude/skills/60-report/SKILL.md +1 -1
- package/template/.claude/skills/70-release/SKILL.md +1 -1
- package/template/.claude/skills/adopt/SKILL.md +95 -0
- package/template/.claude/skills/agent/SKILL.md +1 -1
- package/template/.claude/skills/api-and-interface-design/SKILL.md +1 -1
- package/template/.claude/skills/app-builder/SKILL.md +1 -1
- package/template/.claude/skills/architecture/SKILL.md +1 -1
- package/template/.claude/skills/autopilot/SKILL.md +175 -0
- package/template/.claude/skills/bash-linux/SKILL.md +1 -1
- package/template/.claude/skills/behavioral-modes/SKILL.md +1 -1
- package/template/.claude/skills/brainstorm/SKILL.md +1 -1
- package/template/.claude/skills/brief/SKILL.md +77 -0
- package/template/.claude/skills/browser-testing-with-devtools/SKILL.md +1 -1
- package/template/.claude/skills/changelog/SKILL.md +1 -1
- package/template/.claude/skills/ci/SKILL.md +131 -0
- package/template/.claude/skills/ci-cd-and-automation/SKILL.md +1 -1
- package/template/.claude/skills/code-review-and-quality/SKILL.md +1 -1
- package/template/.claude/skills/code-simplification/SKILL.md +1 -1
- package/template/.claude/skills/codebase-design/SKILL.md +1 -1
- package/template/.claude/skills/commit/SKILL.md +1 -1
- package/template/.claude/skills/competitor-analysis/SKILL.md +1 -1
- package/template/.claude/skills/context-engineering/SKILL.md +1 -1
- package/template/.claude/skills/database-design/SKILL.md +1 -1
- package/template/.claude/skills/debug/SKILL.md +1 -1
- package/template/.claude/skills/debugging-and-error-recovery/SKILL.md +1 -1
- package/template/.claude/skills/deploy/SKILL.md +1 -1
- package/template/.claude/skills/deployment-procedures/SKILL.md +1 -1
- package/template/.claude/skills/deprecation-and-migration/SKILL.md +1 -1
- package/template/.claude/skills/devflow/SKILL.md +71 -52
- package/template/.claude/skills/diagnosing-bugs/SKILL.md +1 -1
- package/template/.claude/skills/doctor/SKILL.md +84 -0
- package/template/.claude/skills/documentation-and-adrs/SKILL.md +1 -1
- package/template/.claude/skills/domain-modeling/SKILL.md +1 -1
- package/template/.claude/skills/followup/SKILL.md +1 -1
- package/template/.claude/skills/frontend-ui-engineering/SKILL.md +1 -1
- package/template/.claude/skills/git-workflow-and-versioning/SKILL.md +1 -1
- package/template/.claude/skills/goal/SKILL.md +1 -1
- package/template/.claude/skills/handoff/SKILL.md +1 -1
- package/template/.claude/skills/help/SKILL.md +1 -1
- package/template/.claude/skills/human-review-decisions/SKILL.md +1 -1
- package/template/.claude/skills/i18n-localization/SKILL.md +1 -1
- package/template/.claude/skills/idea-refine/SKILL.md +1 -1
- package/template/.claude/skills/incremental-implementation/SKILL.md +1 -1
- package/template/.claude/skills/insight/SKILL.md +1 -1
- package/template/.claude/skills/insight-capture/SKILL.md +1 -1
- package/template/.claude/skills/intelligent-routing/SKILL.md +1 -1
- package/template/.claude/skills/issue-triage/SKILL.md +1 -1
- package/template/.claude/skills/lint-and-validate/SKILL.md +1 -1
- package/template/.claude/skills/mcp-builder/SKILL.md +1 -1
- package/template/.claude/skills/md2html/SKILL.md +1 -1
- package/template/.claude/skills/merge/SKILL.md +1 -1
- package/template/.claude/skills/mobile-design/SKILL.md +1 -1
- package/template/.claude/skills/nextjs-react-expert/SKILL.md +1 -1
- package/template/.claude/skills/nodejs-best-practices/SKILL.md +1 -1
- package/template/.claude/skills/onboard/SKILL.md +129 -0
- package/template/.claude/skills/package-json-generator/SKILL.md +1 -1
- package/template/.claude/skills/parallel-agents/SKILL.md +1 -1
- package/template/.claude/skills/performance-optimization/SKILL.md +1 -1
- package/template/.claude/skills/planning-and-task-breakdown/SKILL.md +1 -1
- package/template/.claude/skills/powershell-windows/SKILL.md +1 -1
- package/template/.claude/skills/pr/SKILL.md +1 -1
- package/template/.claude/skills/pr-review/SKILL.md +1 -1
- package/template/.claude/skills/pr-review-analysis/SKILL.md +1 -1
- package/template/.claude/skills/prd/SKILL.md +1 -1
- package/template/.claude/skills/preview/SKILL.md +1 -1
- package/template/.claude/skills/preview-local-check/SKILL.md +1 -1
- package/template/.claude/skills/prototype/SKILL.md +1 -1
- package/template/.claude/skills/python-patterns/SKILL.md +1 -1
- package/template/.claude/skills/release-git-operations/SKILL.md +1 -1
- package/template/.claude/skills/research/SKILL.md +1 -1
- package/template/.claude/skills/review/SKILL.md +1 -1
- package/template/.claude/skills/review-followup-routing/SKILL.md +1 -1
- package/template/.claude/skills/roadmap-strategy/SKILL.md +1 -1
- package/template/.claude/skills/rollback/SKILL.md +108 -0
- package/template/.claude/skills/security-and-hardening/SKILL.md +1 -1
- package/template/.claude/skills/security-review/SKILL.md +1 -1
- package/template/.claude/skills/seo-fundamentals/SKILL.md +1 -1
- package/template/.claude/skills/server-management/SKILL.md +1 -1
- package/template/.claude/skills/shipping-and-launch/SKILL.md +1 -1
- package/template/.claude/skills/silent-failure-audit/SKILL.md +1 -1
- package/template/.claude/skills/simplify/SKILL.md +1 -1
- package/template/.claude/skills/skill-development/SKILL.md +1 -1
- package/template/.claude/skills/spec-driven-development/SKILL.md +1 -1
- package/template/.claude/skills/spec-orchestration/SKILL.md +1 -1
- package/template/.claude/skills/specialist-agent-routing/SKILL.md +1 -1
- package/template/.claude/skills/tailwind-patterns/SKILL.md +1 -1
- package/template/.claude/skills/test/SKILL.md +1 -1
- package/template/.claude/skills/test-driven-development/SKILL.md +1 -1
- package/template/.claude/skills/test-execution-and-coverage/SKILL.md +1 -1
- package/template/.claude/skills/try/SKILL.md +108 -0
- package/template/.claude/skills/type-design/SKILL.md +1 -1
- package/template/.claude/skills/ui-ux-pro-max/SKILL.md +1 -1
- package/template/.claude/skills/using-agent-skills/SKILL.md +1 -1
- package/template/.claude/skills/verification-orchestration/SKILL.md +1 -1
- package/template/.claude/skills/vulnerability-scanner/SKILL.md +1 -1
- package/template/.claude/skills/wiki/SKILL.md +1 -1
- package/template/.claude/skills/workflow-documentation-sync/SKILL.md +1 -1
- package/template/AGENTS.md +106 -26
- package/template/devflow/context/coding-standards.md +20 -12
- package/template/devflow/context/current-stage.md +2 -1
- package/template/devflow/context/findings.md +6 -10
- package/template/devflow/context/project-overview.md +11 -12
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ci
|
|
3
|
+
description: "[Devflow] Set up automated GitHub Actions CI workflow (.github/workflows/verify.yml) aligned with project verify command."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# ci - Automated GitHub Actions Pipeline Setup
|
|
7
|
+
|
|
8
|
+
Where this sits in the workflow:
|
|
9
|
+
|
|
10
|
+
```text
|
|
11
|
+
/onboard or /adopt -> [ci] -> Verify locally -> GitHub Actions runs Verify on PR & Push
|
|
12
|
+
(project setup) (setup) (same command) (automated checks)
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
This skill connects local verification with automated GitHub checks using **one shared Verify recipe**:
|
|
16
|
+
|
|
17
|
+
- **Verify is the recipe**: Runs the project's real checks (typecheck, tests, build) defined in `AGENTS.md`.
|
|
18
|
+
- **GitHub Actions is the worker**: Executes the same recipe automatically on pull requests and pushes.
|
|
19
|
+
- **Branch Protection / Ruleset is the gate**: Optionally requires the check to pass before merging.
|
|
20
|
+
|
|
21
|
+
This skill configures the workflow file. It **never pushes to remote, changes remote repository rulesets, or publishes releases** without explicit permission.
|
|
22
|
+
|
|
23
|
+
## Input
|
|
24
|
+
|
|
25
|
+
No argument is required. A preferred package manager or branch name can be optionally provided.
|
|
26
|
+
|
|
27
|
+
## Step 1 - Inspect Project Setup (Read-Only)
|
|
28
|
+
|
|
29
|
+
Inspect the repository without modifying files:
|
|
30
|
+
|
|
31
|
+
1. **Commands in `AGENTS.md`**: Look for existing `Verify`, `Test`, `Build`, and `Dev` commands.
|
|
32
|
+
2. **Project Manifests**: `package.json`, `requirements.txt`, `pyproject.toml`, `go.mod`, `Cargo.toml`, etc.
|
|
33
|
+
3. **Lockfiles & Package Manager**: `pnpm-lock.yaml` (pnpm), `package-lock.json` (npm), `yarn.lock` (yarn), `bun.lockb` (bun), `poetry.lock` (poetry), `Cargo.lock` (cargo).
|
|
34
|
+
4. **Runtime Versions**: `.node-version`, `.nvmrc`, `package.json` engines, `.python-version`.
|
|
35
|
+
5. **Existing Workflows**: Inspect `.github/workflows/` to check if a CI workflow already exists.
|
|
36
|
+
6. **Git Default Branch**: Detect `main` or `master`.
|
|
37
|
+
|
|
38
|
+
If a healthy and matching workflow already exists, report that CI is already in place and stop.
|
|
39
|
+
|
|
40
|
+
## Step 2 - Define The Single Verify Command
|
|
41
|
+
|
|
42
|
+
Build one combined Verify command from actual checks that exist in the project, in this standard order:
|
|
43
|
+
|
|
44
|
+
1. **Typecheck** (e.g. `tsc --noEmit`, `mypy`, `pyright`, `go vet`)
|
|
45
|
+
2. **Tests** (e.g. `npm test`, `pytest`, `go test ./...`, `cargo test`) - only if real tests exist
|
|
46
|
+
3. **Build** (e.g. `npm run build`, `cargo build`)
|
|
47
|
+
|
|
48
|
+
For JavaScript/TypeScript projects, ensure a `verify` or `check` script exists in `package.json` (or combine existing scripts: e.g. `npm run check:static && npm test && npm run build`).
|
|
49
|
+
|
|
50
|
+
Record the exact command in the Commands section of `AGENTS.md`:
|
|
51
|
+
|
|
52
|
+
```markdown
|
|
53
|
+
## Commands
|
|
54
|
+
- Verify: `npm run check` (or detected verify command)
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## Step 3 - Generate `.github/workflows/verify.yml`
|
|
58
|
+
|
|
59
|
+
Create `.github/workflows/verify.yml` with security and stability best practices:
|
|
60
|
+
|
|
61
|
+
- **Trigger**: Pull requests to default branch + Pushes to default branch.
|
|
62
|
+
- **Permissions**: Set least privilege `permissions: contents: read`.
|
|
63
|
+
- **Concurrency**: Cancel in-progress runs on the same PR branch.
|
|
64
|
+
- **Lockfile-Safe Install**: Use `npm ci`, `pnpm install --frozen-lockfile`, `yarn install --immutable`, or `cargo --locked`.
|
|
65
|
+
- **Exact Verify Step**: Run the exact Verify command from `AGENTS.md`.
|
|
66
|
+
|
|
67
|
+
### Standard GitHub Actions Template (Node.js Example):
|
|
68
|
+
|
|
69
|
+
```yaml
|
|
70
|
+
name: Verify
|
|
71
|
+
|
|
72
|
+
on:
|
|
73
|
+
push:
|
|
74
|
+
branches: [main, master]
|
|
75
|
+
pull_request:
|
|
76
|
+
branches: [main, master]
|
|
77
|
+
|
|
78
|
+
concurrency:
|
|
79
|
+
group: ${{ github.workflow }}-${{ github.ref }}
|
|
80
|
+
cancel-in-progress: true
|
|
81
|
+
|
|
82
|
+
permissions:
|
|
83
|
+
contents: read
|
|
84
|
+
|
|
85
|
+
jobs:
|
|
86
|
+
verify:
|
|
87
|
+
name: Run Verification Checks
|
|
88
|
+
runs-on: ubuntu-latest
|
|
89
|
+
steps:
|
|
90
|
+
- name: Checkout Code
|
|
91
|
+
uses: actions/checkout@v4
|
|
92
|
+
|
|
93
|
+
- name: Setup Runtime
|
|
94
|
+
uses: actions/setup-node@v4
|
|
95
|
+
with:
|
|
96
|
+
node-version: 20
|
|
97
|
+
cache: npm
|
|
98
|
+
|
|
99
|
+
- name: Install Dependencies
|
|
100
|
+
run: npm ci
|
|
101
|
+
|
|
102
|
+
- name: Run Verify Checks
|
|
103
|
+
run: npm run check
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
## Step 4 - Verify Locally
|
|
107
|
+
|
|
108
|
+
Execute the Verify command locally to confirm that it succeeds on clean code before recommending it:
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
npm run check
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
If local verification fails, report the failing check and assist in resolving it before claiming CI readiness.
|
|
115
|
+
|
|
116
|
+
## Step 5 - Summary & Handoff
|
|
117
|
+
|
|
118
|
+
Output a concise summary:
|
|
119
|
+
|
|
120
|
+
- **Verify Command**: Documented command in `AGENTS.md`.
|
|
121
|
+
- **Workflow File**: `.github/workflows/verify.yml` (created/updated).
|
|
122
|
+
- **Trigger Events**: `pull_request` & `push`.
|
|
123
|
+
- **Local Test**: Result of local execution.
|
|
124
|
+
- **Next Steps**: Advise user to commit and push the workflow to activate GitHub Actions.
|
|
125
|
+
|
|
126
|
+
## Rules
|
|
127
|
+
|
|
128
|
+
- **Preserve Existing CI**: Never overwrite existing custom workflows without explicit user consent.
|
|
129
|
+
- **No Dummy Tests**: Do not invent fake test commands or install unrequested test runners.
|
|
130
|
+
- **Least Privilege Security**: Always specify `permissions: contents: read`.
|
|
131
|
+
- **No Auto-Push**: Stop at local file creation; do not push to remote automatically.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ci-cd-and-automation
|
|
3
|
-
description: Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.
|
|
3
|
+
description: "[Devflow] Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# CI/CD and Automation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-review-and-quality
|
|
3
|
-
description: Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
|
|
3
|
+
description: "[Devflow] Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Code Review and Quality
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-simplification
|
|
3
|
-
description: Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
|
|
3
|
+
description: "[Devflow] Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Code Simplification
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: codebase-design
|
|
3
|
-
description: Shared vocabulary for designing deep modules. Use when a DevFlow stage needs module/interface design, seam placement, testability review, or architecture simplification.
|
|
3
|
+
description: "[Devflow] Shared vocabulary for designing deep modules. Use when a DevFlow stage needs module/interface design, seam placement, testability review, or architecture simplification."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Codebase Design
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---name: commit
|
|
2
2
|
|
|
3
|
-
description: Smart Commit (Git Orchestration) - Stage files intelligently and write a concise, imperative commit message according to project standards.
|
|
3
|
+
description: "[Devflow] Smart Commit (Git Orchestration) - Stage files intelligently and write a concise, imperative commit message according to project standards."
|
|
4
4
|
---
|
|
5
5
|
# ๐’พ Smart Commit (Git Orchestration)
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: competitor-analysis
|
|
3
|
-
description: Research competitors, market alternatives, user pain points, and differentiation opportunities. Use when product framing, roadmap decisions, or strategic positioning need source-backed external context.
|
|
3
|
+
description: "[Devflow] Research competitors, market alternatives, user pain points, and differentiation opportunities. Use when product framing, roadmap decisions, or strategic positioning need source-backed external context."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Competitor Analysis
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: context-engineering
|
|
3
|
-
description: Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
|
|
3
|
+
description: "[Devflow] Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Context Engineering
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: database-design
|
|
3
|
-
description: Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
|
|
3
|
+
description: "[Devflow] Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -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
|
|
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
|
|
|
@@ -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,
|
|
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,78 +9,97 @@ 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`)**: 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
|
-
- **With user request (
|
|
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
|
+
- **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. **
|
|
20
|
-
2. **Active
|
|
21
|
-
3. **
|
|
22
|
-
4. **
|
|
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
|
+
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
|
+
3. **Active Discovery**: Check `devflow/discoveries/` for open discovery notes.
|
|
22
|
+
4. **Audit Findings Ledger**: Check `devflow/context/findings.md` for open high-severity findings.
|
|
23
23
|
|
|
24
24
|
### State-Based Recommendation Rules
|
|
25
25
|
|
|
26
|
-
- If
|
|
27
|
-
- If a run is at `
|
|
28
|
-
- If a run is at `
|
|
29
|
-
- If a run is at `
|
|
30
|
-
- If a run is at `40-implement.md` with
|
|
31
|
-
- If a run
|
|
32
|
-
- If
|
|
33
|
-
- If no run is active and
|
|
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`).
|
|
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`).
|
|
32
|
+
- If a run passed `50-verify.md` -> Recommend `60-report {RUNNING_ID}` then `70-release {RUNNING_ID}`.
|
|
33
|
+
- If no run is active and user wants to explore an idea -> Recommend `00-discover` (or `discover`, `Brainstorm`).
|
|
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`).
|
|
34
36
|
|
|
35
37
|
## Intent Classification & Skill Routing
|
|
36
38
|
|
|
37
39
|
When the user specifies a request, map it to the matching DevFlow 2.0 stage or companion command:
|
|
38
40
|
|
|
39
|
-
| User Intent / Request Type | Recommended Skill | Lifecycle Path |
|
|
40
|
-
|
|
|
41
|
-
| "
|
|
42
|
-
| "
|
|
43
|
-
| "
|
|
44
|
-
| "
|
|
45
|
-
| "
|
|
46
|
-
| "
|
|
47
|
-
| "
|
|
48
|
-
| "
|
|
49
|
-
| "
|
|
50
|
-
| "
|
|
51
|
-
| "
|
|
52
|
-
| "
|
|
53
|
-
| "
|
|
54
|
-
| "
|
|
55
|
-
| "
|
|
56
|
-
| "
|
|
57
|
-
| "
|
|
41
|
+
| User Intent / Request Type | Recommended Skill | Normal Name / Alias | Lifecycle Path |
|
|
42
|
+
| :--- | :--- | :--- | :--- |
|
|
43
|
+
| "Setup DevFlow on fresh/new project" | `onboard` | `onboard` / `setup` | `onboard` -> `00-discover` or `10-define` |
|
|
44
|
+
| "Adopt DevFlow on existing codebase" | `adopt` | `adopt` / `bootstrap` | `adopt` -> `00-discover` or `10-define` |
|
|
45
|
+
| "Check setup health & diagnostics" | `doctor` | `doctor` / `health` | `doctor` |
|
|
46
|
+
| "Explore a new request / idea" | `00-discover` | `discover` | `00-discover` -> `10-define` -> `20-spec` -> ... |
|
|
47
|
+
| "Define delivery boundaries and ID" | `10-define` | `define` | `10-define` -> `20-spec` -> `30-plan` |
|
|
48
|
+
| "Write formal markdown specification" | `20-spec` | `spec` | `20-spec` -> `30-plan` -> `40-implement` |
|
|
49
|
+
| "Break down spec into actionable plan" | `30-plan` | `plan` | `30-plan` -> `40-implement` -> `50-verify` |
|
|
50
|
+
| "Execute code implementation" | `40-implement` | `implement` | `40-implement` -> `50-verify` |
|
|
51
|
+
| "Verify code quality & QA review" | `50-verify` | `verify` | `50-verify` -> `60-report` -> `70-release` |
|
|
52
|
+
| "Generate summary HTML/MD report" | `60-report` | `report` | `60-report` -> `70-release` |
|
|
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` |
|
|
59
|
+
| "High-level goal or long-running task" | `goal` | `goal` | `goal` -> `00-discover` |
|
|
60
|
+
| "Brainstorm ideas without allocating ID" | `brainstorm` | `brainstorm` | `brainstorm` -> `00-discover` |
|
|
61
|
+
| "Deep codebase or web research" | `research` | `research` | `research` |
|
|
62
|
+
| "Investigate failure or root cause" | `debug` | `debug` | `debug` -> `40-implement` or `10-define` |
|
|
63
|
+
| "Product framing & PRD creation" | `prd` | `prd` | `prd` -> `00-discover` |
|
|
64
|
+
| "Intake and triage incoming bugs" | `issue-triage` | `issue-triage` | `issue-triage` -> `debug` or `10-define` |
|
|
65
|
+
| "High-severity security audit" | `security-review` | `security-review` | `security-review` |
|
|
66
|
+
| "Manage project knowledge base" | `wiki` | `wiki` | `wiki` |
|
|
67
|
+
| "Verify or update DevFlow setup" | `check-for-updates` | `check-for-updates` | `check-for-updates` |
|
|
58
68
|
|
|
59
69
|
## Available Skills Sitemap
|
|
60
70
|
|
|
61
71
|
Always provide a clean summary of available Nexus-DevFlow skills grouped by lifecycle stage:
|
|
62
72
|
|
|
63
73
|
### 1. Mainline Lifecycle Stages (Linear Order)
|
|
64
|
-
- `/00-discover` - Explore request, route inquiries, go/no-go under Discovery ID
|
|
65
|
-
- `/10-define` - Lock delivery boundaries and allocate Running ID (`devflow/runs/{ID}`)
|
|
66
|
-
- `/20-spec` - Formalize markdown-first specifications and acceptance criteria
|
|
67
|
-
- `/30-plan` - Transform spec into executable task breakdown
|
|
68
|
-
- `/40-implement` - Execute planned tasks incrementally with evidence
|
|
69
|
-
- `/50-verify` - Senior QA review, validation checks, and pass/fail gate
|
|
70
|
-
- `/60-report` - Generate standardized markdown and HTML summary report
|
|
71
|
-
- `/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
|
|
72
82
|
|
|
73
83
|
### 2. Public Companion Commands
|
|
74
|
-
- `
|
|
75
|
-
- `
|
|
76
|
-
- `
|
|
77
|
-
- `
|
|
78
|
-
- `
|
|
79
|
-
- `
|
|
80
|
-
- `
|
|
81
|
-
- `
|
|
82
|
-
- `
|
|
83
|
-
- `
|
|
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)
|
|
93
|
+
- `goal` - Route broad goals before Discovery
|
|
94
|
+
- `brainstorm` - Ideate without allocating running IDs
|
|
95
|
+
- `research` - Conduct codebase or web research
|
|
96
|
+
- `debug` - Root cause investigation before or during implementation
|
|
97
|
+
- `prd` - Product framing before delivery commitment
|
|
98
|
+
- `issue-triage` - Intake and triage incoming bug reports
|
|
99
|
+
- `security-review` - High-severity security review
|
|
100
|
+
- `wiki` - Knowledge base management under `devflow/wiki/`
|
|
101
|
+
- `check-for-updates` - Verify or upgrade DevFlow setup
|
|
102
|
+
- `help` - Process assistance and stage routing
|
|
84
103
|
|
|
85
104
|
### 3. Engineering & Specialist Skills
|
|
86
105
|
- **Frontend & UI**: `frontend-ui-engineering`, `nextjs-react-expert`, `tailwind-patterns`, `ui-ux-pro-max`, `mobile-design`
|
|
@@ -1,6 +1,6 @@
|
|
|
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
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: doctor
|
|
3
|
+
description: "[Devflow] Read-only DevFlow health check and diagnostics for context files, adapters, commands, and workflow drift."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# doctor - Read-Only DevFlow Health Check & Diagnostics
|
|
7
|
+
|
|
8
|
+
Where this sits in the workflow:
|
|
9
|
+
|
|
10
|
+
```text
|
|
11
|
+
Any time during development -> [doctor] -> Health Report & Actionable Fixes
|
|
12
|
+
(read-only inspection) (diagnostics) (remediation recommendations)
|
|
13
|
+
```
|
|
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.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Input
|
|
20
|
+
|
|
21
|
+
No argument is required.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## Diagnostics Checklist
|
|
26
|
+
|
|
27
|
+
Run through these 5 health checks:
|
|
28
|
+
|
|
29
|
+
### Check 1: Core Framework & Context Files Integrity
|
|
30
|
+
- Check if [AGENTS.md](AGENTS.md) and [CLAUDE.md](CLAUDE.md) exist and are populated.
|
|
31
|
+
- Check required context files under `devflow/context/`:
|
|
32
|
+
- `project-overview.md` (Check if still empty/placeholder -> recommend `/onboard` or `/adopt`)
|
|
33
|
+
- `coding-standards.md` (Check if customized for stack)
|
|
34
|
+
- `ai-interaction.md` (Check if rules are configured)
|
|
35
|
+
- `current-stage.md` (Check if active run matches filesystem)
|
|
36
|
+
- `findings.md` (Check if ledger exists)
|
|
37
|
+
|
|
38
|
+
### Check 2: Tool Adapters Parity
|
|
39
|
+
- Check if `.agents/skills/` exists and contains core lifecycle skills (`00-discover` through `70-release`, `devflow`, `onboard`, `adopt`, `doctor`).
|
|
40
|
+
- Check if `.claude/skills/` is in sync with `.agents/skills/`.
|
|
41
|
+
|
|
42
|
+
### Check 3: Commands & Script Verification
|
|
43
|
+
- Inspect the Commands section in `AGENTS.md`.
|
|
44
|
+
- Cross-reference with project manifest (`package.json`, `pyproject.toml`, `Cargo.toml`, etc.):
|
|
45
|
+
- Does the `Dev` command exist in scripts?
|
|
46
|
+
- Does the `Build` command exist in scripts?
|
|
47
|
+
- Does the `Test` command exist in scripts?
|
|
48
|
+
- Does the `Verify` command exist in scripts?
|
|
49
|
+
|
|
50
|
+
### Check 4: Active Runs & Workflow Drift Detection
|
|
51
|
+
- Inspect `devflow/runs/`:
|
|
52
|
+
- Are there active runs?
|
|
53
|
+
- Is `current-stage.md` consistent with the latest stage artifact in the active run?
|
|
54
|
+
- Are checklists (`checklists/implementation-checklist.md`, `checklists/verification-checklist.md`) properly tracked?
|
|
55
|
+
- Detect stage skips or workflow drift (e.g. jumping from `10-define` directly to `40-implement` without `20-spec` and `30-plan`).
|
|
56
|
+
|
|
57
|
+
### Check 5: Findings Ledger Inspection
|
|
58
|
+
- Inspect `devflow/context/findings.md`:
|
|
59
|
+
- Are there open P0 or P1 findings that block release?
|
|
60
|
+
- Are resolved findings properly closed?
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Output Format
|
|
65
|
+
|
|
66
|
+
Present a clean, scannable diagnostic report:
|
|
67
|
+
|
|
68
|
+
```markdown
|
|
69
|
+
# 🩺 Nexus-DevFlow Health Report
|
|
70
|
+
|
|
71
|
+
## Overall Status: [HEALTHY | WARNING | ACTION REQUIRED]
|
|
72
|
+
|
|
73
|
+
| Component | Status | Details |
|
|
74
|
+
| :--- | :--- | :--- |
|
|
75
|
+
| **Context Files** | [PASS / WARN] | project-overview.md, coding-standards.md status |
|
|
76
|
+
| **Tool Adapters** | [PASS / WARN] | .agents and .claude parity |
|
|
77
|
+
| **Configured Commands**| [PASS / WARN] | dev, build, test, verify alignment |
|
|
78
|
+
| **Active Runs & Drift**| [PASS / WARN] | active run status, stage progression |
|
|
79
|
+
| **Findings Ledger** | [PASS / WARN] | open P0/P1 issues count |
|
|
80
|
+
|
|
81
|
+
### Recommended Remediation Actions:
|
|
82
|
+
1. [Action item if any warning or failure detected]
|
|
83
|
+
2. [Suggested next command, e.g. /devflow, /onboard, /adopt, etc.]
|
|
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: 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: 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
|
|
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
|
|
|
@@ -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
|
|
@@ -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
|