@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.
- package/LICENSE.md +26 -0
- package/README.md +300 -0
- package/core/agent-teams/team-all.yaml +24 -0
- package/core/agent-teams/team-company.yaml +17 -0
- package/core/agent-teams/team-enterprise.yaml +17 -0
- package/core/agent-teams/team-fullstack.yaml +16 -0
- package/core/agent-teams/team-ide-minimal.yaml +10 -0
- package/core/agents/aigile-master.md +476 -0
- package/core/agents/aigile-orchestrator.agent.md +200 -0
- package/core/agents/analyst.md +45 -0
- package/core/agents/architect.md +43 -0
- package/core/agents/code-tour.agent.md +208 -0
- package/core/agents/dev.agent.md +145 -0
- package/core/agents/dev.md +130 -0
- package/core/agents/expert-react-frontend-engineer.agent.md +741 -0
- package/core/agents/pm.md +33 -0
- package/core/agents/po.md +35 -0
- package/core/agents/qa.md +38 -0
- package/core/agents/sm.md +31 -0
- package/core/agents/ui-expert.md +39 -0
- package/core/agents/ux-expert.md +31 -0
- package/core/checklists/architect-checklist.md +246 -0
- package/core/checklists/change-checklist.md +182 -0
- package/core/checklists/pm-checklist.md +286 -0
- package/core/checklists/po-master-checklist.md +291 -0
- package/core/checklists/story-dod-checklist.md +94 -0
- package/core/checklists/story-draft-checklist.md +153 -0
- package/core/core-config.yaml +22 -0
- package/core/data/aigile-kb.md +112 -0
- package/core/data/brainstorming-techniques.md +73 -0
- package/core/data/elicitation-methods.md +42 -0
- package/core/data/technical-preferences.md +52 -0
- package/core/data/test-levels-framework.md +43 -0
- package/core/data/test-priorities-matrix.md +26 -0
- package/core/instructions/csharp.instructions.md +656 -0
- package/core/instructions/dotnet/csharp.instructions.md +656 -0
- package/core/instructions/java/java.instructions.md +67 -0
- package/core/instructions/java/spring-boot.instructions.md +122 -0
- package/core/instructions/java.instructions.md +67 -0
- package/core/instructions/spring-boot.instructions.md +122 -0
- package/core/prompts/README.md +11 -0
- package/core/prompts/architecture/architecture-blueprint-generator.prompt.md +322 -0
- package/core/prompts/architecture/architecture-validation.prompt.md +71 -0
- package/core/prompts/architecture/file-tree-generator.prompt.md +405 -0
- package/core/prompts/architecture/technical-project-analyze.prompt.md +43 -0
- package/core/prompts/architecture-blueprint-generator.prompt.md +322 -0
- package/core/prompts/architecture-validation.prompt.md +71 -0
- package/core/prompts/code-review.prompt.md +107 -0
- package/core/prompts/confluence-in-md.prompt.md +167 -0
- package/core/prompts/copilot-instructions-blueprint-generator.prompt.md +294 -0
- package/core/prompts/create-implementation-plan.prompt.md +157 -0
- package/core/prompts/create-oo-component-documentation.prompt.md +193 -0
- package/core/prompts/file-tree-generator.prompt.md +405 -0
- package/core/prompts/generate-unit-tests.prompt.md +291 -0
- package/core/prompts/java/java-doc.prompt.md +24 -0
- package/core/prompts/java/java-junit.prompt.md +64 -0
- package/core/prompts/java/junit-5.prompt.md +64 -0
- package/core/prompts/java-doc.prompt.md +24 -0
- package/core/prompts/java-junit.prompt.md +64 -0
- package/core/prompts/junit-5.prompt.md +64 -0
- package/core/prompts/release-notes/README.md +11 -0
- package/core/prompts/release-notes/release-notes.prompt.md +723 -0
- package/core/prompts/release-notes.prompt.md +723 -0
- package/core/prompts/technical-project-analyze.prompt.md +43 -0
- package/core/tasks/advanced-elicitation.md +119 -0
- package/core/tasks/check-story-implemented.md +44 -0
- package/core/tasks/code-arch-review-with-github.md +40 -0
- package/core/tasks/create-architecture-doc.md +55 -0
- package/core/tasks/create-jira-epic-from-confluence.md +70 -0
- package/core/tasks/create-jira-story-from-confluence.md +39 -0
- package/core/tasks/create-jira-story-from-text.md +39 -0
- package/core/tasks/create-next-story.md +35 -0
- package/core/tasks/create-prd-doc.md +54 -0
- package/core/tasks/create-stories-from-epic.md +66 -0
- package/core/tasks/create-tasks-for-story.md +60 -0
- package/core/tasks/document-project.md +69 -0
- package/core/tasks/execute-checklist.md +37 -0
- package/core/tasks/explain-story-from-jira.md +44 -0
- package/core/tasks/facilitate-brainstorming-session.md +69 -0
- package/core/tasks/figma-audit-design-system.md +20 -0
- package/core/tasks/front-end-spec-from-design.md +33 -0
- package/core/tasks/gate.md +64 -0
- package/core/tasks/groom-jira-story.md +52 -0
- package/core/tasks/help.md +27 -0
- package/core/tasks/implement-freeform-work-item.md +30 -0
- package/core/tasks/implement-story-from-jira.md +63 -0
- package/core/tasks/implement-unit-tests.md +45 -0
- package/core/tasks/market-research-from-context7.md +37 -0
- package/core/tasks/review-story.md +30 -0
- package/core/tasks/sonarqube-hotspot-review.md +39 -0
- package/core/tasks/standup-digest.md +21 -0
- package/core/tasks/sync-jira-backlog.md +32 -0
- package/core/tasks/test-design.md +68 -0
- package/core/tasks/validate-next-story.md +37 -0
- package/core/tasks/verify-jira-story-e2e.md +45 -0
- package/core/templates/architecture-tmpl.yaml +651 -0
- package/core/templates/brainstorming-output-tmpl.yaml +156 -0
- package/core/templates/brownfield-architecture-tmpl.yaml +477 -0
- package/core/templates/brownfield-prd-tmpl.yaml +281 -0
- package/core/templates/front-end-architecture-tmpl.yaml +219 -0
- package/core/templates/front-end-spec-tmpl.yaml +350 -0
- package/core/templates/fullstack-architecture-tmpl.yaml +824 -0
- package/core/templates/market-research-tmpl.yaml +253 -0
- package/core/templates/prd-tmpl.yaml +203 -0
- package/core/templates/project-brief-tmpl.yaml +222 -0
- package/core/templates/qa-gate-tmpl.yaml +103 -0
- package/core/templates/story-tmpl.yaml +138 -0
- package/core/workflows/brownfield-fullstack.yaml +298 -0
- package/core/workflows/brownfield-service.yaml +188 -0
- package/core/workflows/brownfield-ui.yaml +198 -0
- package/core/workflows/greenfield-fullstack.yaml +241 -0
- package/core/workflows/greenfield-service.yaml +207 -0
- package/core/workflows/greenfield-ui.yaml +236 -0
- package/dist/agents/aigile-master.txt +500 -0
- package/dist/agents/aigile-orchestrator.agent.txt +224 -0
- package/dist/agents/analyst.txt +69 -0
- package/dist/agents/architect.txt +67 -0
- package/dist/agents/code-tour.agent.txt +232 -0
- package/dist/agents/dev.agent.txt +169 -0
- package/dist/agents/dev.txt +154 -0
- package/dist/agents/expert-react-frontend-engineer.agent.txt +765 -0
- package/dist/agents/pm.txt +57 -0
- package/dist/agents/po.txt +59 -0
- package/dist/agents/qa.txt +62 -0
- package/dist/agents/sm.txt +55 -0
- package/dist/agents/ui-expert.txt +63 -0
- package/dist/agents/ux-expert.txt +55 -0
- package/dist/dev-agent-bundle.txt +154 -0
- package/dist/teams/team-company.txt +10789 -0
- package/docs/mcp-servers.md +102 -0
- package/docs/orchestrator-guide.md +526 -0
- package/mcp/servers.json +108 -0
- package/mcp/servers.yaml +124 -0
- package/package.json +72 -0
- package/tools/cli.js +1864 -0
- package/tools/installer/README.md +24 -0
- package/tools/installer/lib/ide-setup.js +295 -0
- package/tools/installer/lib/installer.js +131 -0
- package/tools/md-assets/web-agent-startup-instructions.md +21 -0
- package/tools/postinstall.js +72 -0
- package/tools/shared/bannerArt.js +68 -0
- package/tools/validate-bundles.js +54 -0
- package/tools/verify-publish-registry.js +34 -0
package/mcp/servers.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"servers": {
|
|
3
|
+
"atlassian": {
|
|
4
|
+
"command": "docker",
|
|
5
|
+
"args": [
|
|
6
|
+
"run",
|
|
7
|
+
"-i",
|
|
8
|
+
"--rm",
|
|
9
|
+
"-e",
|
|
10
|
+
"CONFLUENCE_URL",
|
|
11
|
+
"-e",
|
|
12
|
+
"CONFLUENCE_PERSONAL_TOKEN",
|
|
13
|
+
"-e",
|
|
14
|
+
"CONFLUENCE_SSL_VERIFY",
|
|
15
|
+
"-e",
|
|
16
|
+
"JIRA_URL",
|
|
17
|
+
"-e",
|
|
18
|
+
"JIRA_PERSONAL_TOKEN",
|
|
19
|
+
"-e",
|
|
20
|
+
"JIRA_SSL_VERIFY",
|
|
21
|
+
"-e",
|
|
22
|
+
"READ_ONLY_MODE",
|
|
23
|
+
"ghcr.io/sooperset/mcp-atlassian:latest"
|
|
24
|
+
],
|
|
25
|
+
"env": {
|
|
26
|
+
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
|
|
27
|
+
"CONFLUENCE_PERSONAL_TOKEN": "${input:confluence_personal_access_token}",
|
|
28
|
+
"CONFLUENCE_SSL_VERIFY": "true",
|
|
29
|
+
"JIRA_URL": "https://your-company.atlassian.net",
|
|
30
|
+
"JIRA_PERSONAL_TOKEN": "${input:jira_personal_access_token}",
|
|
31
|
+
"JIRA_SSL_VERIFY": "true",
|
|
32
|
+
"READ_ONLY_MODE": "true"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"github.com": {
|
|
36
|
+
"command": "docker",
|
|
37
|
+
"args": [
|
|
38
|
+
"run",
|
|
39
|
+
"-i",
|
|
40
|
+
"--rm",
|
|
41
|
+
"-e",
|
|
42
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN",
|
|
43
|
+
"-e",
|
|
44
|
+
"GITHUB_DYNAMIC_TOOLSETS",
|
|
45
|
+
"ghcr.io/github/github-mcp-server"
|
|
46
|
+
],
|
|
47
|
+
"env": {
|
|
48
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_com_personal_access_token}",
|
|
49
|
+
"GITHUB_DYNAMIC_TOOLSETS": "1"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"playwright": {
|
|
53
|
+
"command": "npx",
|
|
54
|
+
"args": [
|
|
55
|
+
"@playwright/mcp@latest"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"memory": {
|
|
59
|
+
"command": "npx",
|
|
60
|
+
"args": [
|
|
61
|
+
"-y",
|
|
62
|
+
"@modelcontextprotocol/server-memory"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"sequentialthinking": {
|
|
66
|
+
"command": "npx",
|
|
67
|
+
"args": [
|
|
68
|
+
"-y",
|
|
69
|
+
"@modelcontextprotocol/server-sequential-thinking"
|
|
70
|
+
],
|
|
71
|
+
"env": {
|
|
72
|
+
"SEQUENTIAL_THINKING_MAX_STEPS": "8"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"context7": {
|
|
76
|
+
"type": "stdio",
|
|
77
|
+
"command": "npx",
|
|
78
|
+
"args": [
|
|
79
|
+
"-y",
|
|
80
|
+
"@upstash/context7-mcp",
|
|
81
|
+
"--api-key",
|
|
82
|
+
"${input:context7_api_key}"
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"inputs": [
|
|
87
|
+
{
|
|
88
|
+
"id": "github_com_personal_access_token",
|
|
89
|
+
"type": "promptString",
|
|
90
|
+
"description": "github.com Personal Access Token"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": "confluence_personal_access_token",
|
|
94
|
+
"type": "promptString",
|
|
95
|
+
"description": "Confluence Personal Access Token"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "jira_personal_access_token",
|
|
99
|
+
"type": "promptString",
|
|
100
|
+
"description": "Jira Personal Access Token"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": "context7_api_key",
|
|
104
|
+
"type": "promptString",
|
|
105
|
+
"description": "Context7 API key"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|
package/mcp/servers.yaml
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
servers:
|
|
2
|
+
atlassian:
|
|
3
|
+
command: docker
|
|
4
|
+
args:
|
|
5
|
+
- run
|
|
6
|
+
- -i
|
|
7
|
+
- --rm
|
|
8
|
+
- -e
|
|
9
|
+
- CONFLUENCE_URL
|
|
10
|
+
- -e
|
|
11
|
+
- CONFLUENCE_PERSONAL_TOKEN
|
|
12
|
+
- -e
|
|
13
|
+
- CONFLUENCE_SSL_VERIFY
|
|
14
|
+
- -e
|
|
15
|
+
- JIRA_URL
|
|
16
|
+
- -e
|
|
17
|
+
- JIRA_PERSONAL_TOKEN
|
|
18
|
+
- -e
|
|
19
|
+
- JIRA_SSL_VERIFY
|
|
20
|
+
- -e
|
|
21
|
+
- READ_ONLY_MODE
|
|
22
|
+
- ghcr.io/sooperset/mcp-atlassian:latest
|
|
23
|
+
env:
|
|
24
|
+
CONFLUENCE_URL: https://your-company.atlassian.net/wiki
|
|
25
|
+
CONFLUENCE_PERSONAL_TOKEN: ${input:confluence_personal_access_token}
|
|
26
|
+
CONFLUENCE_SSL_VERIFY: "true"
|
|
27
|
+
JIRA_URL: https://your-company.atlassian.net
|
|
28
|
+
JIRA_PERSONAL_TOKEN: ${input:jira_personal_access_token}
|
|
29
|
+
JIRA_SSL_VERIFY: "true"
|
|
30
|
+
READ_ONLY_MODE: "true"
|
|
31
|
+
|
|
32
|
+
github.com:
|
|
33
|
+
command: docker
|
|
34
|
+
args:
|
|
35
|
+
- run
|
|
36
|
+
- -i
|
|
37
|
+
- --rm
|
|
38
|
+
- -e
|
|
39
|
+
- GITHUB_PERSONAL_ACCESS_TOKEN
|
|
40
|
+
- -e
|
|
41
|
+
- GITHUB_DYNAMIC_TOOLSETS
|
|
42
|
+
- ghcr.io/github/github-mcp-server
|
|
43
|
+
env:
|
|
44
|
+
GITHUB_PERSONAL_ACCESS_TOKEN: ${input:github_com_personal_access_token}
|
|
45
|
+
GITHUB_DYNAMIC_TOOLSETS: "1"
|
|
46
|
+
|
|
47
|
+
# GitHub Enterprise example (uncomment and configure for your enterprise GitHub)
|
|
48
|
+
# github-enterprise:
|
|
49
|
+
# command: docker
|
|
50
|
+
# args:
|
|
51
|
+
# - run
|
|
52
|
+
# - -i
|
|
53
|
+
# - --rm
|
|
54
|
+
# - -e
|
|
55
|
+
# - GITHUB_HOST
|
|
56
|
+
# - -e
|
|
57
|
+
# - GITHUB_PERSONAL_ACCESS_TOKEN
|
|
58
|
+
# - -e
|
|
59
|
+
# - GITHUB_TOOLSETS
|
|
60
|
+
# - ghcr.io/github/github-mcp-server
|
|
61
|
+
# env:
|
|
62
|
+
# GITHUB_HOST: https://github.your-company.com
|
|
63
|
+
# GITHUB_PERSONAL_ACCESS_TOKEN: ${input:github_enterprise_personal_access_token}
|
|
64
|
+
# GITHUB_TOOLSETS: context,pull_requests,repos
|
|
65
|
+
|
|
66
|
+
# SonarQube example (uncomment and configure for your SonarQube instance)
|
|
67
|
+
# sonarqube:
|
|
68
|
+
# command: docker
|
|
69
|
+
# args:
|
|
70
|
+
# - run
|
|
71
|
+
# - -i
|
|
72
|
+
# - --rm
|
|
73
|
+
# - -e
|
|
74
|
+
# - SONARQUBE_TOKEN
|
|
75
|
+
# - -e
|
|
76
|
+
# - SONARQUBE_URL
|
|
77
|
+
# - mcp/sonarqube
|
|
78
|
+
# env:
|
|
79
|
+
# SONARQUBE_TOKEN: ${input:sonarqube_personal_token}
|
|
80
|
+
# SONARQUBE_URL: https://sonarqube.your-company.com
|
|
81
|
+
|
|
82
|
+
playwright:
|
|
83
|
+
command: npx
|
|
84
|
+
args:
|
|
85
|
+
- "@playwright/mcp@latest"
|
|
86
|
+
|
|
87
|
+
memory:
|
|
88
|
+
command: npx
|
|
89
|
+
args:
|
|
90
|
+
- -y
|
|
91
|
+
- "@modelcontextprotocol/server-memory"
|
|
92
|
+
|
|
93
|
+
sequentialthinking:
|
|
94
|
+
# Sequential Thinking MCP: helps plan and structure multi-step tasks
|
|
95
|
+
command: npx
|
|
96
|
+
args:
|
|
97
|
+
- -y
|
|
98
|
+
- "@modelcontextprotocol/server-sequential-thinking"
|
|
99
|
+
env:
|
|
100
|
+
SEQUENTIAL_THINKING_MAX_STEPS: "8"
|
|
101
|
+
|
|
102
|
+
context7:
|
|
103
|
+
# Context7 MCP: knowledge base search and grounding
|
|
104
|
+
command: npx
|
|
105
|
+
args:
|
|
106
|
+
- -y
|
|
107
|
+
- "@upstash/context7-mcp"
|
|
108
|
+
env:
|
|
109
|
+
CONTEXT7_API_KEY: ${input:context7_api_key}
|
|
110
|
+
CONTEXT7_DEFAULT_KB: general
|
|
111
|
+
|
|
112
|
+
inputs:
|
|
113
|
+
- id: github_com_personal_access_token
|
|
114
|
+
type: promptString
|
|
115
|
+
description: github.com Personal Access Token
|
|
116
|
+
- id: confluence_personal_access_token
|
|
117
|
+
type: promptString
|
|
118
|
+
description: Confluence Personal Access Token
|
|
119
|
+
- id: jira_personal_access_token
|
|
120
|
+
type: promptString
|
|
121
|
+
description: Jira Personal Access Token
|
|
122
|
+
- id: context7_api_key
|
|
123
|
+
type: promptString
|
|
124
|
+
description: Context7 API key
|
package/package.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mark-gozner/aigile-method",
|
|
3
|
+
"version": "0.4.5",
|
|
4
|
+
"description": "AIgile Development Method by Mark Gozner - AI-powered development with custom agents, handoffs, and subagent delegation",
|
|
5
|
+
"private": false,
|
|
6
|
+
"license": "SEE LICENSE",
|
|
7
|
+
"bin": {
|
|
8
|
+
"aigile": "tools/cli.js",
|
|
9
|
+
"aigile-method": "tools/cli.js"
|
|
10
|
+
},
|
|
11
|
+
"type": "module",
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=20.0.0"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"bundle": "node tools/cli.js bundle",
|
|
17
|
+
"build": "node tools/cli.js bundle",
|
|
18
|
+
"validate": "node tools/cli.js bundle && node tools/validate-bundles.js",
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
|
+
"pack:dry-run": "npm pack --dry-run",
|
|
21
|
+
"release:patch": "npm version patch && npm publish",
|
|
22
|
+
"release:minor": "npm version minor && npm publish",
|
|
23
|
+
"release:major": "npm version major && npm publish",
|
|
24
|
+
"list:agents": "node -e \"const fs=require('fs'); const p=require('path'); const d=p.join('core','agents'); console.log('Available agents:'); if(fs.existsSync(d)) for(const f of fs.readdirSync(d)) if(f.endsWith('.md')) console.log(' - '+f.replace(/\\.md$/, ''));\"",
|
|
25
|
+
"install:aigile": "node tools/cli.js install",
|
|
26
|
+
"postinstall": "node tools/postinstall.js",
|
|
27
|
+
"aigile:install": "aigile-method install --yes",
|
|
28
|
+
"aigile:bundle": "aigile-method bundle",
|
|
29
|
+
"aigile:status": "aigile-method status",
|
|
30
|
+
"aigile:list": "aigile-method list:agents"
|
|
31
|
+
},
|
|
32
|
+
"keywords": [
|
|
33
|
+
"agentic",
|
|
34
|
+
"agile",
|
|
35
|
+
"ai",
|
|
36
|
+
"mcp",
|
|
37
|
+
"bmad-inspired",
|
|
38
|
+
"github-copilot",
|
|
39
|
+
"agents",
|
|
40
|
+
"custom-agents",
|
|
41
|
+
"ai-agents",
|
|
42
|
+
"devops",
|
|
43
|
+
"project-management",
|
|
44
|
+
"scrum",
|
|
45
|
+
"kanban",
|
|
46
|
+
"testing",
|
|
47
|
+
"qa",
|
|
48
|
+
"architecture",
|
|
49
|
+
"code-review",
|
|
50
|
+
"workflow-automation",
|
|
51
|
+
"development-tools",
|
|
52
|
+
"cli"
|
|
53
|
+
],
|
|
54
|
+
"author": "Mark Gozner",
|
|
55
|
+
"repository": {
|
|
56
|
+
"type": "git",
|
|
57
|
+
"url": "https://github.com/mark-gozner/aigile-method.git"
|
|
58
|
+
},
|
|
59
|
+
"publishConfig": {
|
|
60
|
+
"access": "public"
|
|
61
|
+
},
|
|
62
|
+
"files": [
|
|
63
|
+
"core/",
|
|
64
|
+
"docs/",
|
|
65
|
+
"mcp/",
|
|
66
|
+
"tools/",
|
|
67
|
+
"dist/",
|
|
68
|
+
"LICENSE*",
|
|
69
|
+
"README.md",
|
|
70
|
+
"package.json"
|
|
71
|
+
]
|
|
72
|
+
}
|