@mark-gozner/aigile-method 1.0.1 β 1.0.3
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 -3
- package/core/agents/dev.agent.md +4 -7
- package/core/agents/expert-react-frontend-engineer.agent.md +1 -3
- package/dist/agents/aigile-orchestrator.agent.txt +6 -6
- package/dist/agents/code-tour.agent.txt +1 -3
- package/dist/agents/dev.agent.txt +4 -7
- package/dist/agents/expert-react-frontend-engineer.agent.txt +1 -3
- package/dist/teams/team-company.txt +12 -19
- package/package.json +1 -1
- package/tools/cli.js +42 -68
- package/tools/installer/lib/ide-setup.js +69 -80
|
@@ -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
|
-
['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'sequentialthinking/*']
|
|
6
|
+
['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/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,9 +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
|
-
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/
|
|
6
|
-
model: Claude Opus 4.6
|
|
7
|
-
---
|
|
5
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
8
6
|
|
|
9
7
|
# VSCode Tour Expert πΊοΈ
|
|
10
8
|
|
package/core/agents/dev.agent.md
CHANGED
|
@@ -3,19 +3,16 @@ 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
|
-
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/
|
|
7
|
-
|
|
8
|
-
handoffs:
|
|
9
|
-
- label: "π§ͺ Request QA Review"
|
|
10
|
-
agent: qa
|
|
6
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
7
|
+
agent: Test Architect & Quality Advisor
|
|
11
8
|
prompt: "Review the implementation above for quality and completeness."
|
|
12
9
|
send: false
|
|
13
10
|
- label: "ποΈ Architecture Check"
|
|
14
|
-
agent:
|
|
11
|
+
agent: Architect
|
|
15
12
|
prompt: "Verify the implementation follows architecture guidelines."
|
|
16
13
|
send: false
|
|
17
14
|
- label: "π Update Story"
|
|
18
|
-
agent:
|
|
15
|
+
agent: Product Owner
|
|
19
16
|
prompt: "Update the story with implementation details."
|
|
20
17
|
send: false
|
|
21
18
|
---
|
|
@@ -2,9 +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
|
-
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/
|
|
6
|
-
model: Claude Opus 4.6
|
|
7
|
-
---
|
|
5
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
8
6
|
|
|
9
7
|
# Expert React Frontend Engineer
|
|
10
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
|
-
['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'sequentialthinking/*']
|
|
29
|
+
['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/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,9 +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
|
-
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/
|
|
29
|
-
model: Claude Opus 4.6
|
|
30
|
-
---
|
|
28
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
31
29
|
|
|
32
30
|
# VSCode Tour Expert πΊοΈ
|
|
33
31
|
|
|
@@ -26,19 +26,16 @@ 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
|
-
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/
|
|
30
|
-
|
|
31
|
-
handoffs:
|
|
32
|
-
- label: "π§ͺ Request QA Review"
|
|
33
|
-
agent: qa
|
|
29
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
30
|
+
agent: Test Architect & Quality Advisor
|
|
34
31
|
prompt: "Review the implementation above for quality and completeness."
|
|
35
32
|
send: false
|
|
36
33
|
- label: "ποΈ Architecture Check"
|
|
37
|
-
agent:
|
|
34
|
+
agent: Architect
|
|
38
35
|
prompt: "Verify the implementation follows architecture guidelines."
|
|
39
36
|
send: false
|
|
40
37
|
- label: "π Update Story"
|
|
41
|
-
agent:
|
|
38
|
+
agent: Product Owner
|
|
42
39
|
prompt: "Update the story with implementation details."
|
|
43
40
|
send: false
|
|
44
41
|
---
|
|
@@ -25,9 +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
|
-
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/
|
|
29
|
-
model: Claude Opus 4.6
|
|
30
|
-
---
|
|
28
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
31
29
|
|
|
32
30
|
# Expert React Frontend Engineer
|
|
33
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
|
-
['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'sequentialthinking/*']
|
|
528
|
+
['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/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,9 +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
|
-
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/
|
|
826
|
-
model: Claude Opus 4.6
|
|
827
|
-
---
|
|
825
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
828
826
|
|
|
829
827
|
# VSCode Tour Expert πΊοΈ
|
|
830
828
|
|
|
@@ -1034,19 +1032,16 @@ name: Full Stack Developer
|
|
|
1034
1032
|
description: "Expert developer for code implementation, debugging, refactoring, and test-driven development."
|
|
1035
1033
|
argument-hint: "Describe what you want to implement or fix"
|
|
1036
1034
|
tools:
|
|
1037
|
-
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/
|
|
1038
|
-
|
|
1039
|
-
handoffs:
|
|
1040
|
-
- label: "π§ͺ Request QA Review"
|
|
1041
|
-
agent: qa
|
|
1035
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
1036
|
+
agent: Test Architect & Quality Advisor
|
|
1042
1037
|
prompt: "Review the implementation above for quality and completeness."
|
|
1043
1038
|
send: false
|
|
1044
1039
|
- label: "ποΈ Architecture Check"
|
|
1045
|
-
agent:
|
|
1040
|
+
agent: Architect
|
|
1046
1041
|
prompt: "Verify the implementation follows architecture guidelines."
|
|
1047
1042
|
send: false
|
|
1048
1043
|
- label: "π Update Story"
|
|
1049
|
-
agent:
|
|
1044
|
+
agent: Product Owner
|
|
1050
1045
|
prompt: "Update the story with implementation details."
|
|
1051
1046
|
send: false
|
|
1052
1047
|
---
|
|
@@ -1313,9 +1308,7 @@ notes:
|
|
|
1313
1308
|
description: "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization"
|
|
1314
1309
|
name: "Expert React Frontend Engineer"
|
|
1315
1310
|
tools:
|
|
1316
|
-
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/
|
|
1317
|
-
model: Claude Opus 4.6
|
|
1318
|
-
---
|
|
1311
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
1319
1312
|
|
|
1320
1313
|
# Expert React Frontend Engineer
|
|
1321
1314
|
|
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.3",
|
|
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,40 @@ 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 VS Code prefix/toolName format and MCP wildcards
|
|
1215
1216
|
const FULL_AGENT_TOOLS = [
|
|
1216
|
-
//
|
|
1217
|
-
'vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension',
|
|
1218
|
-
'vscode/
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
'execute/
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
'read/
|
|
1225
|
-
|
|
1226
|
-
// Agent tools
|
|
1217
|
+
// vscode tools
|
|
1218
|
+
'vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension',
|
|
1219
|
+
'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI',
|
|
1220
|
+
// execute tools
|
|
1221
|
+
'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask',
|
|
1222
|
+
'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests',
|
|
1223
|
+
// read tools
|
|
1224
|
+
'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput',
|
|
1225
|
+
'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput',
|
|
1226
|
+
// agent tools
|
|
1227
1227
|
'agent/runSubagent',
|
|
1228
|
-
//
|
|
1229
|
-
'atlassian/confluence_get_comments', 'atlassian/confluence_get_labels', 'atlassian/confluence_get_page',
|
|
1230
|
-
'atlassian/confluence_get_page_children', 'atlassian/confluence_search', 'atlassian/confluence_search_user',
|
|
1231
|
-
'atlassian/jira_batch_get_changelogs', 'atlassian/jira_download_attachments', 'atlassian/jira_get_agile_boards',
|
|
1232
|
-
'atlassian/jira_get_all_projects', 'atlassian/jira_get_board_issues', 'atlassian/jira_get_issue',
|
|
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
|
|
1228
|
+
// edit tools
|
|
1241
1229
|
'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook',
|
|
1242
1230
|
'edit/editFiles', 'edit/editNotebook',
|
|
1243
|
-
//
|
|
1231
|
+
// search tools
|
|
1244
1232
|
'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory',
|
|
1245
|
-
'search/searchResults', 'search/textSearch', 'search/usages',
|
|
1246
|
-
//
|
|
1233
|
+
'search/searchResults', 'search/textSearch', 'search/usages',
|
|
1234
|
+
// web tools
|
|
1247
1235
|
'web/fetch', 'web/githubRepo',
|
|
1248
|
-
//
|
|
1249
|
-
'
|
|
1250
|
-
|
|
1251
|
-
'
|
|
1252
|
-
'
|
|
1253
|
-
'
|
|
1254
|
-
'github
|
|
1255
|
-
'github
|
|
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'
|
|
1236
|
+
// other built-in
|
|
1237
|
+
'todo',
|
|
1238
|
+
// MCP servers (wildcard includes all tools from each server)
|
|
1239
|
+
'atlassian/*',
|
|
1240
|
+
'context7/*',
|
|
1241
|
+
'sequentialthinking/*',
|
|
1242
|
+
'github.com/*',
|
|
1243
|
+
'github.vscode-pull-request-github/*'
|
|
1270
1244
|
];
|
|
1271
1245
|
|
|
1272
1246
|
// Use full tool list for all agents except orchestrator
|
|
1273
1247
|
const toolList = agentId === 'aigile-orchestrator'
|
|
1274
|
-
? ['agent/
|
|
1248
|
+
? ['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/listDirectory', 'sequentialthinking/*']
|
|
1275
1249
|
: [...new Set([...FULL_AGENT_TOOLS, ...tools])].sort();
|
|
1276
1250
|
|
|
1277
1251
|
// Generate handoffs based on agent role
|
|
@@ -1379,41 +1353,41 @@ function generateCustomAgent({ agentId, agentMeta, agentMd, tools, tasks, checkl
|
|
|
1379
1353
|
function generateHandoffsFor(agentId) {
|
|
1380
1354
|
const handoffMappings = {
|
|
1381
1355
|
'aigile-orchestrator': [
|
|
1382
|
-
{ label: 'ποΈ Architecture Review', agent: '
|
|
1383
|
-
{ label: 'π» Start Implementation', agent: '
|
|
1384
|
-
{ label: 'π§ͺ Run QA Gate', agent: '
|
|
1385
|
-
{ label: 'π Refine Backlog', agent: '
|
|
1356
|
+
{ label: 'ποΈ Architecture Review', agent: 'Architect', prompt: 'Analyze the architecture and provide recommendations.', send: false },
|
|
1357
|
+
{ label: 'π» Start Implementation', agent: 'Full Stack Developer', prompt: 'Implement the plan using test-driven development.', send: false },
|
|
1358
|
+
{ label: 'π§ͺ Run QA Gate', agent: 'Test Architect & Quality Advisor', prompt: 'Review and test the implementation for quality.', send: false },
|
|
1359
|
+
{ label: 'π Refine Backlog', agent: 'Product Owner', prompt: 'Refine the backlog items based on discussion.', send: false },
|
|
1386
1360
|
],
|
|
1387
1361
|
dev: [
|
|
1388
|
-
{ label: 'π§ͺ Request QA Review', agent: '
|
|
1389
|
-
{ label: 'ποΈ Architecture Check', agent: '
|
|
1362
|
+
{ label: 'π§ͺ Request QA Review', agent: 'Test Architect & Quality Advisor', prompt: 'Review the implementation above for quality.', send: false },
|
|
1363
|
+
{ label: 'ποΈ Architecture Check', agent: 'Architect', prompt: 'Verify architecture compliance.', send: false },
|
|
1390
1364
|
],
|
|
1391
1365
|
architect: [
|
|
1392
|
-
{ label: 'π» Start Implementation', agent: '
|
|
1393
|
-
{ label: 'π Create Stories', agent: '
|
|
1366
|
+
{ label: 'π» Start Implementation', agent: 'Full Stack Developer', prompt: 'Implement the architecture recommendations.', send: false },
|
|
1367
|
+
{ label: 'π Create Stories', agent: 'Product Owner', prompt: 'Create backlog items for architecture changes.', send: false },
|
|
1394
1368
|
],
|
|
1395
1369
|
po: [
|
|
1396
|
-
{ label: 'π» Implement Story', agent: '
|
|
1397
|
-
{ label: 'π§ Analyze Further', agent: '
|
|
1370
|
+
{ label: 'π» Implement Story', agent: 'Full Stack Developer', prompt: 'Implement the story defined above.', send: false },
|
|
1371
|
+
{ label: 'π§ Analyze Further', agent: 'Business Analyst', prompt: 'Provide deeper analysis of requirements.', send: false },
|
|
1398
1372
|
],
|
|
1399
1373
|
qa: [
|
|
1400
|
-
{ label: 'π» Fix Issues', agent: '
|
|
1401
|
-
{ label: 'π Update Stories', agent: '
|
|
1374
|
+
{ label: 'π» Fix Issues', agent: 'Full Stack Developer', prompt: 'Fix the issues identified in QA review.', send: false },
|
|
1375
|
+
{ label: 'π Update Stories', agent: 'Product Owner', prompt: 'Update stories based on QA findings.', send: false },
|
|
1402
1376
|
],
|
|
1403
1377
|
analyst: [
|
|
1404
|
-
{ label: 'π Create Stories', agent: '
|
|
1405
|
-
{ label: 'ποΈ Architecture Review', agent: '
|
|
1378
|
+
{ label: 'π Create Stories', agent: 'Product Owner', prompt: 'Create stories from analysis findings.', send: false },
|
|
1379
|
+
{ label: 'ποΈ Architecture Review', agent: 'Architect', prompt: 'Review architecture implications.', send: false },
|
|
1406
1380
|
],
|
|
1407
1381
|
pm: [
|
|
1408
|
-
{ label: 'π Refine Stories', agent: '
|
|
1382
|
+
{ label: 'π Refine Stories', agent: 'Product Owner', prompt: 'Refine the stories in the plan.', send: false },
|
|
1409
1383
|
],
|
|
1410
1384
|
sm: [],
|
|
1411
1385
|
'ui-expert': [
|
|
1412
|
-
{ label: 'π» Implement UI', agent: '
|
|
1386
|
+
{ label: 'π» Implement UI', agent: 'Full Stack Developer', prompt: 'Implement the UI specifications.', send: false },
|
|
1413
1387
|
],
|
|
1414
1388
|
'ux-expert': [
|
|
1415
|
-
{ label: 'ποΈ Design System', agent: '
|
|
1416
|
-
{ label: 'π» Implement UX', agent: '
|
|
1389
|
+
{ label: 'ποΈ Design System', agent: 'UI Expert', prompt: 'Create design system components.', send: false },
|
|
1390
|
+
{ label: 'π» Implement UX', agent: 'Full Stack Developer', prompt: 'Implement the UX recommendations.', send: false },
|
|
1417
1391
|
],
|
|
1418
1392
|
};
|
|
1419
1393
|
|
|
@@ -3,49 +3,36 @@ import fs from 'fs-extra';
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Full tool list for all agents (except orchestrator)
|
|
6
|
+
* Uses VS Code prefix/toolName format and MCP wildcards
|
|
6
7
|
*/
|
|
7
8
|
const FULL_AGENT_TOOLS = [
|
|
8
|
-
//
|
|
9
|
-
'vscode/
|
|
10
|
-
'vscode/
|
|
11
|
-
//
|
|
12
|
-
'execute/
|
|
13
|
-
'execute/
|
|
14
|
-
//
|
|
15
|
-
'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput',
|
|
9
|
+
// vscode tools
|
|
10
|
+
'vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension',
|
|
11
|
+
'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI',
|
|
12
|
+
// execute tools
|
|
13
|
+
'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask',
|
|
14
|
+
'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests',
|
|
15
|
+
// read tools
|
|
16
16
|
'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput',
|
|
17
|
-
|
|
17
|
+
'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput',
|
|
18
|
+
// agent tools
|
|
18
19
|
'agent/runSubagent',
|
|
19
|
-
//
|
|
20
|
-
'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook',
|
|
20
|
+
// edit tools
|
|
21
|
+
'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook',
|
|
21
22
|
'edit/editFiles', 'edit/editNotebook',
|
|
22
|
-
//
|
|
23
|
+
// search tools
|
|
23
24
|
'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory',
|
|
24
|
-
'search/searchResults', 'search/textSearch', 'search/usages',
|
|
25
|
-
//
|
|
25
|
+
'search/searchResults', 'search/textSearch', 'search/usages',
|
|
26
|
+
// web tools
|
|
26
27
|
'web/fetch', 'web/githubRepo',
|
|
27
|
-
//
|
|
28
|
-
'
|
|
29
|
-
//
|
|
30
|
-
'
|
|
31
|
-
'
|
|
32
|
-
'
|
|
33
|
-
'github
|
|
34
|
-
'github
|
|
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'
|
|
28
|
+
// other built-in
|
|
29
|
+
'todo',
|
|
30
|
+
// MCP servers (wildcard includes all tools from each server)
|
|
31
|
+
'atlassian/*',
|
|
32
|
+
'context7/*',
|
|
33
|
+
'sequentialthinking/*',
|
|
34
|
+
'github.com/*',
|
|
35
|
+
'github.vscode-pull-request-github/*'
|
|
49
36
|
];
|
|
50
37
|
|
|
51
38
|
/**
|
|
@@ -54,101 +41,102 @@ const FULL_AGENT_TOOLS = [
|
|
|
54
41
|
const AGENT_METADATA = {
|
|
55
42
|
'aigile-orchestrator': {
|
|
56
43
|
description: 'PURE COORDINATOR - I have NO implementation tools. I can ONLY delegate via runSubagent.',
|
|
57
|
-
tools: ['agent/
|
|
58
|
-
model: 'Claude Opus 4.
|
|
44
|
+
tools: ['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/listDirectory', 'sequentialthinking/*'],
|
|
45
|
+
model: 'Claude Opus 4.6',
|
|
59
46
|
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: '
|
|
47
|
+
{ label: 'ποΈ Architecture Review', agent: 'Architect', prompt: 'Analyze the architecture and provide recommendations.', send: false },
|
|
48
|
+
{ label: 'π» Start Implementation', agent: 'Full Stack Developer', prompt: 'Implement the plan using test-driven development.', send: false },
|
|
49
|
+
{ label: 'π§ͺ Run QA Gate', agent: 'Test Architect & Quality Advisor', prompt: 'Review and test the implementation for quality.', send: false },
|
|
50
|
+
{ label: 'π Refine Backlog', agent: 'Product Owner', prompt: 'Refine the backlog items based on discussion.', send: false },
|
|
51
|
+
{ label: 'π§ Analyze Requirements', agent: 'Business Analyst', prompt: 'Analyze requirements and provide breakdown.', send: false },
|
|
65
52
|
],
|
|
66
|
-
|
|
53
|
+
'user-invokable': true,
|
|
54
|
+
'disable-model-invocation': true
|
|
67
55
|
},
|
|
68
56
|
'dev': {
|
|
69
57
|
description: 'Full Stack Developer - code implementation, debugging, refactoring, and test-driven development.',
|
|
70
58
|
tools: FULL_AGENT_TOOLS,
|
|
71
|
-
model: 'Claude Opus 4.
|
|
59
|
+
model: 'Claude Opus 4.6',
|
|
72
60
|
handoffs: [
|
|
73
|
-
{ label: 'π§ͺ Request QA Review', agent: '
|
|
74
|
-
{ label: 'ποΈ Architecture Check', agent: '
|
|
61
|
+
{ label: 'π§ͺ Request QA Review', agent: 'Test Architect & Quality Advisor', prompt: 'Review the implementation above for quality.', send: false },
|
|
62
|
+
{ label: 'ποΈ Architecture Check', agent: 'Architect', prompt: 'Verify architecture compliance.', send: false },
|
|
75
63
|
],
|
|
76
|
-
|
|
64
|
+
'user-invokable': true
|
|
77
65
|
},
|
|
78
66
|
'architect': {
|
|
79
67
|
description: 'Software Architect - architecture analysis, code review, documentation, and system design.',
|
|
80
68
|
tools: FULL_AGENT_TOOLS,
|
|
81
|
-
model: 'Claude Opus 4.
|
|
69
|
+
model: 'Claude Opus 4.6',
|
|
82
70
|
handoffs: [
|
|
83
|
-
{ label: 'π» Start Implementation', agent: '
|
|
84
|
-
{ label: 'π Create Stories', agent: '
|
|
71
|
+
{ label: 'π» Start Implementation', agent: 'Full Stack Developer', prompt: 'Implement the architecture recommendations.', send: false },
|
|
72
|
+
{ label: 'π Create Stories', agent: 'Product Owner', prompt: 'Create backlog items for architecture changes.', send: false },
|
|
85
73
|
],
|
|
86
|
-
|
|
74
|
+
'user-invokable': true
|
|
87
75
|
},
|
|
88
76
|
'po': {
|
|
89
77
|
description: 'Product Owner - story creation, backlog management, and Jira integration.',
|
|
90
78
|
tools: FULL_AGENT_TOOLS,
|
|
91
|
-
model: 'Claude Opus 4.
|
|
79
|
+
model: 'Claude Opus 4.6',
|
|
92
80
|
handoffs: [
|
|
93
|
-
{ label: 'π» Implement Story', agent: '
|
|
94
|
-
{ label: 'π§ Analyze Further', agent: '
|
|
81
|
+
{ label: 'π» Implement Story', agent: 'Full Stack Developer', prompt: 'Implement the story defined above.', send: false },
|
|
82
|
+
{ label: 'π§ Analyze Further', agent: 'Business Analyst', prompt: 'Provide deeper analysis of requirements.', send: false },
|
|
95
83
|
],
|
|
96
|
-
|
|
84
|
+
'user-invokable': true
|
|
97
85
|
},
|
|
98
86
|
'qa': {
|
|
99
87
|
description: 'QA Engineer - testing, quality gates, E2E verification, and test automation.',
|
|
100
88
|
tools: FULL_AGENT_TOOLS,
|
|
101
|
-
model: 'Claude Opus 4.
|
|
89
|
+
model: 'Claude Opus 4.6',
|
|
102
90
|
handoffs: [
|
|
103
|
-
{ label: 'π» Fix Issues', agent: '
|
|
104
|
-
{ label: 'π Update Stories', agent: '
|
|
91
|
+
{ label: 'π» Fix Issues', agent: 'Full Stack Developer', prompt: 'Fix the issues identified in QA review.', send: false },
|
|
92
|
+
{ label: 'π Update Stories', agent: 'Product Owner', prompt: 'Update stories based on QA findings.', send: false },
|
|
105
93
|
],
|
|
106
|
-
|
|
94
|
+
'user-invokable': true
|
|
107
95
|
},
|
|
108
96
|
'analyst': {
|
|
109
97
|
description: 'Business Analyst - requirements analysis, brainstorming, research, and elicitation.',
|
|
110
98
|
tools: FULL_AGENT_TOOLS,
|
|
111
|
-
model: 'Claude Opus 4.
|
|
99
|
+
model: 'Claude Opus 4.6',
|
|
112
100
|
handoffs: [
|
|
113
|
-
{ label: 'π Create Stories', agent: '
|
|
114
|
-
{ label: 'ποΈ Architecture Review', agent: '
|
|
101
|
+
{ label: 'π Create Stories', agent: 'Product Owner', prompt: 'Create stories from analysis findings.', send: false },
|
|
102
|
+
{ label: 'ποΈ Architecture Review', agent: 'Architect', prompt: 'Review architecture implications.', send: false },
|
|
115
103
|
],
|
|
116
|
-
|
|
104
|
+
'user-invokable': true
|
|
117
105
|
},
|
|
118
106
|
'pm': {
|
|
119
107
|
description: 'Project Manager - project planning, backlog sync, PRDs, and roadmap management.',
|
|
120
108
|
tools: FULL_AGENT_TOOLS,
|
|
121
|
-
model: 'Claude Opus 4.
|
|
109
|
+
model: 'Claude Opus 4.6',
|
|
122
110
|
handoffs: [
|
|
123
|
-
{ label: 'π Refine Stories', agent: '
|
|
111
|
+
{ label: 'π Refine Stories', agent: 'Product Owner', prompt: 'Refine the stories in the plan.', send: false },
|
|
124
112
|
],
|
|
125
|
-
|
|
113
|
+
'user-invokable': true
|
|
126
114
|
},
|
|
127
115
|
'sm': {
|
|
128
116
|
description: 'Scrum Master - sprint ceremonies, standup facilitation, and team coordination.',
|
|
129
117
|
tools: FULL_AGENT_TOOLS,
|
|
130
|
-
model: 'Claude Opus 4.
|
|
118
|
+
model: 'Claude Opus 4.6',
|
|
131
119
|
handoffs: [],
|
|
132
|
-
|
|
120
|
+
'user-invokable': true
|
|
133
121
|
},
|
|
134
122
|
'ui-expert': {
|
|
135
123
|
description: 'UI Expert - design system audit, Figma integration, and component specifications.',
|
|
136
124
|
tools: FULL_AGENT_TOOLS,
|
|
137
|
-
model: 'Claude Opus 4.
|
|
125
|
+
model: 'Claude Opus 4.6',
|
|
138
126
|
handoffs: [
|
|
139
|
-
{ label: 'π» Implement UI', agent: '
|
|
127
|
+
{ label: 'π» Implement UI', agent: 'Full Stack Developer', prompt: 'Implement the UI specifications.', send: false },
|
|
140
128
|
],
|
|
141
|
-
|
|
129
|
+
'user-invokable': true
|
|
142
130
|
},
|
|
143
131
|
'ux-expert': {
|
|
144
132
|
description: 'UX Expert - user experience design, frontend specs, and user journey mapping.',
|
|
145
133
|
tools: FULL_AGENT_TOOLS,
|
|
146
|
-
model: 'Claude Opus 4.
|
|
134
|
+
model: 'Claude Opus 4.6',
|
|
147
135
|
handoffs: [
|
|
148
|
-
{ label: 'ποΈ Design System', agent: '
|
|
149
|
-
{ label: 'π» Implement UX', agent: '
|
|
136
|
+
{ label: 'ποΈ Design System', agent: 'UI Expert', prompt: 'Create design system components.', send: false },
|
|
137
|
+
{ label: 'π» Implement UX', agent: 'Full Stack Developer', prompt: 'Implement the UX recommendations.', send: false },
|
|
150
138
|
],
|
|
151
|
-
|
|
139
|
+
'user-invokable': true
|
|
152
140
|
},
|
|
153
141
|
};
|
|
154
142
|
|
|
@@ -185,9 +173,10 @@ function generateFrontmatter(id, metadata) {
|
|
|
185
173
|
}
|
|
186
174
|
}
|
|
187
175
|
|
|
188
|
-
// Always add model - default to Claude Opus 4.
|
|
189
|
-
lines.push(`model: ${metadata.model || 'Claude Opus 4.
|
|
190
|
-
if (metadata
|
|
176
|
+
// Always add model - default to Claude Opus 4.6
|
|
177
|
+
lines.push(`model: ${metadata.model || 'Claude Opus 4.6'}`);
|
|
178
|
+
if (metadata['user-invokable'] !== undefined) lines.push(`user-invokable: ${metadata['user-invokable']}`);
|
|
179
|
+
if (metadata['disable-model-invocation'] !== undefined) lines.push(`disable-model-invocation: ${metadata['disable-model-invocation']}`);
|
|
191
180
|
|
|
192
181
|
if (metadata.handoffs && metadata.handoffs.length > 0) {
|
|
193
182
|
lines.push('handoffs:');
|
|
@@ -237,7 +226,7 @@ export function setupGithubCopilot({ srcAgentsDir, destChatmodesDir, destAgentsD
|
|
|
237
226
|
description: `Activates the ${id} agent persona (AIgile).`,
|
|
238
227
|
tools: ['search', 'fetch', 'codebase', 'problems'],
|
|
239
228
|
handoffs: [],
|
|
240
|
-
|
|
229
|
+
'user-invokable': true
|
|
241
230
|
};
|
|
242
231
|
|
|
243
232
|
const frontmatter = generateFrontmatter(id, metadata);
|