@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: 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
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: test-driven-development
|
|
3
|
-
description: Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
|
|
3
|
+
description: "[Devflow] Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Test-Driven Development
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: test-execution-and-coverage
|
|
3
|
-
description: Generate missing tests, run existing tests, and summarize coverage and failures. Use when implementation or verification needs explicit testing evidence beyond a general TDD reminder.
|
|
3
|
+
description: "[Devflow] Generate missing tests, run existing tests, and summarize coverage and failures. Use when implementation or verification needs explicit testing evidence beyond a general TDD reminder."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Test Execution And Coverage
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: try
|
|
3
|
+
description: "[Devflow] Generate human manual QA review walkthrough guide (where to go, what to click, what to expect)."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# try - Manual QA & Review Walkthrough Guide
|
|
7
|
+
|
|
8
|
+
Where this sits in the workflow:
|
|
9
|
+
|
|
10
|
+
```text
|
|
11
|
+
/40-implement or /50-verify or /60-report -> [try] -> human review & verification
|
|
12
|
+
(work implemented / verified) (manual (where to go,
|
|
13
|
+
steps) what to click)
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
`/50-verify` proves behavior from automated QA and test runs. `/try` gives the user and testers an actionable, step-by-step manual walkthrough: start this command, open this route, click these controls, expect this result, and watch for these failure signs.
|
|
17
|
+
|
|
18
|
+
It is always **read-only 100%**. It does not edit files, install dependencies, commit, merge, push, or run destructive commands.
|
|
19
|
+
|
|
20
|
+
## Input
|
|
21
|
+
|
|
22
|
+
Optional scope:
|
|
23
|
+
|
|
24
|
+
- **no argument**: use the active run in `devflow/context/current-stage.md` (or the latest completed run under `devflow/runs/`)
|
|
25
|
+
- `latest`: use the most recent completed run in `devflow/runs/`
|
|
26
|
+
- a run ID or path: e.g. `/try RUN-002-add-onboard-adopt-doctor-skills`
|
|
27
|
+
- a specific route, endpoint, or CLI command: focus the walkthrough on that surface
|
|
28
|
+
|
|
29
|
+
If there is no active run and no run history, ask what change or feature the user wants to test manually.
|
|
30
|
+
|
|
31
|
+
## Step 1 - Find The Work To Explain
|
|
32
|
+
|
|
33
|
+
Read:
|
|
34
|
+
|
|
35
|
+
- `AGENTS.md` (Commands section)
|
|
36
|
+
- `devflow/context/current-stage.md`
|
|
37
|
+
- `devflow/context/project-overview.md`
|
|
38
|
+
- `devflow/context/coding-standards.md`
|
|
39
|
+
- Active run artifacts: `20-spec.md`, `30-plan.md`, `40-implement.md`, `50-verify.md` (or archived run artifacts)
|
|
40
|
+
- Current git branch and status
|
|
41
|
+
|
|
42
|
+
Do not dump the full spec. Extract only the concrete routes, screens, CLI commands, API endpoints, test data, and expected outcomes that a human needs to verify the feature.
|
|
43
|
+
|
|
44
|
+
## Step 2 - Identify How To Run The App
|
|
45
|
+
|
|
46
|
+
Check the Commands section in `AGENTS.md`. Adapt to the project type:
|
|
47
|
+
|
|
48
|
+
- **Web app**: dev server command (e.g. `npm run dev`), local URL (e.g. `http://localhost:3000`), and specific route/screen.
|
|
49
|
+
- **Server / API**: start command, base URL, endpoint, HTTP method, payload, and expected response shape.
|
|
50
|
+
- **CLI**: exact CLI command, flags, arguments, and expected terminal output.
|
|
51
|
+
- **Library / Module**: sample usage snippet, REPL call, or interactive test command.
|
|
52
|
+
- **Fullstack / Microservices**: minimal combined startup commands (e.g. backend + frontend).
|
|
53
|
+
|
|
54
|
+
If a startup command is missing or unclear in `AGENTS.md`, report that as a configuration gap rather than guessing.
|
|
55
|
+
|
|
56
|
+
## Step 3 - Produce The Manual Walkthrough Guide
|
|
57
|
+
|
|
58
|
+
Format the guide with these 5 standard sections:
|
|
59
|
+
|
|
60
|
+
1. **1. Start** - exact command(s) to start the system and where to run them.
|
|
61
|
+
2. **2. Open** - URL(s), screens, tabs, API endpoints, or terminal locations.
|
|
62
|
+
3. **3. Do** - specific clicks, form inputs, toggles, selections, or arguments.
|
|
63
|
+
4. **4. Expect** - expected visible UI change, response payload, state change, output, or absence of errors.
|
|
64
|
+
5. **5. Watch For** - common failure symptoms, console errors, network 4xx/5xx errors, stale state, layout breakage, or safety warnings.
|
|
65
|
+
|
|
66
|
+
### Example Walkthrough Style:
|
|
67
|
+
|
|
68
|
+
```markdown
|
|
69
|
+
### 1. Start
|
|
70
|
+
Run `npm run dev` in the project root.
|
|
71
|
+
|
|
72
|
+
### 2. Open
|
|
73
|
+
Navigate to `http://localhost:3000/dashboard/reports`.
|
|
74
|
+
|
|
75
|
+
### 3. Do
|
|
76
|
+
1. Click the **"Export Report"** button in the top right.
|
|
77
|
+
2. Select **"Format: HTML"** from the dropdown.
|
|
78
|
+
3. Click **"Download"**.
|
|
79
|
+
|
|
80
|
+
### 4. Expect
|
|
81
|
+
- A new file `report.html` is downloaded.
|
|
82
|
+
- The UI displays a green success toast: *"Report exported successfully"*.
|
|
83
|
+
- The downloaded HTML file opens in the browser with full styling and charts.
|
|
84
|
+
|
|
85
|
+
### 5. Watch For
|
|
86
|
+
- Spinner hanging indefinitely without downloading.
|
|
87
|
+
- Console error related to `Blob` or `URL.createObjectURL`.
|
|
88
|
+
- Broken styling or unrendered Mermaid charts in the exported HTML.
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
## Step 4 - Include Confidence, Best Signal & Gaps
|
|
92
|
+
|
|
93
|
+
Conclude with:
|
|
94
|
+
|
|
95
|
+
- **Best Signal**: the single most critical action the user should try first to confirm functionality.
|
|
96
|
+
- **Edge Cases & Error Flows**: optional secondary checks (e.g. invalid input, empty state, network failure).
|
|
97
|
+
- **Gaps & Assumptions**: anything the guide cannot know for certain (e.g. seed credentials, third-party API keys, required database fixtures).
|
|
98
|
+
|
|
99
|
+
## Rules
|
|
100
|
+
|
|
101
|
+
- **Strictly Read-Only**: Never edit code, commit, push, install packages, or mutate repository state.
|
|
102
|
+
- **Do Not Run Automatically**: Do not launch the server or run commands unless the user explicitly instructs you to do so in the chat.
|
|
103
|
+
- **Be Concrete & Specific**: Provide exact URLs, button labels, and payloads.
|
|
104
|
+
- **Acknowledge Uncertainty**: If a route or behavior is not specified in the spec, state it clearly as an assumption.
|
|
105
|
+
|
|
106
|
+
## Output Formatting
|
|
107
|
+
|
|
108
|
+
Follow the project conventions in `devflow/context/ai-interaction.md`: concise, scannable markdown with numbered steps and clear bold headers.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: type-design
|
|
3
|
-
description: Analyzes type and interface design for encapsulation, invariant expression, usefulness, and enforcement. Use when introducing new types, reviewing PRs with type changes, or refactoring domain models.
|
|
3
|
+
description: "[Devflow] Analyzes type and interface design for encapsulation, invariant expression, usefulness, and enforcement. Use when introducing new types, reviewing PRs with type changes, or refactoring domain models."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Type Design
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ui-ux-pro-max
|
|
3
|
-
description: AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation. Use when designing, building, or reviewing UI/UX.
|
|
3
|
+
description: "[Devflow] AI-powered design intelligence with 50+ styles, 95+ color palettes, and automated design system generation. Use when designing, building, or reviewing UI/UX."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# UI/UX Pro Max (Design Intelligence)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: using-agent-skills
|
|
3
|
-
description: Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
|
|
3
|
+
description: "[Devflow] Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Using Agent Skills
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: verification-orchestration
|
|
3
|
-
description: Coordinate multi-lane QA, specialist review, test planning, and verification follow-up. Use when /50-Verify needs more structure than a single pass and the team needs a QA matrix or specialist routing.
|
|
3
|
+
description: "[Devflow] Coordinate multi-lane QA, specialist review, test planning, and verification follow-up. Use when /50-Verify needs more structure than a single pass and the team needs a QA matrix or specialist routing."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Verification Orchestration
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vulnerability-scanner
|
|
3
|
-
description: Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.
|
|
3
|
+
description: "[Devflow] Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization."
|
|
4
4
|
allowed-tools: Read, Glob, Grep, Bash
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: workflow-documentation-sync
|
|
3
|
-
description: Enforces the synchronization and comprehensive update of documentation, manuals, usage guides, and examples whenever a new workflow is introduced or modified in the project. Use when introducing new workflows or changing existing ones.
|
|
3
|
+
description: "[Devflow] Enforces the synchronization and comprehensive update of documentation, manuals, usage guides, and examples whenever a new workflow is introduced or modified in the project. Use when introducing new workflows or changing existing ones."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Workflow Documentation Sync
|
package/template/AGENTS.md
CHANGED
|
@@ -6,42 +6,122 @@ Instructions for AI coding agents working in this project. This is the cross-too
|
|
|
6
6
|
|
|
7
7
|
This project uses **Nexus-DevFlow**, an agentic stage-based workflow layer. To start a new project, scaffold the application first in an empty folder, then run `npx @jakkrichm/create-nexus-devflow` to overlay DevFlow onto your codebase.
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## Read these for full context
|
|
10
|
+
|
|
11
|
+
- `devflow/context/project-overview.md` - the project's source of truth
|
|
12
|
+
- `devflow/context/coding-standards.md` - engineering conventions & rules to follow
|
|
13
|
+
- `devflow/context/ai-interaction.md` - how to interact with the user on this project
|
|
14
|
+
- `devflow/context/current-stage.md` - active discovery or running delivery state
|
|
15
|
+
- `devflow/context/findings.md` - quality, security, and verification ledger
|
|
16
|
+
|
|
17
|
+
## Tool-Specific Adapters & Execution Rules
|
|
10
18
|
|
|
11
19
|
The workflow and skills are exposed through tool-specific adapters:
|
|
12
20
|
|
|
13
|
-
- **Codex & Google Antigravity**: `.agents/skills/<skill>/SKILL.md`
|
|
21
|
+
- **OpenAI Codex & Google Antigravity**: `.agents/skills/<skill>/SKILL.md`
|
|
14
22
|
- **Claude Code**: `.claude/skills/<skill>/SKILL.md`
|
|
15
23
|
|
|
16
24
|
Unused adapter families can be removed. Codex and Antigravity projects keep `.agents/` and `AGENTS.md`. Claude Code projects keep `.claude/` and `AGENTS.md` (via `CLAUDE.md`).
|
|
17
25
|
|
|
26
|
+
### Universal Invocation & Agent Directives:
|
|
27
|
+
|
|
28
|
+
1. **Universal Command Names**: You can invoke workflows using plain stage names (`00-discover`, `10-define`, `20-spec`, `30-plan`, `40-implement`, `50-verify`, `60-report`, `70-release`, `devflow`), semantic aliases (`discover`, `define`, `spec`, `plan`, `implement`, `verify`, `report`, `release`, `status`), slash commands (`/00-discover`, `/devflow`), Codex skill format (`$00-discover`, `$spec`), or natural language intents (e.g., "start discovery", "write spec", "implement next step").
|
|
29
|
+
2. **OpenAI Codex & Non-Native CLI Tools**: In environments without automatic background skill discovery (such as OpenAI Codex CLI, Aider, or generic terminals), **you MUST use your file reading tool to inspect `.agents/skills/<skill>/SKILL.md` before executing the stage** to strictly follow its schema, artifact contract, and quality gates.
|
|
30
|
+
3. **Google Antigravity & Claude Code**: Native skill engines automatically discover and surface `.agents/skills/` and `.claude/skills/`.
|
|
31
|
+
4. **State-Aware Inspection**: When unsure what to do next, invoke `devflow` (or `/devflow`, `$devflow`) to automatically inspect `devflow/context/current-stage.md` and active runs in `devflow/runs/`.
|
|
32
|
+
5. **Default Artifact & Communication Language (Thai)**: All generated markdown stage artifacts (`00-discover.md`, `10-define.md`, `20-spec.md`, `30-plan.md`, `40-implement.md`, `50-verify.md`, `60-report.md`, `70-release.md`) and user communication MUST default to **Thai (`th`)**, while code, technical terms, file paths, and identifiers remain in English.
|
|
33
|
+
|
|
18
34
|
## Timeline Workflow
|
|
19
35
|
|
|
20
36
|
```text
|
|
21
|
-
|
|
37
|
+
00-discover -> 10-define -> 20-spec -> 30-plan -> 40-implement -> 50-verify -> 60-report -> 70-release
|
|
22
38
|
```
|
|
23
39
|
|
|
24
40
|
### Mainline Stages:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
41
|
+
|
|
42
|
+
1. `00-discover` (alias: `discover`, `/00-discover`, `$00-discover`)
|
|
43
|
+
- **Purpose**: Explore a request before delivery commitment without allocating a running ID.
|
|
44
|
+
- **Artifact**: `devflow/discoveries/{discovery-id}-{slug}/00-discover.md`
|
|
45
|
+
- **Gate**: Produces `Proceed`, `Defer`, or `Reject` decision.
|
|
46
|
+
|
|
47
|
+
2. `10-define` (alias: `define`, `/10-define`, `$10-define`)
|
|
48
|
+
- **Purpose**: Turn an approved discovery into one or more bounded delivery runs with stable scope and sequential Running IDs.
|
|
49
|
+
- **Artifact**: `devflow/runs/{running-id}-{slug}/10-define.md`
|
|
50
|
+
- **Gate**: Approved run map and explicit in-scope / out-of-scope boundaries.
|
|
51
|
+
|
|
52
|
+
3. `20-spec` (alias: `spec`, `/20-spec`, `$20-spec`)
|
|
53
|
+
- **Purpose**: Formalize markdown-first delivery contract and testable acceptance criteria from a stable definition.
|
|
54
|
+
- **Artifact**: `devflow/runs/{running-id}-{slug}/20-spec.md`
|
|
55
|
+
- **Gate**: Unambiguous acceptance criteria and hard constraints.
|
|
56
|
+
|
|
57
|
+
4. `30-plan` (alias: `plan`, `/30-plan`, `$30-plan`)
|
|
58
|
+
- **Purpose**: Transform `20-spec.md` into phased executable tasks with explicit test decisions (Required / Manual / Not Required).
|
|
59
|
+
- **Artifacts**: `30-plan.md`, `checklists/implementation-checklist.md`, `checklists/verification-checklist.md`
|
|
60
|
+
- **Gate**: Ordered dependencies, scoped subtasks, and TDD decisions.
|
|
61
|
+
|
|
62
|
+
5. `40-implement` (alias: `implement`, `/40-implement`, `$40-implement`)
|
|
63
|
+
- **Purpose**: Execute planned tasks incrementally one scoped unit at a time behind review gates.
|
|
64
|
+
- **Artifact**: `40-implement.md` (and updated checklists)
|
|
65
|
+
- **Gate**: Code changes tested, verification recorded, deviations documented.
|
|
66
|
+
|
|
67
|
+
6. `50-verify` (alias: `verify`, `/50-verify`, `$50-verify`)
|
|
68
|
+
- **Purpose**: Senior QA review and multi-lane validation check across functionality, regressions, and quality standards.
|
|
69
|
+
- **Artifact**: `50-verify.md` (optional `50-verify-impact.md`)
|
|
70
|
+
- **Gate**: Pass or return-to-implement decision with evidence.
|
|
71
|
+
|
|
72
|
+
7. `60-report` (alias: `report`, `/60-report`, `$60-report`)
|
|
73
|
+
- **Purpose**: Produce the standardized final markdown and self-contained HTML summary report for the completed run.
|
|
74
|
+
- **Artifacts**: `60-report.md`, `60-report.html`
|
|
75
|
+
- **Gate**: Completed delivery digest ready for stakeholder review.
|
|
76
|
+
|
|
77
|
+
8. `70-release` (alias: `release`, `/70-release`, `$70-release`)
|
|
78
|
+
- **Purpose**: Package verified work for delivery, git merge, pull request, changelog update, or deployment.
|
|
79
|
+
- **Artifact**: `70-release.md`
|
|
80
|
+
- **Gate**: Safe handoff, release notes, and deployment readiness.
|
|
33
81
|
|
|
34
82
|
### Public Companion Commands:
|
|
35
|
-
|
|
36
|
-
- `
|
|
37
|
-
- `
|
|
38
|
-
- `
|
|
39
|
-
- `
|
|
40
|
-
- `
|
|
41
|
-
- `
|
|
42
|
-
- `
|
|
43
|
-
- `
|
|
44
|
-
- `
|
|
83
|
+
|
|
84
|
+
- `devflow` (alias: `status`, `/devflow`, `$devflow`): Flagship interactive guide, state inspector, and intent router.
|
|
85
|
+
- `onboard` (alias: `/onboard`, `$onboard`): Initial stack detection and baseline setup for fresh/scaffolded projects.
|
|
86
|
+
- `adopt` (alias: `/adopt`, `$adopt`): Survey existing brownfield codebases and bootstrap DevFlow context.
|
|
87
|
+
- `doctor` (alias: `/doctor`, `$doctor`): Read-only health check for context files, adapters, commands, and workflow drift.
|
|
88
|
+
- `try` (alias: `/try`, `$try`): Step-by-step human manual QA review guide (where to go, what to click, what to expect).
|
|
89
|
+
- `rollback` (alias: `/rollback`, `$rollback`): Safe feature/run reversal planner with dependency and commit risk analysis.
|
|
90
|
+
- `ci` (alias: `/ci`, `$ci`): Automatic GitHub Actions workflow (`.github/workflows/verify.yml`) setup and alignment.
|
|
91
|
+
- `brief` (alias: `/brief`, `$brief`): Read-only scope, dependency, and size pre-briefing before speccing a run.
|
|
92
|
+
- `autopilot` (alias: `/autopilot`, `$autopilot`): Optional explicit mode for one bounded spec/plan/implement/verify/report pass with checkpoint commits and review packet.
|
|
93
|
+
- `goal`: Route broad, open-ended goals before Discovery.
|
|
94
|
+
- `brainstorm`: Structured divergent & convergent ideation without creating running IDs.
|
|
95
|
+
- `research`: Conduct deep codebase or web research with source-backed citations.
|
|
96
|
+
- `debug`: Root cause investigation before or during implementation without editing code.
|
|
97
|
+
- `prd`: Product Requirements Document drafting before delivery commitment.
|
|
98
|
+
- `issue-triage`: Intake, categorize, and prioritize incoming issues and bug reports.
|
|
99
|
+
- `security-review`: High-severity vulnerability and security review.
|
|
100
|
+
- `wiki`: Knowledge base management and ingestion under `devflow/wiki/`.
|
|
101
|
+
- `check-for-updates`: Verify or upgrade DevFlow setup.
|
|
102
|
+
- `help`: Routing and process assistance across DevFlow workflows.
|
|
103
|
+
|
|
104
|
+
## Invocation Reference
|
|
105
|
+
|
|
106
|
+
| Stage / Command | Normal Name | Semantic Alias | OpenAI Codex | Slash Command | Natural Language |
|
|
107
|
+
| :--- | :--- | :--- | :--- | :--- | :--- |
|
|
108
|
+
| **Setup (Fresh)**| `onboard` | `setup` | `$onboard`, `$setup` | `/onboard` | "onboard project", "setup devflow" |
|
|
109
|
+
| **Adopt (Exist)**| `adopt` | `bootstrap` | `$adopt`, `$bootstrap` | `/adopt` | "adopt codebase", "bootstrap devflow" |
|
|
110
|
+
| **Diagnostics** | `doctor` | `health` | `$doctor`, `$health` | `/doctor` | "doctor check", "diagnose devflow" |
|
|
111
|
+
| **Manual QA** | `try` | `manual-test` | `$try` | `/try` | "how to try", "where to click", "manual test guide" |
|
|
112
|
+
| **Reversal** | `rollback` | `revert` | `$rollback` | `/rollback` | "rollback run", "undo feature", "plan reversal" |
|
|
113
|
+
| **CI Setup** | `ci` | `github-actions`| `$ci` | `/ci` | "setup ci", "create github actions", "add verify workflow" |
|
|
114
|
+
| **Pre-Check** | `brief` | `preview-scope`| `$brief` | `/brief` | "brief feature", "check next scope", "preview run" |
|
|
115
|
+
| **Autopilot** | `autopilot` | `auto-loop` | `$autopilot` | `/autopilot` | "run autopilot", "autopilot feature", "start auto loop" |
|
|
116
|
+
| **Stage 00** | `00-discover` | `discover` | `$00-discover`, `$discover` | `/00-discover` | "start discovery", "explore request" |
|
|
117
|
+
| **Stage 10** | `10-define` | `define` | `$10-define`, `$define` | `/10-define` | "define run scope", "allocate run" |
|
|
118
|
+
| **Stage 20** | `20-spec` | `spec` | `$20-spec`, `$spec` | `/20-spec` | "write spec", "create delivery contract" |
|
|
119
|
+
| **Stage 30** | `30-plan` | `plan` | `$30-plan`, `$plan` | `/30-plan` | "plan tasks", "breakdown plan" |
|
|
120
|
+
| **Stage 40** | `40-implement` | `implement` | `$40-implement`, `$implement` | `/40-implement` | "implement step", "build task" |
|
|
121
|
+
| **Stage 50** | `50-verify` | `verify` | `$50-verify`, `$verify` | `/50-verify` | "verify QA", "run validation" |
|
|
122
|
+
| **Stage 60** | `60-report` | `report` | `$60-report`, `$report` | `/60-report` | "generate report", "summarize run" |
|
|
123
|
+
| **Stage 70** | `70-release` | `release` | `$70-release`, `$release` | `/70-release` | "package release", "prepare PR/deploy" |
|
|
124
|
+
| **Router** | `devflow` | `status` | `$devflow`, `$status` | `/devflow` | "what to do next", "check progress" |
|
|
45
125
|
|
|
46
126
|
## Mainline Rules
|
|
47
127
|
|
|
@@ -50,9 +130,9 @@ Unused adapter families can be removed. Codex and Antigravity projects keep `.ag
|
|
|
50
130
|
3. If a command is not a true mainline state, do not give it a number.
|
|
51
131
|
4. Companion commands may be suggested by a mainline workflow but do not replace that workflow.
|
|
52
132
|
|
|
53
|
-
##
|
|
133
|
+
## Commands
|
|
54
134
|
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
- Test
|
|
58
|
-
-
|
|
135
|
+
- Dev Server: `npm run dev`
|
|
136
|
+
- Build: `npm run build`
|
|
137
|
+
- Test: `npm test`
|
|
138
|
+
- Verify: `npm run check` (Run `/onboard` to auto-configure)
|
|
@@ -1,19 +1,27 @@
|
|
|
1
|
-
# Coding Standards
|
|
1
|
+
# Coding Standards
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> Project conventions and rules to follow during development.
|
|
4
|
+
> Run `/onboard` (or `/adopt` for existing codebases) to tune these standards to your specific stack.
|
|
4
5
|
|
|
5
|
-
##
|
|
6
|
+
## Architecture and Conventions
|
|
6
7
|
|
|
7
|
-
- Write
|
|
8
|
-
-
|
|
9
|
-
-
|
|
8
|
+
- Write clean, modular, and maintainable code with clear single responsibilities.
|
|
9
|
+
- Prefer TypeScript and explicit interfaces where available.
|
|
10
|
+
- Keep dependencies lean and justified.
|
|
10
11
|
|
|
11
|
-
##
|
|
12
|
+
## Code Organization & Style
|
|
12
13
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
14
|
+
- Structure source code following framework-native conventions.
|
|
15
|
+
- Keep functions focused and avoid deeply nested logic.
|
|
16
|
+
- Use consistent naming conventions (camelCase for functions/variables, PascalCase for components/types).
|
|
15
17
|
|
|
16
|
-
##
|
|
18
|
+
## Error Handling & Security
|
|
17
19
|
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
+
- Handle errors explicitly and provide meaningful error messages.
|
|
21
|
+
- Never hardcode credentials, secrets, or API keys in source code.
|
|
22
|
+
- Sanitize and validate all user inputs.
|
|
23
|
+
|
|
24
|
+
## Testing & Quality
|
|
25
|
+
|
|
26
|
+
- Follow the TDD workflow for behavior-changing code units.
|
|
27
|
+
- Run tests and linting before completing features or fixes.
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Findings Ledger
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> Review findings raised by `/security-review` or QA audits.
|
|
4
|
+
> Resolved findings are tracked with durable IDs.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
- **Total Open P0/P1**: 0
|
|
7
|
+
- **Total Tracked**: 0
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
| :- | :--- | :--- | :--- | :--- | :--- |
|
|
9
|
-
|
|
10
|
-
## Resolved Findings
|
|
11
|
-
|
|
12
|
-
| ID | Severity | Category | Title | Resolved Run | Date |
|
|
13
|
-
| :- | :--- | :--- | :--- | :--- | :--- |
|
|
9
|
+
_No findings recorded._
|
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
# Project Overview
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> **DevFlow Context Source of Truth.**
|
|
4
|
+
> Single AI-facing source of truth for project architecture, stack, and shipped capabilities.
|
|
5
|
+
> Run `/onboard` (for fresh projects) or `/adopt` (for existing codebases) to populate this file automatically.
|
|
4
6
|
|
|
5
|
-
##
|
|
7
|
+
## 1. Project Summary
|
|
6
8
|
|
|
7
|
-
- **
|
|
8
|
-
- **
|
|
9
|
-
- **
|
|
9
|
+
- **Name**: [Project Name]
|
|
10
|
+
- **Description**: [One-line summary of project purpose]
|
|
11
|
+
- **Primary Stack**: [Framework / Language / Runtime]
|
|
10
12
|
|
|
11
|
-
##
|
|
13
|
+
## 2. Architecture & Modules
|
|
12
14
|
|
|
13
|
-
-
|
|
14
|
-
- **Backend**: [Framework / Database]
|
|
15
|
-
- **Deployment**: [Platform / Infrastructure]
|
|
15
|
+
- `src/` - Core application source code
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## 3. Shipped Capabilities
|
|
18
18
|
|
|
19
|
-
-
|
|
20
|
-
- **Active Running ID**: None
|
|
19
|
+
- None recorded yet. Run `/onboard` or `/adopt` to initialize.
|