@mark-gozner/aigile-method 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/LICENSE.md +26 -0
  2. package/README.md +300 -0
  3. package/core/agent-teams/team-all.yaml +24 -0
  4. package/core/agent-teams/team-company.yaml +17 -0
  5. package/core/agent-teams/team-enterprise.yaml +17 -0
  6. package/core/agent-teams/team-fullstack.yaml +16 -0
  7. package/core/agent-teams/team-ide-minimal.yaml +10 -0
  8. package/core/agents/aigile-master.md +476 -0
  9. package/core/agents/aigile-orchestrator.agent.md +200 -0
  10. package/core/agents/analyst.md +45 -0
  11. package/core/agents/architect.md +43 -0
  12. package/core/agents/code-tour.agent.md +208 -0
  13. package/core/agents/dev.agent.md +145 -0
  14. package/core/agents/dev.md +130 -0
  15. package/core/agents/expert-react-frontend-engineer.agent.md +741 -0
  16. package/core/agents/pm.md +33 -0
  17. package/core/agents/po.md +35 -0
  18. package/core/agents/qa.md +38 -0
  19. package/core/agents/sm.md +31 -0
  20. package/core/agents/ui-expert.md +39 -0
  21. package/core/agents/ux-expert.md +31 -0
  22. package/core/checklists/architect-checklist.md +246 -0
  23. package/core/checklists/change-checklist.md +182 -0
  24. package/core/checklists/pm-checklist.md +286 -0
  25. package/core/checklists/po-master-checklist.md +291 -0
  26. package/core/checklists/story-dod-checklist.md +94 -0
  27. package/core/checklists/story-draft-checklist.md +153 -0
  28. package/core/core-config.yaml +22 -0
  29. package/core/data/aigile-kb.md +112 -0
  30. package/core/data/brainstorming-techniques.md +73 -0
  31. package/core/data/elicitation-methods.md +42 -0
  32. package/core/data/technical-preferences.md +52 -0
  33. package/core/data/test-levels-framework.md +43 -0
  34. package/core/data/test-priorities-matrix.md +26 -0
  35. package/core/instructions/csharp.instructions.md +656 -0
  36. package/core/instructions/dotnet/csharp.instructions.md +656 -0
  37. package/core/instructions/java/java.instructions.md +67 -0
  38. package/core/instructions/java/spring-boot.instructions.md +122 -0
  39. package/core/instructions/java.instructions.md +67 -0
  40. package/core/instructions/spring-boot.instructions.md +122 -0
  41. package/core/prompts/README.md +11 -0
  42. package/core/prompts/architecture/architecture-blueprint-generator.prompt.md +322 -0
  43. package/core/prompts/architecture/architecture-validation.prompt.md +71 -0
  44. package/core/prompts/architecture/file-tree-generator.prompt.md +405 -0
  45. package/core/prompts/architecture/technical-project-analyze.prompt.md +43 -0
  46. package/core/prompts/architecture-blueprint-generator.prompt.md +322 -0
  47. package/core/prompts/architecture-validation.prompt.md +71 -0
  48. package/core/prompts/code-review.prompt.md +107 -0
  49. package/core/prompts/confluence-in-md.prompt.md +167 -0
  50. package/core/prompts/copilot-instructions-blueprint-generator.prompt.md +294 -0
  51. package/core/prompts/create-implementation-plan.prompt.md +157 -0
  52. package/core/prompts/create-oo-component-documentation.prompt.md +193 -0
  53. package/core/prompts/file-tree-generator.prompt.md +405 -0
  54. package/core/prompts/generate-unit-tests.prompt.md +291 -0
  55. package/core/prompts/java/java-doc.prompt.md +24 -0
  56. package/core/prompts/java/java-junit.prompt.md +64 -0
  57. package/core/prompts/java/junit-5.prompt.md +64 -0
  58. package/core/prompts/java-doc.prompt.md +24 -0
  59. package/core/prompts/java-junit.prompt.md +64 -0
  60. package/core/prompts/junit-5.prompt.md +64 -0
  61. package/core/prompts/release-notes/README.md +11 -0
  62. package/core/prompts/release-notes/release-notes.prompt.md +723 -0
  63. package/core/prompts/release-notes.prompt.md +723 -0
  64. package/core/prompts/technical-project-analyze.prompt.md +43 -0
  65. package/core/tasks/advanced-elicitation.md +119 -0
  66. package/core/tasks/check-story-implemented.md +44 -0
  67. package/core/tasks/code-arch-review-with-github.md +40 -0
  68. package/core/tasks/create-architecture-doc.md +55 -0
  69. package/core/tasks/create-jira-epic-from-confluence.md +70 -0
  70. package/core/tasks/create-jira-story-from-confluence.md +39 -0
  71. package/core/tasks/create-jira-story-from-text.md +39 -0
  72. package/core/tasks/create-next-story.md +35 -0
  73. package/core/tasks/create-prd-doc.md +54 -0
  74. package/core/tasks/create-stories-from-epic.md +66 -0
  75. package/core/tasks/create-tasks-for-story.md +60 -0
  76. package/core/tasks/document-project.md +69 -0
  77. package/core/tasks/execute-checklist.md +37 -0
  78. package/core/tasks/explain-story-from-jira.md +44 -0
  79. package/core/tasks/facilitate-brainstorming-session.md +69 -0
  80. package/core/tasks/figma-audit-design-system.md +20 -0
  81. package/core/tasks/front-end-spec-from-design.md +33 -0
  82. package/core/tasks/gate.md +64 -0
  83. package/core/tasks/groom-jira-story.md +52 -0
  84. package/core/tasks/help.md +27 -0
  85. package/core/tasks/implement-freeform-work-item.md +30 -0
  86. package/core/tasks/implement-story-from-jira.md +63 -0
  87. package/core/tasks/implement-unit-tests.md +45 -0
  88. package/core/tasks/market-research-from-context7.md +37 -0
  89. package/core/tasks/review-story.md +30 -0
  90. package/core/tasks/sonarqube-hotspot-review.md +39 -0
  91. package/core/tasks/standup-digest.md +21 -0
  92. package/core/tasks/sync-jira-backlog.md +32 -0
  93. package/core/tasks/test-design.md +68 -0
  94. package/core/tasks/validate-next-story.md +37 -0
  95. package/core/tasks/verify-jira-story-e2e.md +45 -0
  96. package/core/templates/architecture-tmpl.yaml +651 -0
  97. package/core/templates/brainstorming-output-tmpl.yaml +156 -0
  98. package/core/templates/brownfield-architecture-tmpl.yaml +477 -0
  99. package/core/templates/brownfield-prd-tmpl.yaml +281 -0
  100. package/core/templates/front-end-architecture-tmpl.yaml +219 -0
  101. package/core/templates/front-end-spec-tmpl.yaml +350 -0
  102. package/core/templates/fullstack-architecture-tmpl.yaml +824 -0
  103. package/core/templates/market-research-tmpl.yaml +253 -0
  104. package/core/templates/prd-tmpl.yaml +203 -0
  105. package/core/templates/project-brief-tmpl.yaml +222 -0
  106. package/core/templates/qa-gate-tmpl.yaml +103 -0
  107. package/core/templates/story-tmpl.yaml +138 -0
  108. package/core/workflows/brownfield-fullstack.yaml +298 -0
  109. package/core/workflows/brownfield-service.yaml +188 -0
  110. package/core/workflows/brownfield-ui.yaml +198 -0
  111. package/core/workflows/greenfield-fullstack.yaml +241 -0
  112. package/core/workflows/greenfield-service.yaml +207 -0
  113. package/core/workflows/greenfield-ui.yaml +236 -0
  114. package/dist/agents/aigile-master.txt +500 -0
  115. package/dist/agents/aigile-orchestrator.agent.txt +224 -0
  116. package/dist/agents/analyst.txt +69 -0
  117. package/dist/agents/architect.txt +67 -0
  118. package/dist/agents/code-tour.agent.txt +232 -0
  119. package/dist/agents/dev.agent.txt +169 -0
  120. package/dist/agents/dev.txt +154 -0
  121. package/dist/agents/expert-react-frontend-engineer.agent.txt +765 -0
  122. package/dist/agents/pm.txt +57 -0
  123. package/dist/agents/po.txt +59 -0
  124. package/dist/agents/qa.txt +62 -0
  125. package/dist/agents/sm.txt +55 -0
  126. package/dist/agents/ui-expert.txt +63 -0
  127. package/dist/agents/ux-expert.txt +55 -0
  128. package/dist/dev-agent-bundle.txt +154 -0
  129. package/dist/teams/team-company.txt +10789 -0
  130. package/docs/mcp-servers.md +102 -0
  131. package/docs/orchestrator-guide.md +526 -0
  132. package/mcp/servers.json +108 -0
  133. package/mcp/servers.yaml +124 -0
  134. package/package.json +72 -0
  135. package/tools/cli.js +1864 -0
  136. package/tools/installer/README.md +24 -0
  137. package/tools/installer/lib/ide-setup.js +295 -0
  138. package/tools/installer/lib/installer.js +131 -0
  139. package/tools/md-assets/web-agent-startup-instructions.md +21 -0
  140. package/tools/postinstall.js +72 -0
  141. package/tools/shared/bannerArt.js +68 -0
  142. package/tools/validate-bundles.js +54 -0
  143. package/tools/verify-publish-registry.js +34 -0
