@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: incremental-implementation
|
|
3
|
-
description: Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
|
|
3
|
+
description: "[Devflow] Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Incremental Implementation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---name: insight
|
|
2
2
|
|
|
3
|
-
description:
|
|
3
|
+
description: "[Devflow] Extract reusable lessons, patterns, file insights, and post-mortem learning from completed work."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Phase 54: Insight Extraction
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: insight-capture
|
|
3
|
-
description: Extract durable lessons, patterns, gotchas, and post-mortem knowledge from completed work. Use when implementation or verification work should become reusable team knowledge.
|
|
3
|
+
description: "[Devflow] Extract durable lessons, patterns, gotchas, and post-mortem knowledge from completed work. Use when implementation or verification work should become reusable team knowledge."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Insight Capture
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: intelligent-routing
|
|
3
|
-
description: Automatic agent and stage routing for DevFlow 2.0. Use when deciding which active workflow, skill, or specialist should own the next step.
|
|
3
|
+
description: "[Devflow] Automatic agent and stage routing for DevFlow 2.0. Use when deciding which active workflow, skill, or specialist should own the next step."
|
|
4
4
|
version: 2.0.0
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: lint-and-validate
|
|
3
|
-
description: Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.
|
|
3
|
+
description: "[Devflow] Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis."
|
|
4
4
|
allowed-tools: Read, Glob, Grep, Bash
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mcp-builder
|
|
3
|
-
description: MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices.
|
|
3
|
+
description: "[Devflow] MCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: md2html
|
|
3
|
-
description: Convert long-form Markdown (plan, spec, system design, RFC, runbook, postmortem, brainstorm, notes) into a single self-contained HTML page with Mermaid diagrams, step timelines, callouts, sidebar TOC. Claude-orange light+dark theme. Multi-language. Portable across Claude Code / Codex / Antigravity / any AI agent.
|
|
3
|
+
description: "[Devflow] Convert long-form Markdown (plan, spec, system design, RFC, runbook, postmortem, brainstorm, notes) into a single self-contained HTML page with Mermaid diagrams, step timelines, callouts, sidebar TOC. Claude-orange light+dark theme. Multi-language. Portable across Claude Code / Codex / Antigravity / any AI agent."
|
|
4
4
|
trigger: /md2html
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---name: merge
|
|
2
2
|
|
|
3
|
-
description:
|
|
3
|
+
description: "[Devflow] Safe PR branch merge into base branch, cleanup, and release readiness check."
|
|
4
4
|
---
|
|
5
5
|
# Smart Merge (Git Orchestration)
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mobile-design
|
|
3
|
-
description: Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps.
|
|
3
|
+
description: "[Devflow] Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps."
|
|
4
4
|
allowed-tools: Read, Glob, Grep, Bash
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: react-best-practices
|
|
3
|
-
description: React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations.
|
|
3
|
+
description: "[Devflow] React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: nodejs-best-practices
|
|
3
|
-
description: Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.
|
|
3
|
+
description: "[Devflow] Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: onboard
|
|
3
|
+
description: "[Devflow] Set up Nexus-DevFlow after overlaying it onto a freshly scaffolded or early-stage project."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# onboard - Finish the Nexus-DevFlow Setup for Fresh Projects
|
|
7
|
+
|
|
8
|
+
Where this sits in the workflow:
|
|
9
|
+
|
|
10
|
+
```text
|
|
11
|
+
scaffold app -> overlay DevFlow -> [onboard] -> /00-discover or /10-define -> Mainline Loop
|
|
12
|
+
(user/tool) (create-nexus) (tune setup) (discovery / run scoping) (20-spec -> 70-release)
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
`/onboard` is the fresh-project on-ramp for Nexus-DevFlow. It assumes the application was scaffolded first (e.g. via `create-next-app`, `create-vite`, `cargo new`, etc.) and DevFlow was overlaid after.
|
|
16
|
+
|
|
17
|
+
Run `/onboard` before starting discovery or delivery runs. Its job is to make DevFlow fit the real project from day one: detecting commands, project name, coding conventions, ignore rules, and tool adapters.
|
|
18
|
+
|
|
19
|
+
Use `/adopt` instead when the app already has substantial shipped code, working routes, and existing business logic.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Input
|
|
24
|
+
|
|
25
|
+
No argument is required. If the user provides context about the stack, database, authentication, or preferred tooling, use it as a hint and verify against files.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Step 0 - Confirm Onboarding vs Adoption
|
|
30
|
+
|
|
31
|
+
Inspect the repository and context files:
|
|
32
|
+
|
|
33
|
+
- If the project is freshly scaffolded with minimal boilerplate, proceed.
|
|
34
|
+
- If `devflow/context/project-overview.md` and `devflow/context/coding-standards.md` already contain rich, user-customized content, do not overwrite them without explicit confirmation.
|
|
35
|
+
- If the repository already has substantial existing routes, controllers, or database models, stop and recommend `/adopt` instead.
|
|
36
|
+
|
|
37
|
+
Never run a framework scaffolder. DevFlow is already overlaid.
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Step 1 - Survey the Project Facts
|
|
42
|
+
|
|
43
|
+
Read only enough to identify the setup:
|
|
44
|
+
|
|
45
|
+
- **Package Manager & Lockfile**: `pnpm-lock.yaml`, `package-lock.json`, `yarn.lock`, `bun.lockb`, `Cargo.lock`, `poetry.lock`, `go.sum`, etc.
|
|
46
|
+
- **Manifest Scripts**: `package.json`, `pyproject.toml`, `go.mod`, `Cargo.toml`, etc.
|
|
47
|
+
- **Framework & Configs**: `tsconfig.json`, `next.config.*`, `vite.config.*`, `astro.config.*`, `tailwind.config.*`, database configs, test configs.
|
|
48
|
+
- **Source Layout**: `src/`, `app/`, `pages/`, `components/`, `lib/`, etc.
|
|
49
|
+
- **Existing Git & Ignore Rules**: `.gitignore`, git branches.
|
|
50
|
+
- **Project Name**: Extracted from manifest, root directory, or user.
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Step 2 - Update Entry Files (AGENTS.md & CLAUDE.md)
|
|
55
|
+
|
|
56
|
+
1. **Update `AGENTS.md` Commands**:
|
|
57
|
+
- Fill in the actual commands found in the project:
|
|
58
|
+
- `Dev`: dev server command (e.g. `npm run dev`)
|
|
59
|
+
- `Build`: production build command (e.g. `npm run build`)
|
|
60
|
+
- `Test`: test runner command (e.g. `npm test`, `vitest`, `pytest`)
|
|
61
|
+
- `Lint / Typecheck`: linting and typechecking commands
|
|
62
|
+
- `Verify`: combined verification command if present (e.g. `npm run check` or `npm run typecheck && npm test && npm run build`)
|
|
63
|
+
- If no test command exists, state explicitly that testing is opt-in and not yet configured.
|
|
64
|
+
|
|
65
|
+
2. **Update `CLAUDE.md`**:
|
|
66
|
+
- Replace any `# Project Name` placeholder with the real detected project name.
|
|
67
|
+
- Keep `@AGENTS.md` and `@devflow/context/...` imports intact.
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## Step 3 - Tune Coding Standards
|
|
72
|
+
|
|
73
|
+
Update `devflow/context/coding-standards.md` to match the detected stack:
|
|
74
|
+
|
|
75
|
+
- Framework, rendering model, and component architecture
|
|
76
|
+
- Package manager and runtime
|
|
77
|
+
- Project directory conventions
|
|
78
|
+
- Styling approach (Tailwind CSS, Vanilla CSS, CSS Modules)
|
|
79
|
+
- Data fetching, state management, and API boundaries
|
|
80
|
+
- Validation and error handling expectations
|
|
81
|
+
- Testing expectations
|
|
82
|
+
|
|
83
|
+
Keep core general rules (functional style, small focused functions, clear naming) and replace template placeholders with real patterns.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## Step 4 - Check AI Interaction Rules
|
|
88
|
+
|
|
89
|
+
Review `devflow/context/ai-interaction.md` and adjust if needed:
|
|
90
|
+
- Language preferences (`artifact_language: "th"` or `"en"`)
|
|
91
|
+
- Branching conventions
|
|
92
|
+
- Review checkpoint expectations
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## Step 5 - Check Ignore Files, Visibility & Tool Adapters
|
|
97
|
+
|
|
98
|
+
1. **Update `.gitignore`**: Ensure common build artifacts, dependencies, and environment files are ignored.
|
|
99
|
+
2. **DevFlow Visibility**:
|
|
100
|
+
- By default, keep DevFlow files tracked in git for team collaboration.
|
|
101
|
+
- If local-only mode is requested, add `devflow/`, `.agents/`, `.claude/`, `CLAUDE.md` to `.gitignore` while keeping `AGENTS.md` public.
|
|
102
|
+
3. **Tool Adapters**:
|
|
103
|
+
- Codex & Antigravity use `.agents/skills/`.
|
|
104
|
+
- Claude Code uses `.claude/skills/`.
|
|
105
|
+
- Both can coexist cleanly.
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## Step 6 - Initialize Project Overview
|
|
110
|
+
|
|
111
|
+
Populate `devflow/context/project-overview.md` with baseline information:
|
|
112
|
+
- Project Name and One-line Summary
|
|
113
|
+
- Tech Stack & Tooling Architecture
|
|
114
|
+
- Initial Repository Structure
|
|
115
|
+
- Available Verified Commands
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## Step 7 - Handoff to Planning
|
|
120
|
+
|
|
121
|
+
Present a concise onboarding summary report:
|
|
122
|
+
|
|
123
|
+
- Stack, framework, and package manager detected
|
|
124
|
+
- Commands configured in `AGENTS.md`
|
|
125
|
+
- Files tuned during onboarding
|
|
126
|
+
- Adapter status (`.agents/`, `.claude/`)
|
|
127
|
+
- Recommended next step:
|
|
128
|
+
- Run `00-discover` (or `/00-discover`, `$00-discover`) to explore the first feature or product direction
|
|
129
|
+
- Run `10-define` (or `/10-define`, `$10-define`) if the initial delivery slice is already clear and ready for execution
|
|
@@ -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:
|
|
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: 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: 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
|
|
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: 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: 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
|
|