ai-flow-dev 2.4.5 → 2.5.2
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/README.md +22 -12
- package/package.json +1 -1
- package/prompts/backend/flow-commit.md +69 -3
- package/prompts/backend/flow-work-feature.md +13 -0
- package/prompts/backend/flow-work-fix.md +10 -0
- package/prompts/backend/flow-work-refactor.md +10 -0
- package/prompts/backend/flow-work.md +686 -94
- package/prompts/frontend/flow-commit.md +69 -3
- package/prompts/frontend/flow-work-feature.md +13 -0
- package/prompts/frontend/flow-work-fix.md +2 -0
- package/prompts/frontend/flow-work-refactor.md +10 -0
- package/prompts/frontend/flow-work.md +692 -96
- package/prompts/mobile/flow-commit.md +69 -3
- package/prompts/mobile/flow-work-feature.md +13 -0
- package/prompts/mobile/flow-work-fix.md +10 -0
- package/prompts/mobile/flow-work-refactor.md +10 -0
- package/prompts/mobile/flow-work.md +688 -96
- package/prompts/shared/task-summary-template.md +277 -0
- package/templates/AGENT.template.md +41 -23
- package/templates/backend/.clauderules.template +112 -112
- package/templates/backend/.cursorrules.template +102 -102
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ AI Flow is an interactive CLI that creates comprehensive professional documentat
|
|
|
10
10
|
|
|
11
11
|
**Key Features:**
|
|
12
12
|
|
|
13
|
-
- 🚀 Complete professional documentation (Backend:
|
|
13
|
+
- 🚀 Complete professional documentation (Backend: 17 files, Frontend: 15 files, Mobile: 13 files, Fullstack: 30+ files)
|
|
14
14
|
- 🧠 **Smart Description Refinement:** Detects ambiguity and iteratively guides you to a professional project definition.
|
|
15
15
|
- ⚡ **Two modes:** Interactive (90-120 min, full control) or Smart Auto-Suggest (15-25 min, 6 questions)
|
|
16
16
|
- 🌍 Universal support - 12 languages, 60+ frameworks, 35+ ORMs (98% coverage)
|
|
@@ -40,7 +40,7 @@ Transforma tu idea en un proyecto listo para producción y documentado para IA e
|
|
|
40
40
|
|
|
41
41
|
**Características:**
|
|
42
42
|
|
|
43
|
-
- 🚀 Documentación profesional completa (Backend:
|
|
43
|
+
- 🚀 Documentación profesional completa (Backend: 17 archivos, Frontend: 15 archivos, Mobile: 13 archivos, Fullstack: 30+ archivos)
|
|
44
44
|
- 🧠 **Refinamiento Inteligente:** Detecta ambigüedad y te guía iterativamente hacia una descripción profesional.
|
|
45
45
|
- ⚡ **Dos modos:** Interactivo (90-120 min, control total) o Auto-Sugerido (15-25 min, 6 preguntas)
|
|
46
46
|
- 🌍 Soporte universal - 12 lenguajes, 60+ frameworks, 35+ ORMs
|
|
@@ -68,7 +68,7 @@ ai-flow init .
|
|
|
68
68
|
Transforme sua ideia em um projeto pronto para produção e documentado para IA em minutos.
|
|
69
69
|
**Características:**
|
|
70
70
|
|
|
71
|
-
- 🚀 Documentação profissional completa (Backend:
|
|
71
|
+
- 🚀 Documentação profissional completa (Backend: 17 arquivos, Frontend: 15 arquivos, Mobile: 13 arquivos, Fullstack: 30+ arquivos)
|
|
72
72
|
- 🚀 **Modo Agente:** Os assistentes de IA agora priorizam a execução proativa para todos os comandos `/flow-`.
|
|
73
73
|
- 🧠 **Refinamento Inteligente:** Detecta ambiguidade e guia você para uma descrição profissional.
|
|
74
74
|
- ⚡ **Dois modos:** Interactivo (90-120 min, controle total) ou Auto-Sugestão (15-25 min, 6 perguntas)
|
|
@@ -108,7 +108,7 @@ The result is interconnected documentation that guides AI assistants and human d
|
|
|
108
108
|
|
|
109
109
|
- 🌍 **Universal Support** - 12 languages, 60+ frameworks, 35+ ORMs (98% coverage)
|
|
110
110
|
- 🤖 **AI-Agnostic** - Claude, Copilot, Cursor, Gemini, Antigravity, any AI tool
|
|
111
|
-
- 📚 **Professional Documentation** - Backend:
|
|
111
|
+
- 📚 **Professional Documentation** - Backend: 17 files, Frontend: 15 files, Mobile: 13 files, Fullstack: 30+ files
|
|
112
112
|
- 🧠 **Smart Description Refinement** - AI detects vague inputs and helps you rich the context (WHO, WHAT, WHY).
|
|
113
113
|
- ⚡ **Two Questionnaire Modes:**
|
|
114
114
|
- **Interactive Mode:** Full control, all phases (90-120 min)
|
|
@@ -140,7 +140,7 @@ Or using uv (Python tool manager):
|
|
|
140
140
|
uv tool install ai-flow-dev
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
## **Current version:** 2.
|
|
143
|
+
## **Current version:** 2.5.1
|
|
144
144
|
|
|
145
145
|
## 🚀 Quick Start
|
|
146
146
|
|
|
@@ -266,9 +266,9 @@ After initialization, use these slash commands in your AI tool:
|
|
|
266
266
|
|
|
267
267
|
> **Note:** Command prefix may vary by AI tool. Examples use `/flow-` (GitHub Copilot), but Claude may use `/` alone, Cursor may use `@`, etc. Check your tool's documentation.
|
|
268
268
|
|
|
269
|
-
**Backend Projects:**
|
|
270
|
-
**Frontend Projects:**
|
|
271
|
-
**Mobile Projects:**
|
|
269
|
+
**Backend Projects:** 22 prompts (/flow-build with phases 0-10, /flow-work, /flow-check, /flow-commit, /flow-docs-sync)
|
|
270
|
+
**Frontend Projects:** 22 prompts (same structure tailored for frontend)
|
|
271
|
+
**Mobile Projects:** 22 prompts (same structure tailored for mobile apps)
|
|
272
272
|
**Fullstack Projects:** Combined backend + frontend commands
|
|
273
273
|
|
|
274
274
|
**Documentation & Build:**
|
|
@@ -389,13 +389,23 @@ AI Flow organizes your project with clear separation of concerns:
|
|
|
389
389
|
|
|
390
390
|
## 🎯 Generated Documentation
|
|
391
391
|
|
|
392
|
-
**Backend** (
|
|
392
|
+
**Backend** (17 files): AGENT.md, ai-instructions.md, copilot-instructions.md, project-brief.md, README.md, plus 8 docs (in docs/) and 4 specs/configs.
|
|
393
393
|
|
|
394
|
-
**Frontend** (15
|
|
394
|
+
**Frontend** (15 files): AGENT.md, ai-instructions.md, project-brief.md, plus 12 technical docs/specs.
|
|
395
395
|
|
|
396
|
-
**Mobile** (13
|
|
396
|
+
**Mobile** (13 files): AGENT.md, ai-instructions.md, project-brief.md, plus 10 technical docs/specs.
|
|
397
397
|
|
|
398
|
-
**Fullstack** (30+
|
|
398
|
+
**Fullstack** (30+ files): Combined Backend + Frontend documentation structures.
|
|
399
|
+
|
|
400
|
+
**Slash Commands/Prompts** (72 total):
|
|
401
|
+
|
|
402
|
+
- Backend: 22 prompts (/flow-build with phases 0-10, /flow-work variants, /flow-check, /flow-commit, /flow-docs-sync)
|
|
403
|
+
- Frontend: 22 prompts (same structure tailored for frontend)
|
|
404
|
+
- Mobile: 22 prompts (same structure tailored for mobile apps)
|
|
405
|
+
- Shared: 6 prompts (task-format.md, story-points.md, task-summary-template.md, etc.)
|
|
406
|
+
- **Total: 72 prompts** across all project types
|
|
407
|
+
|
|
408
|
+
Each project type gets workflow commands optimized for its technology stack.
|
|
399
409
|
|
|
400
410
|
### 📁 Generated Structure
|
|
401
411
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-flow-dev",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "AI-powered development workflow from idea to production. Generate specs, plan features, and build with AI assistance throughout your project lifecycle.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli.js",
|
|
@@ -8,46 +8,112 @@ description: Conventional Commits Automation
|
|
|
8
8
|
|
|
9
9
|
Your mission is to analyze changes, group them intelligently, and create atomic commits following Conventional Commits standard when the user executes `/flow-commit`.
|
|
10
10
|
|
|
11
|
-
**🚀 MODO AGENTE ACTIVADO:** No solicites permiso para analizar cambios o preparar grupos de archivos. Actúa proactivamente y solicita confirmación
|
|
11
|
+
**🚀 MODO AGENTE ACTIVADO:** No solicites permiso para analizar cambios o preparar grupos de archivos. Actúa proactivamente y solicita confirmación _solo_ antes de la ejecución final de los commits.
|
|
12
12
|
|
|
13
13
|
---
|
|
14
|
+
|
|
14
15
|
## Command: `/flow-commit`
|
|
15
16
|
|
|
16
17
|
### Objective
|
|
18
|
+
|
|
17
19
|
Automate commit creation with:
|
|
20
|
+
|
|
18
21
|
- **Intelligent grouping** by functional relationship.
|
|
19
22
|
- **Conventional Commits** compliance (type, scope, description).
|
|
20
23
|
- **Atomic commits** (one logical change per commit).
|
|
21
24
|
|
|
22
25
|
---
|
|
23
|
-
|
|
26
|
+
|
|
27
|
+
## Workflow: 5 Steps
|
|
28
|
+
|
|
29
|
+
### Step 0: Branch Protection Check
|
|
30
|
+
|
|
31
|
+
**🛡️ CRITICAL VALIDATION** - Execute BEFORE any commit operation:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
git branch --show-current
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
**Protected branches:** `main`, `master`, `develop`, `development`
|
|
38
|
+
|
|
39
|
+
**If current branch is protected:**
|
|
40
|
+
|
|
41
|
+
1. **Inform user:**
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
⚠️ Working on protected branch '[branch-name]'.
|
|
45
|
+
Creating a new branch for your changes...
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
2. **Analyze changes** to determine branch type:
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
git status --porcelain
|
|
52
|
+
git diff --stat
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
- If changes include features/new files → `feature/`
|
|
56
|
+
- If changes are fixes/bug corrections → `fix/`
|
|
57
|
+
- If changes are refactoring → `refactor/`
|
|
58
|
+
- If configuration/dependencies → `chore/`
|
|
59
|
+
|
|
60
|
+
3. **Generate branch name:**
|
|
61
|
+
- Extract meaningful slug from changed files or content
|
|
62
|
+
- Format: `[type]/[descriptive-slug]`
|
|
63
|
+
- Example: `feature/add-user-auth`, `fix/null-pointer-error`
|
|
64
|
+
|
|
65
|
+
4. **Create and switch to new branch:**
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
git checkout -b [type]/[slug]
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
5. **Confirm to user:**
|
|
72
|
+
|
|
73
|
+
```
|
|
74
|
+
✅ Created and switched to branch '[branch-name]'
|
|
75
|
+
Proceeding with commit workflow...
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
6. **Continue to Step 1**
|
|
79
|
+
|
|
80
|
+
**If branch is NOT protected:** Continue to Step 1.
|
|
24
81
|
|
|
25
82
|
### Step 1: Detect Changes
|
|
83
|
+
|
|
26
84
|
- Modified files (unstaged/staged).
|
|
27
85
|
- **Untracked files** (`git status --porcelain`).
|
|
28
86
|
- Deleted files.
|
|
29
87
|
|
|
30
88
|
### Step 2: Intelligent Grouping
|
|
89
|
+
|
|
31
90
|
Group files by:
|
|
91
|
+
|
|
32
92
|
- **Feature Complete**: Entity + Service + Controller + Tests + Docs.
|
|
33
93
|
- **Refactoring**: Helper + Tests + Usages.
|
|
34
94
|
- **Configuration**: Docker, Env, CI/CD.
|
|
35
95
|
- **Independent Tests/Docs**.
|
|
36
96
|
|
|
37
97
|
### Step 3: Create Commits
|
|
98
|
+
|
|
38
99
|
1. Generate Conventional Commit message.
|
|
39
100
|
2. `git add [files] && git commit -m "[message]"`.
|
|
40
101
|
3. **Wait for user confirmation.**
|
|
41
102
|
|
|
42
|
-
### Step
|
|
103
|
+
### Step 5: Summary & Push
|
|
104
|
+
|
|
43
105
|
- Show `git log` of new commits.
|
|
44
106
|
- Suggest `git push origin [branch]`.
|
|
107
|
+
- **NEVER suggest push to protected branches** (main, master, develop, development).
|
|
45
108
|
|
|
46
109
|
---
|
|
110
|
+
|
|
47
111
|
## Integration with `status.json`
|
|
112
|
+
|
|
48
113
|
- Update `git.commits` array.
|
|
49
114
|
- Set `git.uncommittedChanges: false` when done.
|
|
50
115
|
- Update `finalChecklist.committed: true`.
|
|
51
116
|
|
|
52
117
|
---
|
|
118
|
+
|
|
53
119
|
**BEGIN EXECUTION when user runs `/flow-commit`**
|
|
@@ -7,42 +7,55 @@ description: Internal logic for Feature implementation within flow-work
|
|
|
7
7
|
This file contains the detailed execution logic for implementing new features, imported by `@flow-work.md`.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
|
+
|
|
10
11
|
## 🚀 Feature Implementation Flow
|
|
11
12
|
|
|
12
13
|
### 1. Context Analysis (auto-skip if User Story with detailed tasks)
|
|
14
|
+
|
|
13
15
|
- Extract requirements from User Story or Roadmap
|
|
14
16
|
- If User Story has detailed tasks: Skip to work.md generation
|
|
15
17
|
- If Roadmap or Manual: Analyze and refine
|
|
16
18
|
- Read relevant documentation (ai-instructions.md, architecture.md, etc.)
|
|
17
19
|
|
|
18
20
|
### 2. work.md Generation
|
|
21
|
+
|
|
19
22
|
- Generate consolidated work.md (see Phase 2 in flow-work.md)
|
|
20
23
|
- Include: Context, Objective, Constraints, Approach, Tasks, Validation
|
|
21
24
|
- **User Confirmation Required**
|
|
22
25
|
|
|
23
26
|
### 3. Progressive Implementation
|
|
27
|
+
|
|
24
28
|
Choose mode:
|
|
29
|
+
|
|
25
30
|
- **Auto**: Complete all tasks without pausing
|
|
26
31
|
- **Phase-by-phase**: Pause and validate after each phase
|
|
27
32
|
- **Task-by-task**: Pause after each task
|
|
28
33
|
|
|
29
34
|
Follow tasks in `work.md`:
|
|
35
|
+
|
|
30
36
|
- Update checkboxes as completed
|
|
31
37
|
- Update `status.json` progress
|
|
32
38
|
- Follow patterns and constraints specified
|
|
33
39
|
|
|
34
40
|
### 4. Definition of Done (DoD)
|
|
41
|
+
|
|
35
42
|
- If HU mode: Validate against Gherkin scenarios
|
|
36
43
|
- Run tests and linting
|
|
37
44
|
- Perform security check
|
|
38
45
|
- **Update completion status** in source documents (see Phase 4 in flow-work.md)
|
|
39
46
|
|
|
40
47
|
---
|
|
48
|
+
|
|
41
49
|
## 🌿 Git Branching Strategy
|
|
50
|
+
|
|
42
51
|
- Generate slug from name
|
|
43
52
|
- Execute `git checkout -b feature/[slug]`
|
|
53
|
+
- **Note:** Creating feature branches FROM `main`/`master`/`develop`/`development` is correct workflow
|
|
54
|
+
- **Never commit directly TO protected branches** - always work on feature branch
|
|
44
55
|
- Maintain `status.json` with commit history
|
|
45
56
|
|
|
46
57
|
---
|
|
58
|
+
|
|
47
59
|
## 📦 status.json Persistence
|
|
60
|
+
|
|
48
61
|
Ensure `progress`, `git`, and `metadata` sections are always updated.
|
|
@@ -7,13 +7,16 @@ description: Internal logic for Bug Fixes within flow-work
|
|
|
7
7
|
This file contains the detailed execution logic for bug fixes, imported by `@flow-work.md`.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
|
+
|
|
10
11
|
## 🔧 Bug Fix Workflow
|
|
11
12
|
|
|
12
13
|
### 1. Classification
|
|
14
|
+
|
|
13
15
|
- **QUICK**: 1 file, obvious cause (typo, null check)
|
|
14
16
|
- **COMPLEX**: Multiple files, investigation needed
|
|
15
17
|
|
|
16
18
|
### 2. Analysis & work.md Generation
|
|
19
|
+
|
|
17
20
|
- **QUICK**: Minimal work.md (objective + 1-2 tasks)
|
|
18
21
|
- **COMPLEX**: Full work.md with root cause analysis
|
|
19
22
|
- Document root cause in Objective section
|
|
@@ -21,16 +24,23 @@ This file contains the detailed execution logic for bug fixes, imported by `@flo
|
|
|
21
24
|
- Generate detailed tasks
|
|
22
25
|
|
|
23
26
|
### 3. Implementation
|
|
27
|
+
|
|
24
28
|
- **Test-First Approach**: Add failing test that reproduces bug
|
|
25
29
|
- Apply the fix following work.md tasks
|
|
26
30
|
- Verify tests pass
|
|
27
31
|
- **Update completion status** if fix was tracked in roadmap/user stories (see Phase 4 in flow-work.md)
|
|
28
32
|
|
|
29
33
|
---
|
|
34
|
+
|
|
30
35
|
## 🌿 Git Branching Strategy
|
|
36
|
+
|
|
31
37
|
- **QUICK**: Usually work on current branch
|
|
38
|
+
- ⚠️ **Exception:** If on protected branch (`main`, `master`, `develop`, `development`), create fix branch even for quick fixes
|
|
32
39
|
- **COMPLEX**: Execute `git checkout -b fix/[slug]`
|
|
40
|
+
- **Never commit directly TO protected branches**
|
|
33
41
|
|
|
34
42
|
---
|
|
43
|
+
|
|
35
44
|
## 📦 status.json Persistence
|
|
45
|
+
|
|
36
46
|
Track root cause details and verification test status.
|
|
@@ -7,9 +7,11 @@ description: Internal logic for Refactor implementation within flow-work
|
|
|
7
7
|
This file contains the detailed execution logic for code refactoring, imported by `@flow-work.md`.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
|
+
|
|
10
11
|
## 🔄 Refactoring Workflow
|
|
11
12
|
|
|
12
13
|
### 1. Scope Identification & work.md Generation
|
|
14
|
+
|
|
13
15
|
- Map affected files and dependencies
|
|
14
16
|
- Confirm no behavior change expected
|
|
15
17
|
- Validate against architecture patterns
|
|
@@ -20,19 +22,27 @@ This file contains the detailed execution logic for code refactoring, imported b
|
|
|
20
22
|
- "No behavior change" constraint
|
|
21
23
|
|
|
22
24
|
### 2. Implementation
|
|
25
|
+
|
|
23
26
|
- Follow work.md tasks sequentially
|
|
24
27
|
- Update imports and references across codebase
|
|
25
28
|
- **Critical**: Existing tests must pass without modification (unless test itself is refactored)
|
|
26
29
|
|
|
27
30
|
### 3. Validation
|
|
31
|
+
|
|
28
32
|
- Run `/flow-check` to verify no regressions
|
|
29
33
|
- Confirm all tests pass
|
|
30
34
|
- **Update completion status** if refactor was tracked in roadmap/user stories (see Phase 4 in flow-work.md)
|
|
31
35
|
|
|
32
36
|
---
|
|
37
|
+
|
|
33
38
|
## 🌿 Git Branching Strategy
|
|
39
|
+
|
|
34
40
|
- Execute `git checkout -b refactor/[slug]`
|
|
41
|
+
- **Note:** Creating refactor branches FROM `main`/`master`/`develop`/`development` is correct
|
|
42
|
+
- **Never commit directly TO protected branches**
|
|
35
43
|
|
|
36
44
|
---
|
|
45
|
+
|
|
37
46
|
## 📦 status.json Persistence
|
|
47
|
+
|
|
38
48
|
Track `percentage` of updated occurrences and updated file paths.
|