@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
@@ -0,0 +1,102 @@
1
+ # MCP Servers Guide
2
+
3
+ This guide summarizes available MCP servers for AIgile, how to configure them, and where to get required API keys and tokens.
4
+
5
+ Note: Do not paste confidential tokens in source. Prefer VS Code Inputs in `.vscode/mcp.json` or environment variables.
6
+
7
+ ---
8
+
9
+ ## Available MCP Servers
10
+
11
+ Below are commonly used servers with typical setup patterns. Adjust to your environment and access.
12
+
13
+ ### Atlassian (Jira + Confluence)
14
+ - Purpose: Query Jira issues, boards, sprints; Confluence pages, spaces (read access by default)
15
+ - Requires: Atlassian API token and your instance URL
16
+ - API Tokens: https://id.atlassian.com/manage-profile/security/api-tokens
17
+
18
+ ### GitHub.com MCP
19
+ - Purpose: Read repos, issues, PRs, releases, users
20
+ - Requires: GitHub Personal Access Token (PAT)
21
+ - PAT Creation: https://github.com/settings/tokens
22
+
23
+ ### SonarQube
24
+ - Purpose: Code quality and security hotspots
25
+ - Requires: Server URL and token with read permissions
26
+ - Token: Generate in your profile on the SonarQube server
27
+
28
+ ### Playwright MCP
29
+ - Purpose: UI automation and browser testing
30
+ - No special tokens required; runs locally via npx
31
+
32
+ ### Memory / Sequential Thinking
33
+ - Purpose: Long-lived notes, planning and multi-step orchestration
34
+ - Enable and configure per team preference
35
+
36
+ ### Context7 (Documentation Retriever)
37
+ - Purpose: Retrieve up-to-date, version-specific docs with examples.
38
+ - Requires: CONTEXT7_API_KEY
39
+ - Env:
40
+ - CONTEXT7_API_KEY: Your Context7 API key
41
+ - CONTEXT7_DEFAULT_KB: default knowledge base (e.g., `general`)
42
+ - VS Code mcp.json:
43
+ ```json
44
+ {
45
+ "servers": {
46
+ "context7": {
47
+ "type": "stdio",
48
+ "command": "npx",
49
+ "args": [
50
+ "-y",
51
+ "@upstash/context7-mcp",
52
+ "--api-key",
53
+ "${input:context7_api_key}"
54
+ ]
55
+ }
56
+ },
57
+ "inputs": [
58
+ { "id": "context7_api_key", "type": "promptString", "description": "Context7 API key" }
59
+ ]
60
+ }
61
+ ```
62
+ - Docker alternative:
63
+ ```json
64
+ {
65
+ "servers": {
66
+ "context7": {
67
+ "command": "docker",
68
+ "args": [
69
+ "run", "-i", "--rm",
70
+ "-e", "CONTEXT7_API_KEY",
71
+ "-e", "CONTEXT7_DEFAULT_KB",
72
+ "node:20-alpine",
73
+ "npx", "-y", "@context7/mcp-server"
74
+ ],
75
+ "env": {
76
+ "CONTEXT7_API_KEY": "${input:context7_api_key}",
77
+ "CONTEXT7_DEFAULT_KB": "general"
78
+ }
79
+ }
80
+ },
81
+ "inputs": [
82
+ { "id": "context7_api_key", "type": "promptString", "description": "Context7 API key" }
83
+ ]
84
+ }
85
+ ```
86
+
87
+ ---
88
+
89
+ ## Where to Get API Keys and Tokens
90
+
91
+ - **Context7**: Create or retrieve an API key from your Context7 account dashboard.
92
+ - **Atlassian Cloud**: Create an API token at https://id.atlassian.com/manage-profile/security/api-tokens
93
+ - **GitHub**: Create a PAT at https://github.com/settings/tokens or fine-grained tokens at https://github.com/settings/personal-access-tokens
94
+ - **SonarQube**: Generate tokens in your profile on the SonarQube server.
95
+
96
+ ---
97
+
98
+ ## Tips
99
+ - Prefer VS Code `inputs` in `.vscode/mcp.json` to avoid hardcoding secrets.
100
+ - Use Docker `-e` to pass env securely from the host/VS Code prompt.
101
+ - Avoid positional arguments to MCP servers unless explicitly documented; use env vars instead.
102
+ - Corporate networks: if NODE_EXTRA_CA_CERTS is set, ensure it points to a valid PEM bundle to avoid TLS errors.
@@ -0,0 +1,526 @@
1
+ # AIgile Orchestrator & Master Agent Guide
2
+
3
+ ## 🎭 Welcome to Enhanced AIgile
4
+
5
+ AIgile Development Method now includes **two powerful meta-agents** that make working with the framework easier and more efficient:
6
+
7
+ 1. **AIgile Orchestrator** 🎭 - Your intelligent coordinator
8
+ 2. **AIgile Master** 🧙 - Your universal task executor
9
+
10
+ ---
11
+
12
+ ## 🎭 AIgile Orchestrator
13
+
14
+ ### What is it?
15
+
16
+ The **Orchestrator** is your intelligent coordinator that helps you:
17
+ - Choose the right specialist agent for your task
18
+ - Coordinate multi-agent workflows
19
+ - Track project progress and state
20
+ - Learn the AIgile methodology
21
+
22
+ Think of it as your **team lead** who knows every agent's strengths and helps orchestrate complex workflows.
23
+
24
+ ### When to Use
25
+
26
+ ✅ **Perfect for**:
27
+ - You're new to AIgile and want guidance
28
+ - Multi-phase workflows (design → implement → test)
29
+ - Complex projects requiring multiple agents
30
+ - Learning AIgile methodology
31
+ - Coordinating team activities
32
+
33
+ ❌ **Not needed for**:
34
+ - Quick one-off tasks (use Master or specialist agent)
35
+ - Deep expertise in single domain (use specialist agent directly)
36
+
37
+ ### How to Use
38
+
39
+ **1. Activate the Orchestrator**
40
+ ```
41
+ @aigile-orchestrator
42
+ ```
43
+
44
+ **2. Get Help**
45
+ ```
46
+ *help
47
+ ```
48
+ Shows all available commands, agents, and workflows.
49
+
50
+ **3. Transform to Specialist Agent**
51
+ ```
52
+ *agent dev # Become the Developer
53
+ *agent qa # Become QA Engineer
54
+ *agent po # Become Product Owner
55
+ ```
56
+
57
+ **4. Get Workflow Guidance**
58
+ ```
59
+ *workflow-guidance
60
+ ```
61
+ Helps you select the right workflow for your goal.
62
+
63
+ **5. Enable Knowledge Base Mode**
64
+ ```
65
+ *kb-mode
66
+ ```
67
+ Ask questions about AIgile methodology:
68
+ - "How should I structure a user story?"
69
+ - "What's the difference between an epic and a story?"
70
+ - "Best practices for test automation?"
71
+
72
+ **6. Party Mode (Multi-Agent Discussion)**
73
+ ```
74
+ *party-mode
75
+ ```
76
+ Get input from ALL agents simultaneously:
77
+ ```
78
+ User: Should we refactor this module?
79
+
80
+ 🏗️ Architect: Refactor now - debt compounds
81
+ 💻 Dev: Incremental improvement works
82
+ 🧪 QA: Add tests first
83
+ 📋 PM: Sprint 3 has capacity
84
+
85
+ Orchestrator: [Synthesizes consensus]
86
+ ```
87
+
88
+ ### Command Reference
89
+
90
+ | Command | Description | Example |
91
+ |---------|-------------|---------|
92
+ | `*help` | Show all commands | `*help` |
93
+ | `*agent [name]` | Transform to agent | `*agent dev` |
94
+ | `*workflow [name]` | Start workflow | `*workflow enterprise-feature-delivery` |
95
+ | `*workflow-guidance` | Get workflow help | `*workflow-guidance` |
96
+ | `*task [name]` | Run task (needs agent) | After transforming: `*task implement-story` |
97
+ | `*checklist [name]` | Execute checklist | `*checklist story-dod-checklist` |
98
+ | `*kb-mode` | Toggle knowledge base | `*kb-mode` |
99
+ | `*party-mode` | Multi-agent discussion | `*party-mode` |
100
+ | `*status` | Show current state | `*status` |
101
+ | `*plan` | Create workflow plan | `*plan` |
102
+ | `*plan-status` | Show plan progress | `*plan-status` |
103
+ | `*yolo` | Toggle fast mode | `*yolo` |
104
+ | `*exit` | Return/exit | `*exit` |
105
+
106
+ ### Example Workflows
107
+
108
+ #### Scenario 1: New User Learning
109
+ ```
110
+ @aigile-orchestrator
111
+
112
+ User: I'm new to AIgile. How do I get started?
113
+ Orchestrator: Welcome! Let me help...
114
+ *kb-mode
115
+
116
+ User: What's the best way to create a Jira story?
117
+ Orchestrator: [Explains process, then suggests]
118
+ I can transform into the Product Owner agent
119
+ Type: *agent po
120
+ ```
121
+
122
+ #### Scenario 2: Feature Development
123
+ ```
124
+ @aigile-orchestrator
125
+
126
+ User: I need to implement a new login feature from Jira
127
+ Orchestrator: This is a development task. I recommend:
128
+ *agent dev
129
+
130
+ [Transforms to Developer]
131
+
132
+ Dev: Ready to implement! What's the Jira story ID?
133
+ User: PROJ-123
134
+
135
+ Dev: *task implement-story-from-jira PROJ-123
136
+ ```
137
+
138
+ #### Scenario 3: Architecture Decision
139
+ ```
140
+ @aigile-orchestrator
141
+
142
+ User: Should we use microservices or monolith?
143
+ Orchestrator: This requires architecture expertise.
144
+ *party-mode
145
+
146
+ 🏗️ Architect: Consider team size and deployment needs
147
+ 💻 Dev: Microservices add complexity but scale better
148
+ 📋 PM: Timeline matters - monolith is faster initially
149
+ 🧪 QA: Testing strategy differs significantly
150
+
151
+ Orchestrator: Let me transform to Architect for deep dive
152
+ *agent architect
153
+ ```
154
+
155
+ ---
156
+
157
+ ## 🧙 AIgile Master
158
+
159
+ ### What is it?
160
+
161
+ The **Master** is a universal task executor that can run ANY AIgile task without switching personas. It's like having an expert generalist who knows how to do everything.
162
+
163
+ ### When to Use
164
+
165
+ ✅ **Perfect for**:
166
+ - Quick one-off tasks
167
+ - Multi-domain work (spanning several areas)
168
+ - Experienced users who know what they want
169
+ - Rapid execution with YOLO mode
170
+ - Tasks that don't fit a single specialist
171
+
172
+ ❌ **Not needed for**:
173
+ - Deep coding sessions (use `dev` agent)
174
+ - Extensive QA campaigns (use `qa` agent)
175
+ - Complex persona-driven workflows
176
+
177
+ ### How to Use
178
+
179
+ **1. Activate the Master**
180
+ ```
181
+ @aigile-master
182
+ ```
183
+
184
+ **2. Get Help**
185
+ ```
186
+ *help
187
+ ```
188
+
189
+ **3. Execute Any Task**
190
+ ```
191
+ *task # List all tasks
192
+ *task implement-story-from-jira # Execute specific task
193
+ *task 15 # Execute by number
194
+ ```
195
+
196
+ **4. Execute Checklist**
197
+ ```
198
+ *execute-checklist # List all checklists
199
+ *execute-checklist story-dod-checklist
200
+ ```
201
+
202
+ **5. Create Document**
203
+ ```
204
+ *create-doc # List all templates
205
+ *create-doc prd-tmpl # Create PRD
206
+ *create-doc architecture-tmpl # Create architecture doc
207
+ ```
208
+
209
+ **6. Enable YOLO Mode (Fast)**
210
+ ```
211
+ *yolo # Toggle fast mode
212
+ *task sync-jira-backlog # Executes without confirmations
213
+ ```
214
+
215
+ ### Command Reference
216
+
217
+ | Command | Description | Example |
218
+ |---------|-------------|---------|
219
+ | `*help` | Show commands | `*help` |
220
+ | `*task [name]` | Execute task | `*task document-project` |
221
+ | `*execute-checklist [name]` | Run checklist | `*execute-checklist architect-checklist` |
222
+ | `*create-doc [template]` | Create document | `*create-doc prd-tmpl` |
223
+ | `*doc-out` | Save document | `*doc-out` |
224
+ | `*document-project` | Full project docs | `*document-project` |
225
+ | `*kb` | Toggle KB mode | `*kb` |
226
+ | `*yolo` | Toggle fast mode | `*yolo` |
227
+ | `*exit` | Exit | `*exit` |
228
+
229
+ ### Available Tasks (31 Total)
230
+
231
+ **Implementation**:
232
+ - implement-story-from-jira
233
+ - implement-freeform-work-item
234
+ - implement-unit-tests
235
+ - check-story-implemented
236
+
237
+ **Jira Management**:
238
+ - create-jira-epic-from-confluence
239
+ - create-jira-story-from-confluence
240
+ - create-stories-from-epic
241
+ - groom-jira-story
242
+ - sync-jira-backlog
243
+ - create-next-story
244
+ - create-tasks-for-story
245
+ - explain-story-from-jira
246
+ - validate-next-story
247
+
248
+ **Documentation**:
249
+ - document-project
250
+ - create-architecture-doc
251
+ - create-prd-doc
252
+
253
+ **Testing**:
254
+ - test-design
255
+ - verify-jira-story-e2e
256
+ - gate
257
+ - review-story
258
+
259
+ **Analysis**:
260
+ - code-arch-review-with-github
261
+ - sonarqube-hotspot-review
262
+ - market-research-from-context7
263
+ - advanced-elicitation
264
+
265
+ **Design**:
266
+ - front-end-spec-from-design
267
+ - figma-audit-design-system
268
+
269
+ **Collaboration**:
270
+ - facilitate-brainstorming-session
271
+ - standup-digest
272
+
273
+ **Utilities**:
274
+ - execute-checklist
275
+ - help
276
+
277
+ ### Example Workflows
278
+
279
+ #### Scenario 1: Quick Documentation
280
+ ```
281
+ @aigile-master
282
+
283
+ *create-doc architecture-tmpl
284
+ [Follow prompts to create doc]
285
+ *doc-out
286
+ ```
287
+
288
+ #### Scenario 2: Experienced User - Fast Path
289
+ ```
290
+ @aigile-master
291
+
292
+ *yolo # Enable fast mode
293
+ *task sync-jira-backlog # No confirmations
294
+ *task create-next-story # Auto-proceeds
295
+ *execute-checklist story-draft-checklist
296
+ ```
297
+
298
+ #### Scenario 3: Multi-Domain Task
299
+ ```
300
+ @aigile-master
301
+
302
+ User: I need to review SonarQube hotspots and create a plan
303
+ Master: *task sonarqube-hotspot-review
304
+ [Analyzes hotspots]
305
+ Creating remediation document...
306
+ *create-doc architecture-tmpl
307
+ [Documents fixes]
308
+ *doc-out
309
+ ```
310
+
311
+ #### Scenario 4: Knowledge Base Q&A
312
+ ```
313
+ @aigile-master
314
+
315
+ *kb # Enable KB mode
316
+
317
+ User: What are the AIgile test levels?
318
+ Master: [Loads aigile-kb.md]
319
+ AIgile defines 4 test levels:
320
+ 1. Unit Tests
321
+ 2. Integration Tests
322
+ 3. E2E Tests
323
+ 4. Acceptance Tests
324
+ [Provides detailed explanation]
325
+ ```
326
+
327
+ ---
328
+
329
+ ## 🤔 Which One Should I Use?
330
+
331
+ ### Use **Orchestrator** when:
332
+ - 🆕 You're new to AIgile
333
+ - 🔄 You need workflow coordination
334
+ - 🤝 Task requires multiple agents
335
+ - 📚 You want to learn methodology
336
+ - 🎯 You're not sure which agent to use
337
+ - 🎭 You want multi-agent discussions
338
+
339
+ ### Use **Master** when:
340
+ - ⚡ You know exactly what you want
341
+ - 🎯 Quick one-off task
342
+ - 🔧 Multi-domain work
343
+ - 💨 You want rapid execution
344
+ - 🧠 You're an experienced user
345
+ - 🔄 Task doesn't fit a single agent
346
+
347
+ ### Use **Specialist Agent** when:
348
+ - 💻 Deep coding session → `@dev`
349
+ - 🧪 Extensive testing → `@qa`
350
+ - 🧭 Story grooming session → `@po`
351
+ - 🏗️ Architecture design → `@architect`
352
+
353
+ ---
354
+
355
+ ## 🎮 Command System
356
+
357
+ All meta-agents and specialists now support the `*` command prefix:
358
+
359
+ ### Universal Commands
360
+ - `*help` - Show available commands
361
+ - `*exit` - Exit or return to orchestrator
362
+
363
+ ### Mode Toggles
364
+ - `*kb` / `*kb-mode` - Toggle knowledge base mode
365
+ - `*yolo` - Toggle fast mode (skip confirmations)
366
+ - `*party-mode` - Enable multi-agent discussion (orchestrator only)
367
+
368
+ ### Execution Commands
369
+ - `*task [name]` - Execute task
370
+ - `*agent [name]` - Transform to agent (orchestrator only)
371
+ - `*workflow [name]` - Start workflow (orchestrator only)
372
+ - `*checklist [name]` - Execute checklist
373
+ - `*create-doc [template]` - Create document (master)
374
+
375
+ ### Planning Commands (Orchestrator)
376
+ - `*workflow-guidance` - Get workflow help
377
+ - `*plan` - Create workflow plan
378
+ - `*plan-status` - Show plan progress
379
+ - `*status` - Show current state
380
+
381
+ ---
382
+
383
+ ## 🏢 Enterprise Integration
384
+
385
+ Both meta-agents support full enterprise MCP integrations:
386
+
387
+ ### Atlassian (Jira/Confluence)
388
+ ```
389
+ *task create-jira-epic-from-confluence
390
+ *task sync-jira-backlog
391
+ *task groom-jira-story
392
+ ```
393
+
394
+ ### GitHub/GitLab
395
+ ```
396
+ *task code-arch-review-with-github
397
+ ```
398
+
399
+ ### SonarQube
400
+ ```
401
+ *task sonarqube-hotspot-review
402
+ ```
403
+
404
+ ### Playwright (E2E Testing)
405
+ ```
406
+ *task verify-jira-story-e2e
407
+ ```
408
+
409
+ ### Figma
410
+ ```
411
+ *task figma-audit-design-system
412
+ *task front-end-spec-from-design
413
+ ```
414
+
415
+ ### Context7 (Research)
416
+ ```
417
+ *task market-research-from-context7
418
+ ```
419
+
420
+ ---
421
+
422
+ ## 📚 Learning Path
423
+
424
+ ### Week 1: Getting Started
425
+ 1. Start with `@aigile-orchestrator`
426
+ 2. Use `*help` to explore
427
+ 3. Enable `*kb-mode` and ask questions
428
+ 4. Try transforming: `*agent dev`
429
+
430
+ ### Week 2: Task Execution
431
+ 1. Try `@aigile-master`
432
+ 2. Execute tasks: `*task document-project`
433
+ 3. Create docs: `*create-doc prd-tmpl`
434
+ 4. Run checklists: `*execute-checklist story-dod-checklist`
435
+
436
+ ### Week 3: Workflows
437
+ 1. Use orchestrator for workflows
438
+ 2. Try `*workflow-guidance`
439
+ 3. Coordinate multi-agent tasks
440
+ 4. Experiment with `*party-mode`
441
+
442
+ ### Week 4: Mastery
443
+ 1. Enable `*yolo` mode for speed
444
+ 2. Direct specialist agent access: `@dev`, `@qa`
445
+ 3. Custom workflows
446
+ 4. Advanced enterprise integration
447
+
448
+ ---
449
+
450
+ ## 🎯 Quick Reference Card
451
+
452
+ ### Getting Started
453
+ ```
454
+ @aigile-orchestrator # Start with orchestrator
455
+ *help # See all options
456
+ *kb-mode # Learn methodology
457
+ ```
458
+
459
+ ### Quick Task
460
+ ```
461
+ @aigile-master # Universal executor
462
+ *task [name] # Execute task
463
+ *yolo # Fast mode
464
+ ```
465
+
466
+ ### Specialist Work
467
+ ```
468
+ @dev # Deep coding
469
+ @qa # Extensive testing
470
+ @po # Story management
471
+ ```
472
+
473
+ ### Workflows
474
+ ```
475
+ @aigile-orchestrator # Coordinator
476
+ *workflow-guidance # Get help
477
+ *agent dev # Transform
478
+ ```
479
+
480
+ ---
481
+
482
+ ## 🆘 Troubleshooting
483
+
484
+ **Q: Agent not responding correctly?**
485
+ A: Use `*help` to reset and see available commands
486
+
487
+ **Q: Not sure which agent to use?**
488
+ A: Start with `@aigile-orchestrator` and use `*workflow-guidance`
489
+
490
+ **Q: Want faster execution?**
491
+ A: Use `@aigile-master` with `*yolo` mode
492
+
493
+ **Q: Need multi-agent input?**
494
+ A: Use `@aigile-orchestrator` and enable `*party-mode`
495
+
496
+ **Q: Want to learn methodology?**
497
+ A: Use any meta-agent and enable `*kb-mode`
498
+
499
+ ---
500
+
501
+ ## 🎉 Summary
502
+
503
+ **AIgile Orchestrator** 🎭
504
+ - Your intelligent coordinator
505
+ - Helps choose right agent
506
+ - Coordinates workflows
507
+ - Perfect for beginners
508
+
509
+ **AIgile Master** 🧙
510
+ - Universal task executor
511
+ - Runs any task quickly
512
+ - No persona switching
513
+ - Perfect for experienced users
514
+
515
+ **Commands start with** `*`
516
+ - Consistent interface
517
+ - Easy to discover
518
+ - Works everywhere
519
+
520
+ **Get Started Now!**
521
+ ```
522
+ @aigile-orchestrator
523
+ *help
524
+ ```
525
+
526
+ Happy coding! 🚀