@mark-gozner/aigile-method 1.0.1 โ 1.0.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/core/agents/aigile-orchestrator.agent.md +6 -6
- package/core/agents/code-tour.agent.md +1 -1
- package/core/agents/dev.agent.md +4 -4
- package/core/agents/expert-react-frontend-engineer.agent.md +1 -1
- package/dist/agents/aigile-orchestrator.agent.txt +6 -6
- package/dist/agents/code-tour.agent.txt +1 -1
- package/dist/agents/dev.agent.txt +4 -4
- package/dist/agents/expert-react-frontend-engineer.agent.txt +1 -1
- package/dist/teams/team-company.txt +12 -12
- package/package.json +1 -1
- package/tools/cli.js +37 -73
- package/tools/installer/lib/ide-setup.js +64 -85
|
@@ -3,29 +3,29 @@ name: AIgile Orchestrator
|
|
|
3
3
|
description: "Intelligent coordinator with full tool access - orchestrates specialist agents and can perform direct actions when needed."
|
|
4
4
|
argument-hint: "Describe your goal and I'll coordinate the specialist agents"
|
|
5
5
|
tools:
|
|
6
|
-
['
|
|
6
|
+
['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*']
|
|
7
7
|
model: Claude Opus 4.6
|
|
8
8
|
user-invokable: true
|
|
9
9
|
disable-model-invocation: true
|
|
10
10
|
handoffs:
|
|
11
11
|
- label: "๐๏ธ Architecture Review"
|
|
12
|
-
agent:
|
|
12
|
+
agent: Architect
|
|
13
13
|
prompt: "Analyze the architecture and provide recommendations based on the context above."
|
|
14
14
|
send: false
|
|
15
15
|
- label: "๐ป Start Implementation"
|
|
16
|
-
agent:
|
|
16
|
+
agent: Full Stack Developer
|
|
17
17
|
prompt: "Implement the plan outlined above using test-driven development."
|
|
18
18
|
send: false
|
|
19
19
|
- label: "๐งช Run QA Gate"
|
|
20
|
-
agent:
|
|
20
|
+
agent: Test Architect & Quality Advisor
|
|
21
21
|
prompt: "Review and test the implementation above for quality and completeness."
|
|
22
22
|
send: false
|
|
23
23
|
- label: "๐ Refine Backlog"
|
|
24
|
-
agent:
|
|
24
|
+
agent: Product Owner
|
|
25
25
|
prompt: "Refine the backlog items based on the discussion above."
|
|
26
26
|
send: false
|
|
27
27
|
- label: "๐ง Analyze Requirements"
|
|
28
|
-
agent:
|
|
28
|
+
agent: Business Analyst
|
|
29
29
|
prompt: "Analyze the requirements and provide detailed breakdown."
|
|
30
30
|
send: false
|
|
31
31
|
---
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'
|
|
3
3
|
name: 'VSCode Tour Expert'
|
|
4
4
|
tools:
|
|
5
|
-
['
|
|
5
|
+
['edit', 'search', 'runCommands', 'runTasks', 'runNotebooks', 'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace', 'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI', 'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure', 'fetch', 'githubRepo', 'selection', 'todos', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
6
6
|
model: Claude Opus 4.6
|
|
7
7
|
---
|
|
8
8
|
|
package/core/agents/dev.agent.md
CHANGED
|
@@ -3,19 +3,19 @@ name: Full Stack Developer
|
|
|
3
3
|
description: "Expert developer for code implementation, debugging, refactoring, and test-driven development."
|
|
4
4
|
argument-hint: "Describe what you want to implement or fix"
|
|
5
5
|
tools:
|
|
6
|
-
['
|
|
6
|
+
['edit', 'search', 'runCommands', 'runTasks', 'runNotebooks', 'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace', 'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI', 'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure', 'fetch', 'githubRepo', 'selection', 'todos', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
7
7
|
model: Claude Opus 4.6
|
|
8
8
|
handoffs:
|
|
9
9
|
- label: "๐งช Request QA Review"
|
|
10
|
-
agent:
|
|
10
|
+
agent: Test Architect & Quality Advisor
|
|
11
11
|
prompt: "Review the implementation above for quality and completeness."
|
|
12
12
|
send: false
|
|
13
13
|
- label: "๐๏ธ Architecture Check"
|
|
14
|
-
agent:
|
|
14
|
+
agent: Architect
|
|
15
15
|
prompt: "Verify the implementation follows architecture guidelines."
|
|
16
16
|
send: false
|
|
17
17
|
- label: "๐ Update Story"
|
|
18
|
-
agent:
|
|
18
|
+
agent: Product Owner
|
|
19
19
|
prompt: "Update the story with implementation details."
|
|
20
20
|
send: false
|
|
21
21
|
---
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization"
|
|
3
3
|
name: "Expert React Frontend Engineer"
|
|
4
4
|
tools:
|
|
5
|
-
['
|
|
5
|
+
['edit', 'search', 'runCommands', 'runTasks', 'runNotebooks', 'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace', 'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI', 'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure', 'fetch', 'githubRepo', 'selection', 'todos', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
6
6
|
model: Claude Opus 4.6
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -26,29 +26,29 @@ name: AIgile Orchestrator
|
|
|
26
26
|
description: "Intelligent coordinator with full tool access - orchestrates specialist agents and can perform direct actions when needed."
|
|
27
27
|
argument-hint: "Describe your goal and I'll coordinate the specialist agents"
|
|
28
28
|
tools:
|
|
29
|
-
['
|
|
29
|
+
['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*']
|
|
30
30
|
model: Claude Opus 4.6
|
|
31
31
|
user-invokable: true
|
|
32
32
|
disable-model-invocation: true
|
|
33
33
|
handoffs:
|
|
34
34
|
- label: "๐๏ธ Architecture Review"
|
|
35
|
-
agent:
|
|
35
|
+
agent: Architect
|
|
36
36
|
prompt: "Analyze the architecture and provide recommendations based on the context above."
|
|
37
37
|
send: false
|
|
38
38
|
- label: "๐ป Start Implementation"
|
|
39
|
-
agent:
|
|
39
|
+
agent: Full Stack Developer
|
|
40
40
|
prompt: "Implement the plan outlined above using test-driven development."
|
|
41
41
|
send: false
|
|
42
42
|
- label: "๐งช Run QA Gate"
|
|
43
|
-
agent:
|
|
43
|
+
agent: Test Architect & Quality Advisor
|
|
44
44
|
prompt: "Review and test the implementation above for quality and completeness."
|
|
45
45
|
send: false
|
|
46
46
|
- label: "๐ Refine Backlog"
|
|
47
|
-
agent:
|
|
47
|
+
agent: Product Owner
|
|
48
48
|
prompt: "Refine the backlog items based on the discussion above."
|
|
49
49
|
send: false
|
|
50
50
|
- label: "๐ง Analyze Requirements"
|
|
51
|
-
agent:
|
|
51
|
+
agent: Business Analyst
|
|
52
52
|
prompt: "Analyze the requirements and provide detailed breakdown."
|
|
53
53
|
send: false
|
|
54
54
|
---
|
|
@@ -25,7 +25,7 @@ Notes:
|
|
|
25
25
|
description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'
|
|
26
26
|
name: 'VSCode Tour Expert'
|
|
27
27
|
tools:
|
|
28
|
-
['
|
|
28
|
+
['edit', 'search', 'runCommands', 'runTasks', 'runNotebooks', 'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace', 'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI', 'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure', 'fetch', 'githubRepo', 'selection', 'todos', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
29
29
|
model: Claude Opus 4.6
|
|
30
30
|
---
|
|
31
31
|
|
|
@@ -26,19 +26,19 @@ name: Full Stack Developer
|
|
|
26
26
|
description: "Expert developer for code implementation, debugging, refactoring, and test-driven development."
|
|
27
27
|
argument-hint: "Describe what you want to implement or fix"
|
|
28
28
|
tools:
|
|
29
|
-
['
|
|
29
|
+
['edit', 'search', 'runCommands', 'runTasks', 'runNotebooks', 'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace', 'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI', 'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure', 'fetch', 'githubRepo', 'selection', 'todos', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
30
30
|
model: Claude Opus 4.6
|
|
31
31
|
handoffs:
|
|
32
32
|
- label: "๐งช Request QA Review"
|
|
33
|
-
agent:
|
|
33
|
+
agent: Test Architect & Quality Advisor
|
|
34
34
|
prompt: "Review the implementation above for quality and completeness."
|
|
35
35
|
send: false
|
|
36
36
|
- label: "๐๏ธ Architecture Check"
|
|
37
|
-
agent:
|
|
37
|
+
agent: Architect
|
|
38
38
|
prompt: "Verify the implementation follows architecture guidelines."
|
|
39
39
|
send: false
|
|
40
40
|
- label: "๐ Update Story"
|
|
41
|
-
agent:
|
|
41
|
+
agent: Product Owner
|
|
42
42
|
prompt: "Update the story with implementation details."
|
|
43
43
|
send: false
|
|
44
44
|
---
|
|
@@ -25,7 +25,7 @@ Notes:
|
|
|
25
25
|
description: "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization"
|
|
26
26
|
name: "Expert React Frontend Engineer"
|
|
27
27
|
tools:
|
|
28
|
-
['
|
|
28
|
+
['edit', 'search', 'runCommands', 'runTasks', 'runNotebooks', 'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace', 'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI', 'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure', 'fetch', 'githubRepo', 'selection', 'todos', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
29
29
|
model: Claude Opus 4.6
|
|
30
30
|
---
|
|
31
31
|
|
|
@@ -525,29 +525,29 @@ name: AIgile Orchestrator
|
|
|
525
525
|
description: "Intelligent coordinator with full tool access - orchestrates specialist agents and can perform direct actions when needed."
|
|
526
526
|
argument-hint: "Describe your goal and I'll coordinate the specialist agents"
|
|
527
527
|
tools:
|
|
528
|
-
['
|
|
528
|
+
['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*']
|
|
529
529
|
model: Claude Opus 4.6
|
|
530
530
|
user-invokable: true
|
|
531
531
|
disable-model-invocation: true
|
|
532
532
|
handoffs:
|
|
533
533
|
- label: "๐๏ธ Architecture Review"
|
|
534
|
-
agent:
|
|
534
|
+
agent: Architect
|
|
535
535
|
prompt: "Analyze the architecture and provide recommendations based on the context above."
|
|
536
536
|
send: false
|
|
537
537
|
- label: "๐ป Start Implementation"
|
|
538
|
-
agent:
|
|
538
|
+
agent: Full Stack Developer
|
|
539
539
|
prompt: "Implement the plan outlined above using test-driven development."
|
|
540
540
|
send: false
|
|
541
541
|
- label: "๐งช Run QA Gate"
|
|
542
|
-
agent:
|
|
542
|
+
agent: Test Architect & Quality Advisor
|
|
543
543
|
prompt: "Review and test the implementation above for quality and completeness."
|
|
544
544
|
send: false
|
|
545
545
|
- label: "๐ Refine Backlog"
|
|
546
|
-
agent:
|
|
546
|
+
agent: Product Owner
|
|
547
547
|
prompt: "Refine the backlog items based on the discussion above."
|
|
548
548
|
send: false
|
|
549
549
|
- label: "๐ง Analyze Requirements"
|
|
550
|
-
agent:
|
|
550
|
+
agent: Business Analyst
|
|
551
551
|
prompt: "Analyze the requirements and provide detailed breakdown."
|
|
552
552
|
send: false
|
|
553
553
|
---
|
|
@@ -822,7 +822,7 @@ dependencies:
|
|
|
822
822
|
description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'
|
|
823
823
|
name: 'VSCode Tour Expert'
|
|
824
824
|
tools:
|
|
825
|
-
['
|
|
825
|
+
['edit', 'search', 'runCommands', 'runTasks', 'runNotebooks', 'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace', 'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI', 'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure', 'fetch', 'githubRepo', 'selection', 'todos', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
826
826
|
model: Claude Opus 4.6
|
|
827
827
|
---
|
|
828
828
|
|
|
@@ -1034,19 +1034,19 @@ name: Full Stack Developer
|
|
|
1034
1034
|
description: "Expert developer for code implementation, debugging, refactoring, and test-driven development."
|
|
1035
1035
|
argument-hint: "Describe what you want to implement or fix"
|
|
1036
1036
|
tools:
|
|
1037
|
-
['
|
|
1037
|
+
['edit', 'search', 'runCommands', 'runTasks', 'runNotebooks', 'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace', 'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI', 'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure', 'fetch', 'githubRepo', 'selection', 'todos', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
1038
1038
|
model: Claude Opus 4.6
|
|
1039
1039
|
handoffs:
|
|
1040
1040
|
- label: "๐งช Request QA Review"
|
|
1041
|
-
agent:
|
|
1041
|
+
agent: Test Architect & Quality Advisor
|
|
1042
1042
|
prompt: "Review the implementation above for quality and completeness."
|
|
1043
1043
|
send: false
|
|
1044
1044
|
- label: "๐๏ธ Architecture Check"
|
|
1045
|
-
agent:
|
|
1045
|
+
agent: Architect
|
|
1046
1046
|
prompt: "Verify the implementation follows architecture guidelines."
|
|
1047
1047
|
send: false
|
|
1048
1048
|
- label: "๐ Update Story"
|
|
1049
|
-
agent:
|
|
1049
|
+
agent: Product Owner
|
|
1050
1050
|
prompt: "Update the story with implementation details."
|
|
1051
1051
|
send: false
|
|
1052
1052
|
---
|
|
@@ -1313,7 +1313,7 @@ notes:
|
|
|
1313
1313
|
description: "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization"
|
|
1314
1314
|
name: "Expert React Frontend Engineer"
|
|
1315
1315
|
tools:
|
|
1316
|
-
['
|
|
1316
|
+
['edit', 'search', 'runCommands', 'runTasks', 'runNotebooks', 'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace', 'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI', 'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure', 'fetch', 'githubRepo', 'selection', 'todos', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
1317
1317
|
model: Claude Opus 4.6
|
|
1318
1318
|
---
|
|
1319
1319
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mark-gozner/aigile-method",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "AIgile Development Method by Mark Gozner - AI-powered development with custom agents, handoffs, and subagent delegation",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "SEE LICENSE",
|
package/tools/cli.js
CHANGED
|
@@ -1212,66 +1212,30 @@ function generateCustomAgent({ agentId, agentMeta, agentMd, tools, tasks, checkl
|
|
|
1212
1212
|
const metaName = agentMeta.name || title;
|
|
1213
1213
|
|
|
1214
1214
|
// Full tool list for all agents (except orchestrator)
|
|
1215
|
+
// Uses new VS Code tool naming: simple names, tool sets, and MCP wildcards
|
|
1215
1216
|
const FULL_AGENT_TOOLS = [
|
|
1216
|
-
//
|
|
1217
|
-
'
|
|
1218
|
-
'
|
|
1219
|
-
'
|
|
1220
|
-
//
|
|
1221
|
-
'
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
'
|
|
1225
|
-
'
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
'
|
|
1230
|
-
'
|
|
1231
|
-
'
|
|
1232
|
-
'
|
|
1233
|
-
'atlassian/jira_get_link_types', 'atlassian/jira_get_project_issues', 'atlassian/jira_get_project_versions',
|
|
1234
|
-
'atlassian/jira_get_sprint_issues', 'atlassian/jira_get_sprints_from_board', 'atlassian/jira_get_transitions',
|
|
1235
|
-
'atlassian/jira_get_user_profile', 'atlassian/jira_get_worklog', 'atlassian/jira_search', 'atlassian/jira_search_fields',
|
|
1236
|
-
// Context7 MCP
|
|
1237
|
-
'context7/get-library-docs', 'context7/resolve-library-id',
|
|
1238
|
-
// Sequential Thinking MCP
|
|
1239
|
-
'sequentialthinking/sequentialthinking',
|
|
1240
|
-
// Edit tools
|
|
1241
|
-
'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook',
|
|
1242
|
-
'edit/editFiles', 'edit/editNotebook',
|
|
1243
|
-
// Search tools
|
|
1244
|
-
'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory',
|
|
1245
|
-
'search/searchResults', 'search/textSearch', 'search/usages', 'search/searchSubagent',
|
|
1246
|
-
// Web tools
|
|
1247
|
-
'web/fetch', 'web/githubRepo',
|
|
1248
|
-
// GitHub MCP
|
|
1249
|
-
'github/add_comment_to_pending_review', 'github/add_issue_comment', 'github/assign_copilot_to_issue',
|
|
1250
|
-
'github/create_branch', 'github/create_or_update_file', 'github/create_pull_request',
|
|
1251
|
-
'github/create_repository', 'github/delete_file', 'github/fork_repository', 'github/get_commit',
|
|
1252
|
-
'github/get_file_contents', 'github/get_label', 'github/get_latest_release', 'github/get_me',
|
|
1253
|
-
'github/get_release_by_tag', 'github/get_tag', 'github/get_team_members', 'github/get_teams',
|
|
1254
|
-
'github/issue_read', 'github/issue_write', 'github/list_branches', 'github/list_commits',
|
|
1255
|
-
'github/list_issue_types', 'github/list_issues', 'github/list_pull_requests', 'github/list_releases',
|
|
1256
|
-
'github/list_tags', 'github/merge_pull_request', 'github/pull_request_read',
|
|
1257
|
-
'github/pull_request_review_write', 'github/push_files', 'github/request_copilot_review',
|
|
1258
|
-
'github/search_code', 'github/search_issues', 'github/search_pull_requests',
|
|
1259
|
-
'github/search_repositories', 'github/search_users', 'github/sub_issue_write',
|
|
1260
|
-
'github/update_pull_request', 'github/update_pull_request_branch',
|
|
1261
|
-
// Upstash Context7 MCP
|
|
1262
|
-
'upstash/context7/query-docs', 'upstash/context7/resolve-library-id',
|
|
1263
|
-
// GitHub PR extension tools
|
|
1264
|
-
'github.vscode-pull-request-github/issue_fetch', 'github.vscode-pull-request-github/suggest-fix',
|
|
1265
|
-
'github.vscode-pull-request-github/searchSyntax', 'github.vscode-pull-request-github/doSearch',
|
|
1266
|
-
'github.vscode-pull-request-github/renderIssues', 'github.vscode-pull-request-github/activePullRequest',
|
|
1267
|
-
'github.vscode-pull-request-github/openPullRequest',
|
|
1268
|
-
// Other tools
|
|
1269
|
-
'todo'
|
|
1217
|
+
// Tool sets (groups of related tools)
|
|
1218
|
+
'edit', // createDirectory, createFile, editFiles, editNotebook, newJupyterNotebook
|
|
1219
|
+
'search', // changes, codebase, fileSearch, listDirectory, searchResults, textSearch, usages
|
|
1220
|
+
'runCommands', // getTerminalOutput, runInTerminal, terminalLastCommand, terminalSelection
|
|
1221
|
+
'runTasks', // createAndRunTask, getTaskOutput, runTask
|
|
1222
|
+
'runNotebooks', // getNotebookSummary, readNotebookCellOutput, runCell, editNotebook
|
|
1223
|
+
// Individual built-in tools
|
|
1224
|
+
'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace',
|
|
1225
|
+
'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI',
|
|
1226
|
+
'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure',
|
|
1227
|
+
'fetch', 'githubRepo', 'selection', 'todos',
|
|
1228
|
+
// MCP servers (wildcard includes all tools from each server)
|
|
1229
|
+
'atlassian/*',
|
|
1230
|
+
'context7/*',
|
|
1231
|
+
'sequentialthinking/*',
|
|
1232
|
+
'github.com/*',
|
|
1233
|
+
'github.vscode-pull-request-github/*'
|
|
1270
1234
|
];
|
|
1271
1235
|
|
|
1272
1236
|
// Use full tool list for all agents except orchestrator
|
|
1273
1237
|
const toolList = agentId === 'aigile-orchestrator'
|
|
1274
|
-
? ['agent
|
|
1238
|
+
? ['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*']
|
|
1275
1239
|
: [...new Set([...FULL_AGENT_TOOLS, ...tools])].sort();
|
|
1276
1240
|
|
|
1277
1241
|
// Generate handoffs based on agent role
|
|
@@ -1379,41 +1343,41 @@ function generateCustomAgent({ agentId, agentMeta, agentMd, tools, tasks, checkl
|
|
|
1379
1343
|
function generateHandoffsFor(agentId) {
|
|
1380
1344
|
const handoffMappings = {
|
|
1381
1345
|
'aigile-orchestrator': [
|
|
1382
|
-
{ label: '๐๏ธ Architecture Review', agent: '
|
|
1383
|
-
{ label: '๐ป Start Implementation', agent: '
|
|
1384
|
-
{ label: '๐งช Run QA Gate', agent: '
|
|
1385
|
-
{ label: '๐ Refine Backlog', agent: '
|
|
1346
|
+
{ label: '๐๏ธ Architecture Review', agent: 'Architect', prompt: 'Analyze the architecture and provide recommendations.', send: false },
|
|
1347
|
+
{ label: '๐ป Start Implementation', agent: 'Full Stack Developer', prompt: 'Implement the plan using test-driven development.', send: false },
|
|
1348
|
+
{ label: '๐งช Run QA Gate', agent: 'Test Architect & Quality Advisor', prompt: 'Review and test the implementation for quality.', send: false },
|
|
1349
|
+
{ label: '๐ Refine Backlog', agent: 'Product Owner', prompt: 'Refine the backlog items based on discussion.', send: false },
|
|
1386
1350
|
],
|
|
1387
1351
|
dev: [
|
|
1388
|
-
{ label: '๐งช Request QA Review', agent: '
|
|
1389
|
-
{ label: '๐๏ธ Architecture Check', agent: '
|
|
1352
|
+
{ label: '๐งช Request QA Review', agent: 'Test Architect & Quality Advisor', prompt: 'Review the implementation above for quality.', send: false },
|
|
1353
|
+
{ label: '๐๏ธ Architecture Check', agent: 'Architect', prompt: 'Verify architecture compliance.', send: false },
|
|
1390
1354
|
],
|
|
1391
1355
|
architect: [
|
|
1392
|
-
{ label: '๐ป Start Implementation', agent: '
|
|
1393
|
-
{ label: '๐ Create Stories', agent: '
|
|
1356
|
+
{ label: '๐ป Start Implementation', agent: 'Full Stack Developer', prompt: 'Implement the architecture recommendations.', send: false },
|
|
1357
|
+
{ label: '๐ Create Stories', agent: 'Product Owner', prompt: 'Create backlog items for architecture changes.', send: false },
|
|
1394
1358
|
],
|
|
1395
1359
|
po: [
|
|
1396
|
-
{ label: '๐ป Implement Story', agent: '
|
|
1397
|
-
{ label: '๐ง Analyze Further', agent: '
|
|
1360
|
+
{ label: '๐ป Implement Story', agent: 'Full Stack Developer', prompt: 'Implement the story defined above.', send: false },
|
|
1361
|
+
{ label: '๐ง Analyze Further', agent: 'Business Analyst', prompt: 'Provide deeper analysis of requirements.', send: false },
|
|
1398
1362
|
],
|
|
1399
1363
|
qa: [
|
|
1400
|
-
{ label: '๐ป Fix Issues', agent: '
|
|
1401
|
-
{ label: '๐ Update Stories', agent: '
|
|
1364
|
+
{ label: '๐ป Fix Issues', agent: 'Full Stack Developer', prompt: 'Fix the issues identified in QA review.', send: false },
|
|
1365
|
+
{ label: '๐ Update Stories', agent: 'Product Owner', prompt: 'Update stories based on QA findings.', send: false },
|
|
1402
1366
|
],
|
|
1403
1367
|
analyst: [
|
|
1404
|
-
{ label: '๐ Create Stories', agent: '
|
|
1405
|
-
{ label: '๐๏ธ Architecture Review', agent: '
|
|
1368
|
+
{ label: '๐ Create Stories', agent: 'Product Owner', prompt: 'Create stories from analysis findings.', send: false },
|
|
1369
|
+
{ label: '๐๏ธ Architecture Review', agent: 'Architect', prompt: 'Review architecture implications.', send: false },
|
|
1406
1370
|
],
|
|
1407
1371
|
pm: [
|
|
1408
|
-
{ label: '๐ Refine Stories', agent: '
|
|
1372
|
+
{ label: '๐ Refine Stories', agent: 'Product Owner', prompt: 'Refine the stories in the plan.', send: false },
|
|
1409
1373
|
],
|
|
1410
1374
|
sm: [],
|
|
1411
1375
|
'ui-expert': [
|
|
1412
|
-
{ label: '๐ป Implement UI', agent: '
|
|
1376
|
+
{ label: '๐ป Implement UI', agent: 'Full Stack Developer', prompt: 'Implement the UI specifications.', send: false },
|
|
1413
1377
|
],
|
|
1414
1378
|
'ux-expert': [
|
|
1415
|
-
{ label: '๐๏ธ Design System', agent: '
|
|
1416
|
-
{ label: '๐ป Implement UX', agent: '
|
|
1379
|
+
{ label: '๐๏ธ Design System', agent: 'UI Expert', prompt: 'Create design system components.', send: false },
|
|
1380
|
+
{ label: '๐ป Implement UX', agent: 'Full Stack Developer', prompt: 'Implement the UX recommendations.', send: false },
|
|
1417
1381
|
],
|
|
1418
1382
|
};
|
|
1419
1383
|
|
|
@@ -3,49 +3,26 @@ import fs from 'fs-extra';
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Full tool list for all agents (except orchestrator)
|
|
6
|
+
* Uses new VS Code tool naming: simple names, tool sets, and MCP wildcards
|
|
6
7
|
*/
|
|
7
8
|
const FULL_AGENT_TOOLS = [
|
|
8
|
-
//
|
|
9
|
-
'
|
|
10
|
-
'
|
|
11
|
-
//
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
//
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
|
|
18
|
-
'
|
|
19
|
-
//
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
// Web tools
|
|
26
|
-
'web/fetch', 'web/githubRepo',
|
|
27
|
-
// Context7 MCP
|
|
28
|
-
'upstash/context7/query-docs', 'upstash/context7/resolve-library-id',
|
|
29
|
-
// GitHub MCP
|
|
30
|
-
'github/add_comment_to_pending_review', 'github/add_issue_comment', 'github/assign_copilot_to_issue',
|
|
31
|
-
'github/create_branch', 'github/create_or_update_file', 'github/create_pull_request',
|
|
32
|
-
'github/create_repository', 'github/delete_file', 'github/fork_repository', 'github/get_commit',
|
|
33
|
-
'github/get_file_contents', 'github/get_label', 'github/get_latest_release', 'github/get_me',
|
|
34
|
-
'github/get_release_by_tag', 'github/get_tag', 'github/get_team_members', 'github/get_teams',
|
|
35
|
-
'github/issue_read', 'github/issue_write', 'github/list_branches', 'github/list_commits',
|
|
36
|
-
'github/list_issue_types', 'github/list_issues', 'github/list_pull_requests', 'github/list_releases',
|
|
37
|
-
'github/list_tags', 'github/merge_pull_request', 'github/pull_request_read',
|
|
38
|
-
'github/pull_request_review_write', 'github/push_files', 'github/request_copilot_review',
|
|
39
|
-
'github/search_code', 'github/search_issues', 'github/search_pull_requests',
|
|
40
|
-
'github/search_repositories', 'github/search_users', 'github/sub_issue_write',
|
|
41
|
-
'github/update_pull_request', 'github/update_pull_request_branch',
|
|
42
|
-
// Other tools
|
|
43
|
-
'askQuestions', 'todo',
|
|
44
|
-
// GitHub PR extension tools
|
|
45
|
-
'github.vscode-pull-request-github/issue_fetch', 'github.vscode-pull-request-github/suggest-fix',
|
|
46
|
-
'github.vscode-pull-request-github/searchSyntax', 'github.vscode-pull-request-github/doSearch',
|
|
47
|
-
'github.vscode-pull-request-github/renderIssues', 'github.vscode-pull-request-github/activePullRequest',
|
|
48
|
-
'github.vscode-pull-request-github/openPullRequest'
|
|
9
|
+
// Tool sets (groups of related tools)
|
|
10
|
+
'edit', // createDirectory, createFile, editFiles, editNotebook, newJupyterNotebook
|
|
11
|
+
'search', // changes, codebase, fileSearch, listDirectory, searchResults, textSearch, usages
|
|
12
|
+
'runCommands', // getTerminalOutput, runInTerminal, terminalLastCommand, terminalSelection
|
|
13
|
+
'runTasks', // createAndRunTask, getTaskOutput, runTask
|
|
14
|
+
'runNotebooks', // getNotebookSummary, readNotebookCellOutput, runCell, editNotebook
|
|
15
|
+
// Individual built-in tools
|
|
16
|
+
'extensions', 'getProjectSetupInfo', 'installExtension', 'newWorkspace',
|
|
17
|
+
'openSimpleBrowser', 'runVscodeCommand', 'VSCodeAPI',
|
|
18
|
+
'problems', 'readFile', 'runSubagent', 'runTests', 'testFailure',
|
|
19
|
+
'fetch', 'githubRepo', 'selection', 'todos',
|
|
20
|
+
// MCP servers (wildcard includes all tools from each server)
|
|
21
|
+
'atlassian/*',
|
|
22
|
+
'context7/*',
|
|
23
|
+
'sequentialthinking/*',
|
|
24
|
+
'github.com/*',
|
|
25
|
+
'github.vscode-pull-request-github/*'
|
|
49
26
|
];
|
|
50
27
|
|
|
51
28
|
/**
|
|
@@ -54,101 +31,102 @@ const FULL_AGENT_TOOLS = [
|
|
|
54
31
|
const AGENT_METADATA = {
|
|
55
32
|
'aigile-orchestrator': {
|
|
56
33
|
description: 'PURE COORDINATOR - I have NO implementation tools. I can ONLY delegate via runSubagent.',
|
|
57
|
-
tools: ['agent
|
|
58
|
-
model: 'Claude Opus 4.
|
|
34
|
+
tools: ['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*'],
|
|
35
|
+
model: 'Claude Opus 4.6',
|
|
59
36
|
handoffs: [
|
|
60
|
-
{ label: '๐๏ธ Architecture Review', agent: '
|
|
61
|
-
{ label: '๐ป Start Implementation', agent: '
|
|
62
|
-
{ label: '๐งช Run QA Gate', agent: '
|
|
63
|
-
{ label: '๐ Refine Backlog', agent: '
|
|
64
|
-
{ label: '๐ง Analyze Requirements', agent: '
|
|
37
|
+
{ label: '๐๏ธ Architecture Review', agent: 'Architect', prompt: 'Analyze the architecture and provide recommendations.', send: false },
|
|
38
|
+
{ label: '๐ป Start Implementation', agent: 'Full Stack Developer', prompt: 'Implement the plan using test-driven development.', send: false },
|
|
39
|
+
{ label: '๐งช Run QA Gate', agent: 'Test Architect & Quality Advisor', prompt: 'Review and test the implementation for quality.', send: false },
|
|
40
|
+
{ label: '๐ Refine Backlog', agent: 'Product Owner', prompt: 'Refine the backlog items based on discussion.', send: false },
|
|
41
|
+
{ label: '๐ง Analyze Requirements', agent: 'Business Analyst', prompt: 'Analyze requirements and provide breakdown.', send: false },
|
|
65
42
|
],
|
|
66
|
-
|
|
43
|
+
'user-invokable': true,
|
|
44
|
+
'disable-model-invocation': true
|
|
67
45
|
},
|
|
68
46
|
'dev': {
|
|
69
47
|
description: 'Full Stack Developer - code implementation, debugging, refactoring, and test-driven development.',
|
|
70
48
|
tools: FULL_AGENT_TOOLS,
|
|
71
|
-
model: 'Claude Opus 4.
|
|
49
|
+
model: 'Claude Opus 4.6',
|
|
72
50
|
handoffs: [
|
|
73
|
-
{ label: '๐งช Request QA Review', agent: '
|
|
74
|
-
{ label: '๐๏ธ Architecture Check', agent: '
|
|
51
|
+
{ label: '๐งช Request QA Review', agent: 'Test Architect & Quality Advisor', prompt: 'Review the implementation above for quality.', send: false },
|
|
52
|
+
{ label: '๐๏ธ Architecture Check', agent: 'Architect', prompt: 'Verify architecture compliance.', send: false },
|
|
75
53
|
],
|
|
76
|
-
|
|
54
|
+
'user-invokable': true
|
|
77
55
|
},
|
|
78
56
|
'architect': {
|
|
79
57
|
description: 'Software Architect - architecture analysis, code review, documentation, and system design.',
|
|
80
58
|
tools: FULL_AGENT_TOOLS,
|
|
81
|
-
model: 'Claude Opus 4.
|
|
59
|
+
model: 'Claude Opus 4.6',
|
|
82
60
|
handoffs: [
|
|
83
|
-
{ label: '๐ป Start Implementation', agent: '
|
|
84
|
-
{ label: '๐ Create Stories', agent: '
|
|
61
|
+
{ label: '๐ป Start Implementation', agent: 'Full Stack Developer', prompt: 'Implement the architecture recommendations.', send: false },
|
|
62
|
+
{ label: '๐ Create Stories', agent: 'Product Owner', prompt: 'Create backlog items for architecture changes.', send: false },
|
|
85
63
|
],
|
|
86
|
-
|
|
64
|
+
'user-invokable': true
|
|
87
65
|
},
|
|
88
66
|
'po': {
|
|
89
67
|
description: 'Product Owner - story creation, backlog management, and Jira integration.',
|
|
90
68
|
tools: FULL_AGENT_TOOLS,
|
|
91
|
-
model: 'Claude Opus 4.
|
|
69
|
+
model: 'Claude Opus 4.6',
|
|
92
70
|
handoffs: [
|
|
93
|
-
{ label: '๐ป Implement Story', agent: '
|
|
94
|
-
{ label: '๐ง Analyze Further', agent: '
|
|
71
|
+
{ label: '๐ป Implement Story', agent: 'Full Stack Developer', prompt: 'Implement the story defined above.', send: false },
|
|
72
|
+
{ label: '๐ง Analyze Further', agent: 'Business Analyst', prompt: 'Provide deeper analysis of requirements.', send: false },
|
|
95
73
|
],
|
|
96
|
-
|
|
74
|
+
'user-invokable': true
|
|
97
75
|
},
|
|
98
76
|
'qa': {
|
|
99
77
|
description: 'QA Engineer - testing, quality gates, E2E verification, and test automation.',
|
|
100
78
|
tools: FULL_AGENT_TOOLS,
|
|
101
|
-
model: 'Claude Opus 4.
|
|
79
|
+
model: 'Claude Opus 4.6',
|
|
102
80
|
handoffs: [
|
|
103
|
-
{ label: '๐ป Fix Issues', agent: '
|
|
104
|
-
{ label: '๐ Update Stories', agent: '
|
|
81
|
+
{ label: '๐ป Fix Issues', agent: 'Full Stack Developer', prompt: 'Fix the issues identified in QA review.', send: false },
|
|
82
|
+
{ label: '๐ Update Stories', agent: 'Product Owner', prompt: 'Update stories based on QA findings.', send: false },
|
|
105
83
|
],
|
|
106
|
-
|
|
84
|
+
'user-invokable': true
|
|
107
85
|
},
|
|
108
86
|
'analyst': {
|
|
109
87
|
description: 'Business Analyst - requirements analysis, brainstorming, research, and elicitation.',
|
|
110
88
|
tools: FULL_AGENT_TOOLS,
|
|
111
|
-
model: 'Claude Opus 4.
|
|
89
|
+
model: 'Claude Opus 4.6',
|
|
112
90
|
handoffs: [
|
|
113
|
-
{ label: '๐ Create Stories', agent: '
|
|
114
|
-
{ label: '๐๏ธ Architecture Review', agent: '
|
|
91
|
+
{ label: '๐ Create Stories', agent: 'Product Owner', prompt: 'Create stories from analysis findings.', send: false },
|
|
92
|
+
{ label: '๐๏ธ Architecture Review', agent: 'Architect', prompt: 'Review architecture implications.', send: false },
|
|
115
93
|
],
|
|
116
|
-
|
|
94
|
+
'user-invokable': true
|
|
117
95
|
},
|
|
118
96
|
'pm': {
|
|
119
97
|
description: 'Project Manager - project planning, backlog sync, PRDs, and roadmap management.',
|
|
120
98
|
tools: FULL_AGENT_TOOLS,
|
|
121
|
-
model: 'Claude Opus 4.
|
|
99
|
+
model: 'Claude Opus 4.6',
|
|
122
100
|
handoffs: [
|
|
123
|
-
{ label: '๐ Refine Stories', agent: '
|
|
101
|
+
{ label: '๐ Refine Stories', agent: 'Product Owner', prompt: 'Refine the stories in the plan.', send: false },
|
|
124
102
|
],
|
|
125
|
-
|
|
103
|
+
'user-invokable': true
|
|
126
104
|
},
|
|
127
105
|
'sm': {
|
|
128
106
|
description: 'Scrum Master - sprint ceremonies, standup facilitation, and team coordination.',
|
|
129
107
|
tools: FULL_AGENT_TOOLS,
|
|
130
|
-
model: 'Claude Opus 4.
|
|
108
|
+
model: 'Claude Opus 4.6',
|
|
131
109
|
handoffs: [],
|
|
132
|
-
|
|
110
|
+
'user-invokable': true
|
|
133
111
|
},
|
|
134
112
|
'ui-expert': {
|
|
135
113
|
description: 'UI Expert - design system audit, Figma integration, and component specifications.',
|
|
136
114
|
tools: FULL_AGENT_TOOLS,
|
|
137
|
-
model: 'Claude Opus 4.
|
|
115
|
+
model: 'Claude Opus 4.6',
|
|
138
116
|
handoffs: [
|
|
139
|
-
{ label: '๐ป Implement UI', agent: '
|
|
117
|
+
{ label: '๐ป Implement UI', agent: 'Full Stack Developer', prompt: 'Implement the UI specifications.', send: false },
|
|
140
118
|
],
|
|
141
|
-
|
|
119
|
+
'user-invokable': true
|
|
142
120
|
},
|
|
143
121
|
'ux-expert': {
|
|
144
122
|
description: 'UX Expert - user experience design, frontend specs, and user journey mapping.',
|
|
145
123
|
tools: FULL_AGENT_TOOLS,
|
|
146
|
-
model: 'Claude Opus 4.
|
|
124
|
+
model: 'Claude Opus 4.6',
|
|
147
125
|
handoffs: [
|
|
148
|
-
{ label: '๐๏ธ Design System', agent: '
|
|
149
|
-
{ label: '๐ป Implement UX', agent: '
|
|
126
|
+
{ label: '๐๏ธ Design System', agent: 'UI Expert', prompt: 'Create design system components.', send: false },
|
|
127
|
+
{ label: '๐ป Implement UX', agent: 'Full Stack Developer', prompt: 'Implement the UX recommendations.', send: false },
|
|
150
128
|
],
|
|
151
|
-
|
|
129
|
+
'user-invokable': true
|
|
152
130
|
},
|
|
153
131
|
};
|
|
154
132
|
|
|
@@ -185,9 +163,10 @@ function generateFrontmatter(id, metadata) {
|
|
|
185
163
|
}
|
|
186
164
|
}
|
|
187
165
|
|
|
188
|
-
// Always add model - default to Claude Opus 4.
|
|
189
|
-
lines.push(`model: ${metadata.model || 'Claude Opus 4.
|
|
190
|
-
if (metadata
|
|
166
|
+
// Always add model - default to Claude Opus 4.6
|
|
167
|
+
lines.push(`model: ${metadata.model || 'Claude Opus 4.6'}`);
|
|
168
|
+
if (metadata['user-invokable'] !== undefined) lines.push(`user-invokable: ${metadata['user-invokable']}`);
|
|
169
|
+
if (metadata['disable-model-invocation'] !== undefined) lines.push(`disable-model-invocation: ${metadata['disable-model-invocation']}`);
|
|
191
170
|
|
|
192
171
|
if (metadata.handoffs && metadata.handoffs.length > 0) {
|
|
193
172
|
lines.push('handoffs:');
|
|
@@ -237,7 +216,7 @@ export function setupGithubCopilot({ srcAgentsDir, destChatmodesDir, destAgentsD
|
|
|
237
216
|
description: `Activates the ${id} agent persona (AIgile).`,
|
|
238
217
|
tools: ['search', 'fetch', 'codebase', 'problems'],
|
|
239
218
|
handoffs: [],
|
|
240
|
-
|
|
219
|
+
'user-invokable': true
|
|
241
220
|
};
|
|
242
221
|
|
|
243
222
|
const frontmatter = generateFrontmatter(id, metadata);
|