package/LICENSE.md ADDED
@@ -0,0 +1,26 @@
1
+ AIgile Development Method by Gozner Mark
2
+
3
+ Copyright (c) 2025 Gozner Mark
4
+
5
+ All rights reserved.
6
+
7
+ Permission is hereby granted to any person obtaining a copy of this software and associated documentation files (the "Software") to use the Software for personal or commercial purposes, subject to the following conditions:
8
+
9
+ 1. No Redistribution of Modified Content
10
+ - You may not publicly redistribute modified versions of the core content files under the name "AIgile Development Method" or in a way that suggests affiliation or endorsement.
11
+
12
+ 2. No Copy-Paste Repackaging
13
+ - You may not copy significant portions of the prompts, templates, tasks, or documentation and repackage them as your own framework or toolkit.
14
+
15
+ 3. Allowed Usage
16
+ - You may use the Software in your projects and organizations.
17
+ - You may adapt it privately within your organization.
18
+ - You may contribute improvements back to this repository under this license.
19
+
20
+ 4. Attribution
21
+ - If you publicly showcase or teach the method, include attribution: "AIgile Development Method by Gozner Mark" with a link to the repository.
22
+
23
+ 5. No Warranty
24
+ - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY.
25
+
26
+ By using the Software you agree to these terms.
package/README.md ADDED
@@ -0,0 +1,300 @@
1
+ # AIgile Development Method
2
+
3
+ A pragmatic, agent-driven agile method designed for IDE-native AI assistants. It ships with ready-to-run agents, executable tasks, MCP server wiring, and docs/templates to bootstrap product delivery.
4
+
5
+ Roles covered: Analyst, Architect, Dev, PM, PO, QA, SM, UX-Expert, UI-Expert.
6
+
7
+ ---
8
+
9
+ ## Installation
10
+
11
+ ### Quick Start (npm)
12
+
13
+ Prereqs: Node.js 20+
14
+
15
+ Install AIgile into your project:
16
+
17
+ ```bash
18
+ npx @mark-gozner/aigile-method install
19
+ ```
20
+
21
+ Add MCP config (optional):
22
+ ```bash
23
+ npx @mark-gozner/aigile-method install --with-mcp
24
+ ```
25
+
26
+ Bundle (optional text bundles to `dist/`):
27
+ ```bash
28
+ npx @mark-gozner/aigile-method bundle
29
+ ```
30
+
31
+ What this gives you in the project:
32
+ - `.aigile-core/` – roles, tasks, templates, checklists, data, workflows
33
+ - `.github/agents/` – GitHub Copilot custom agents
34
+ - `.vscode/mcp.json` – only if you pass `--with-mcp`
35
+ - `.aigile-manifest.json` – manifest summary
36
+
37
+ To update later (e.g., after a version bump):
38
+ ```bash
39
+ npx @mark-gozner/aigile-method install --yes
40
+ ```
41
+
42
+ ### Clone-and-Run (No npm Install Needed)
43
+
44
+ ```bash
45
+ # 1) Clone the repository once
46
+ git clone https://github.com/mark-gozner/aigile-method.git ~/aigile-method
47
+
48
+ # 2) In any target project
49
+ cd /path/to/your/project
50
+ node ~/aigile-method/tools/cli.js install
51
+
52
+ # Optional: include MCP config
53
+ node ~/aigile-method/tools/cli.js install --with-mcp
54
+
55
+ # Bundle (team + agents)
56
+ node ~/aigile-method/tools/cli.js bundle
57
+ ```
58
+
59
+ Optional convenience:
60
+ - Bash: `export AIGILE_HOME="$HOME/aigile-method"` then `node "$AIGILE_HOME/tools/cli.js" install`
61
+ - PowerShell: `$env:AIGILE_HOME = "$HOME/aigile-method"` then `node "$env:AIGILE_HOME/tools/cli.js" install`
62
+
63
+ ---
64
+
65
+ ### Custom Agents
66
+
67
+ The installer generates GitHub Copilot custom agents under `.github/agents/`. Each agent includes:
68
+
69
+ - Strong system directives for persona maintenance
70
+ - YAML frontmatter with tools, handoffs, and model configuration
71
+ - Subagent delegation support via `runSubagent`
72
+ - A lightweight appendix with the original agent source for transparency
73
+
74
+ If an agent stops behaving according to its role, simply re-run the installer to regenerate the agents.
75
+
76
+ After install, your project will have:
77
+ - `.aigile-core/`: agents, tasks, templates, checklists, data, workflows
78
+ - `.github/agents/`: generated custom agents for GitHub Copilot
79
+ - `.vscode/mcp.json`: optional MCP servers configuration (if using `--with-mcp`)
80
+
81
+ ---
82
+
83
+ ## Using AIgile in your IDE
84
+
85
+ 1) Select an agent for a role (e.g., PO, PM, Architect) from `.github/agents/`
86
+ 2) Ask for help with a specific command (e.g., "\*help" or "\*create-epic")
87
+ 3) When you execute a task, the agent will load the exact file from `.aigile-core/tasks/...` and follow it step by step
88
+
89
+ Key principles:
90
+ - Tasks are executable instructions; follow them exactly.
91
+ - Elicitation steps are mandatory; agents will ask for missing inputs.
92
+ - Save-to-docs prompts help persist artifacts under `docs/` for traceability.
93
+
94
+ ---
95
+
96
+ ## CLI Commands
97
+
98
+ After installation you can use:
99
+
100
+ | Command | Purpose |
101
+ |---------|---------|
102
+ | `npx @mark-gozner/aigile-method install --yes` | Re-install / regenerate agents |
103
+ | `npx @mark-gozner/aigile-method install --with-mcp --yes` | Include `.vscode/mcp.json` |
104
+ | `npx @mark-gozner/aigile-method bundle` | Build text bundles |
105
+ | `npx @mark-gozner/aigile-method status` | Show installed version, agents, agent count, MCP info |
106
+ | `npx @mark-gozner/aigile-method list:agents` | List installed agent IDs |
107
+
108
+ Consumer `package.json` helper scripts are auto-added (unless `AIGILE_ADD_SCRIPTS=0`) for convenience:
109
+ ```json
110
+ "scripts": {
111
+ "aigile:install": "aigile-method install --yes",
112
+ "aigile:bundle": "aigile-method bundle",
113
+ "aigile:status": "aigile-method status",
114
+ "aigile:list": "aigile-method list:agents"
115
+ }
116
+ ```
117
+ Remove or customize as needed.
118
+
119
+ The installer writes an `.aigile-manifest.json` summarizing what was installed (version, agents, agent count, MCP components). Re-running install updates it.
120
+
121
+ ---
122
+
123
+ ## Publishing (npm)
124
+
125
+ This package is configured to publish to the public npm registry.
126
+
127
+ ### 1. Authentication
128
+
129
+ Use standard npm authentication:
130
+
131
+ ```bash
132
+ npm login
133
+ ```
134
+
135
+ Or set `NPM_TOKEN` environment variable for CI/CD.
136
+
137
+ ### 2. Build & Validate
138
+
139
+ ```bash
140
+ npm install
141
+ npm run validate # builds bundles and validates
142
+ npm run pack:dry-run # view what would be published
143
+ ```
144
+
145
+ ### 3. Publish
146
+
147
+ Patch / minor / major helpers are available:
148
+
149
+ ```bash
150
+ npm run release:patch # bump patch + publish
151
+ # or
152
+ npm run release:minor
153
+ npm run release:major
154
+ ```
155
+
156
+ Alternatively run manually:
157
+
158
+ ```bash
159
+ npm version patch # or minor / major
160
+ npm publish
161
+ ```
162
+
163
+ The prepublishOnly script automatically runs the bundle build.
164
+
165
+ ---
166
+
167
+ ## MCP Servers (optional)
168
+
169
+ AIgile can use local or remote MCP servers set up via `mcp/servers.json`. See the dedicated guide: `docs/mcp-servers.md`.
170
+
171
+ This repository includes examples for:
172
+ - Atlassian (Jira + Confluence): read-only defaults with tokens via prompts
173
+ - GitHub.com
174
+ - Playwright (browser automation and testing)
175
+ - Memory (long-lived notes)
176
+ - Sequential Thinking (multi-step orchestration)
177
+ - Context7 (external knowledge grounding)
178
+
179
+ Your IDE may translate these into tool lists automatically. Provide tokens/URLs when prompted.
180
+
181
+ ---
182
+
183
+ ## Where to get API keys and tokens
184
+
185
+ - Context7: Create or retrieve an API key from your Context7 account dashboard.
186
+ - Atlassian Cloud: Create an API token at https://id.atlassian.com/manage-profile/security/api-tokens
187
+ - GitHub: Create a PAT at https://github.com/settings/tokens or fine-grained tokens at https://github.com/settings/personal-access-tokens
188
+ - SonarQube: Generate tokens in your profile on the SonarQube server.
189
+
190
+ ---
191
+
192
+ ## Core Configuration (core/core-config.yaml)
193
+
194
+ Important keys used by tasks:
195
+ - devStoryLocation: docs/stories
196
+ - qa.qaLocation: docs/qa
197
+ - prd: prdFile, prdSharded, prdShardedLocation
198
+ - architecture: architectureFile, architectureSharded, architectureShardedLocation
199
+
200
+ Tasks and scaffolding respect these paths for saving outputs and docs.
201
+
202
+ ---
203
+
204
+ ## Output Docs Conventions
205
+
206
+ - Epics → `docs/epics/epic-{key-or-slug}.md`
207
+ - Stories → `docs/stories/story-{key-or-slug}.md`
208
+ - Tasks → `docs/tasks/task-{key-or-slug}.md`
209
+
210
+ Each file includes cross-links:
211
+ - Stories link back to their epic and to related stories.
212
+ - Tasks link to their parent story and epic (when available).
213
+
214
+ ---
215
+
216
+ ## Task Catalog by Role
217
+
218
+ Below are representative task files you can run via an agent:
219
+
220
+ ### Analyst
221
+ - `core/tasks/analyst/facilitate-brainstorming-session.md`
222
+ - `core/tasks/analyst/market-research-from-context7.md`
223
+ - `core/templates/project-brief-tmpl.yaml` (template)
224
+ - `core/templates/market-research-tmpl.yaml` (template)
225
+
226
+ ### Architect
227
+ - `core/tasks/architect/code-arch-review-with-github.md`
228
+ - `core/tasks/architect/document-project.md`
229
+ - `core/tasks/architect/create-architecture-doc.md`
230
+
231
+ ### Dev
232
+ - `core/tasks/dev/check-story-implemented.md`
233
+ - `core/tasks/dev/explain-story-from-jira.md`
234
+ - `core/tasks/dev/implement-freeform-work-item.md`
235
+ - `core/tasks/dev/implement-story-from-jira.md`
236
+ - `core/tasks/dev/implement-unit-tests.md`
237
+ - `core/tasks/dev/execute-checklist.md`
238
+ - `core/tasks/dev/validate-next-story.md`
239
+
240
+ ### PM
241
+ - `core/tasks/pm/sync-jira-backlog.md`
242
+ - `core/tasks/pm/create-prd-doc.md`
243
+ - `core/tasks/pm/create-next-story.md`
244
+
245
+ ### PO
246
+ - `core/tasks/po/create-jira-epic-from-confluence.md`
247
+ - `core/tasks/po/create-stories-from-epic.md`
248
+ - `core/tasks/po/create-tasks-for-story.md`
249
+ - `core/tasks/po/create-jira-story-from-confluence.md`
250
+ - `core/tasks/po/create-jira-story-from-text.md`
251
+ - `core/tasks/po/groom-jira-story.md`
252
+ - `core/tasks/po/create-prd-doc.md`
253
+
254
+ ### QA
255
+ - `core/tasks/qa/gate.md`
256
+ - `core/tasks/qa/sonarqube-hotspot-review.md`
257
+ - `core/tasks/qa/test-design.md`
258
+ - `core/tasks/qa/verify-jira-story-e2e.md`
259
+ - `core/tasks/qa/review-story.md`
260
+
261
+ ### SM
262
+ - `core/tasks/sm/standup-digest.md`
263
+
264
+ ### UI / UX
265
+ - `core/tasks/ui/figma-audit-design-system.md`
266
+ - `core/tasks/ux/front-end-spec-from-design.md`
267
+
268
+ ---
269
+
270
+ ## Try it Now
271
+
272
+ ```bash
273
+ # 1) Install into your repo
274
+ npx @mark-gozner/aigile-method install --with-mcp
275
+
276
+ # 2) Open a PO agent in your IDE and run a flow
277
+ # Example: create an Epic from Confluence, then generate stories and tasks
278
+ # *create-epic
279
+ # *create-stories
280
+ # *create-tasks
281
+
282
+ # 3) Check generated docs
283
+ # docs/epics/*.md
284
+ # docs/stories/*.md
285
+ # docs/tasks/*.md
286
+
287
+ # 4) Bundle for external use (optional)
288
+ npx @mark-gozner/aigile-method bundle
289
+ ```
290
+
291
+ ---
292
+
293
+ ## Contributing, Security, and License
294
+
295
+ - Contributing: see `CONTRIBUTING.md`
296
+ - Code of Conduct: see `CODE_OF_CONDUCT.md`
297
+ - Security policy and private reporting: see `SECURITY.md`
298
+ - Roadmap and priorities: see `ROADMAP.md`
299
+ - Changelog: see `CHANGELOG.md`
300
+ - License: see `LICENSE.md`
@@ -0,0 +1,24 @@
1
+ # <!-- Powered by AIgile™ Core -->
2
+ bundle:
3
+ name: Team All
4
+ icon: 👥
5
+ description: Complete AIgile team with orchestrator and all specialist agents. Ideal for comprehensive enterprise development with full workflow coordination.
6
+ agents:
7
+ - aigile-orchestrator
8
+ - aigile-master
9
+ - analyst
10
+ - architect
11
+ - dev
12
+ - pm
13
+ - po
14
+ - qa
15
+ - sm
16
+ - ui-expert
17
+ - ux-expert
18
+ workflows:
19
+ # Enterprise workflows can be added here when workflow files are created
20
+ # - enterprise-feature-delivery.yaml
21
+ # - architecture-review.yaml
22
+ # - hotspot-remediation.yaml
23
+ # - test-automation.yaml
24
+ # - documentation.yaml
@@ -0,0 +1,17 @@
1
+ bundle:
2
+ name: Default Team
3
+ icon: 🚀
4
+ description: Core product development team with UI and UX.
5
+ agents:
6
+ - analyst
7
+ - architect
8
+ - dev
9
+ - pm
10
+ - po
11
+ - qa
12
+ - sm
13
+ - ux-expert
14
+ - ui-expert
15
+ workflows:
16
+ - product-greenfield.yaml
17
+ - product-brownfield.yaml
@@ -0,0 +1,17 @@
1
+ # <!-- Powered by AIgile™ Core -->
2
+ bundle:
3
+ name: Team Enterprise
4
+ icon: 🏢
5
+ description: Enterprise-focused team specializing in Jira/Confluence workflows, SonarQube quality gates, and GitHub/GitLab integration. Optimized for corporate development environments.
6
+ agents:
7
+ - aigile-orchestrator
8
+ - po
9
+ - dev
10
+ - qa
11
+ - architect
12
+ - pm
13
+ workflows:
14
+ # Enterprise integration workflows
15
+ # - enterprise-feature-delivery.yaml
16
+ # - hotspot-remediation.yaml
17
+ # - architecture-review.yaml
@@ -0,0 +1,16 @@
1
+ # <!-- Powered by AIgile™ Core -->
2
+ bundle:
3
+ name: Team Fullstack
4
+ icon: 🚀
5
+ description: Full-stack development team with orchestrator, developer, QA, architect, and UX experts. Perfect for complete feature development cycles.
6
+ agents:
7
+ - aigile-orchestrator
8
+ - dev
9
+ - qa
10
+ - architect
11
+ - ux-expert
12
+ - ui-expert
13
+ workflows:
14
+ # Fullstack workflows
15
+ # - enterprise-feature-delivery.yaml
16
+ # - test-automation.yaml
@@ -0,0 +1,10 @@
1
+ # <!-- Powered by AIgile™ Core -->
2
+ bundle:
3
+ name: Team IDE Minimal
4
+ icon: 💡
5
+ description: Lightweight team for IDE-focused development with core agents only. Great for individual developers or small teams.
6
+ agents:
7
+ - aigile-master
8
+ - dev
9
+ - qa
10
+ workflows: []