@mark-gozner/aigile-method 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/LICENSE.md +26 -0
  2. package/README.md +300 -0
  3. package/core/agent-teams/team-all.yaml +24 -0
  4. package/core/agent-teams/team-company.yaml +17 -0
  5. package/core/agent-teams/team-enterprise.yaml +17 -0
  6. package/core/agent-teams/team-fullstack.yaml +16 -0
  7. package/core/agent-teams/team-ide-minimal.yaml +10 -0
  8. package/core/agents/aigile-master.md +476 -0
  9. package/core/agents/aigile-orchestrator.agent.md +200 -0
  10. package/core/agents/analyst.md +45 -0
  11. package/core/agents/architect.md +43 -0
  12. package/core/agents/code-tour.agent.md +208 -0
  13. package/core/agents/dev.agent.md +145 -0
  14. package/core/agents/dev.md +130 -0
  15. package/core/agents/expert-react-frontend-engineer.agent.md +741 -0
  16. package/core/agents/pm.md +33 -0
  17. package/core/agents/po.md +35 -0
  18. package/core/agents/qa.md +38 -0
  19. package/core/agents/sm.md +31 -0
  20. package/core/agents/ui-expert.md +39 -0
  21. package/core/agents/ux-expert.md +31 -0
  22. package/core/checklists/architect-checklist.md +246 -0
  23. package/core/checklists/change-checklist.md +182 -0
  24. package/core/checklists/pm-checklist.md +286 -0
  25. package/core/checklists/po-master-checklist.md +291 -0
  26. package/core/checklists/story-dod-checklist.md +94 -0
  27. package/core/checklists/story-draft-checklist.md +153 -0
  28. package/core/core-config.yaml +22 -0
  29. package/core/data/aigile-kb.md +112 -0
  30. package/core/data/brainstorming-techniques.md +73 -0
  31. package/core/data/elicitation-methods.md +42 -0
  32. package/core/data/technical-preferences.md +52 -0
  33. package/core/data/test-levels-framework.md +43 -0
  34. package/core/data/test-priorities-matrix.md +26 -0
  35. package/core/instructions/csharp.instructions.md +656 -0
  36. package/core/instructions/dotnet/csharp.instructions.md +656 -0
  37. package/core/instructions/java/java.instructions.md +67 -0
  38. package/core/instructions/java/spring-boot.instructions.md +122 -0
  39. package/core/instructions/java.instructions.md +67 -0
  40. package/core/instructions/spring-boot.instructions.md +122 -0
  41. package/core/prompts/README.md +11 -0
  42. package/core/prompts/architecture/architecture-blueprint-generator.prompt.md +322 -0
  43. package/core/prompts/architecture/architecture-validation.prompt.md +71 -0
  44. package/core/prompts/architecture/file-tree-generator.prompt.md +405 -0
  45. package/core/prompts/architecture/technical-project-analyze.prompt.md +43 -0
  46. package/core/prompts/architecture-blueprint-generator.prompt.md +322 -0
  47. package/core/prompts/architecture-validation.prompt.md +71 -0
  48. package/core/prompts/code-review.prompt.md +107 -0
  49. package/core/prompts/confluence-in-md.prompt.md +167 -0
  50. package/core/prompts/copilot-instructions-blueprint-generator.prompt.md +294 -0
  51. package/core/prompts/create-implementation-plan.prompt.md +157 -0
  52. package/core/prompts/create-oo-component-documentation.prompt.md +193 -0
  53. package/core/prompts/file-tree-generator.prompt.md +405 -0
  54. package/core/prompts/generate-unit-tests.prompt.md +291 -0
  55. package/core/prompts/java/java-doc.prompt.md +24 -0
  56. package/core/prompts/java/java-junit.prompt.md +64 -0
  57. package/core/prompts/java/junit-5.prompt.md +64 -0
  58. package/core/prompts/java-doc.prompt.md +24 -0
  59. package/core/prompts/java-junit.prompt.md +64 -0
  60. package/core/prompts/junit-5.prompt.md +64 -0
  61. package/core/prompts/release-notes/README.md +11 -0
  62. package/core/prompts/release-notes/release-notes.prompt.md +723 -0
  63. package/core/prompts/release-notes.prompt.md +723 -0
  64. package/core/prompts/technical-project-analyze.prompt.md +43 -0
  65. package/core/tasks/advanced-elicitation.md +119 -0
  66. package/core/tasks/check-story-implemented.md +44 -0
  67. package/core/tasks/code-arch-review-with-github.md +40 -0
  68. package/core/tasks/create-architecture-doc.md +55 -0
  69. package/core/tasks/create-jira-epic-from-confluence.md +70 -0
  70. package/core/tasks/create-jira-story-from-confluence.md +39 -0
  71. package/core/tasks/create-jira-story-from-text.md +39 -0
  72. package/core/tasks/create-next-story.md +35 -0
  73. package/core/tasks/create-prd-doc.md +54 -0
  74. package/core/tasks/create-stories-from-epic.md +66 -0
  75. package/core/tasks/create-tasks-for-story.md +60 -0
  76. package/core/tasks/document-project.md +69 -0
  77. package/core/tasks/execute-checklist.md +37 -0
  78. package/core/tasks/explain-story-from-jira.md +44 -0
  79. package/core/tasks/facilitate-brainstorming-session.md +69 -0
  80. package/core/tasks/figma-audit-design-system.md +20 -0
  81. package/core/tasks/front-end-spec-from-design.md +33 -0
  82. package/core/tasks/gate.md +64 -0
  83. package/core/tasks/groom-jira-story.md +52 -0
  84. package/core/tasks/help.md +27 -0
  85. package/core/tasks/implement-freeform-work-item.md +30 -0
  86. package/core/tasks/implement-story-from-jira.md +63 -0
  87. package/core/tasks/implement-unit-tests.md +45 -0
  88. package/core/tasks/market-research-from-context7.md +37 -0
  89. package/core/tasks/review-story.md +30 -0
  90. package/core/tasks/sonarqube-hotspot-review.md +39 -0
  91. package/core/tasks/standup-digest.md +21 -0
  92. package/core/tasks/sync-jira-backlog.md +32 -0
  93. package/core/tasks/test-design.md +68 -0
  94. package/core/tasks/validate-next-story.md +37 -0
  95. package/core/tasks/verify-jira-story-e2e.md +45 -0
  96. package/core/templates/architecture-tmpl.yaml +651 -0
  97. package/core/templates/brainstorming-output-tmpl.yaml +156 -0
  98. package/core/templates/brownfield-architecture-tmpl.yaml +477 -0
  99. package/core/templates/brownfield-prd-tmpl.yaml +281 -0
  100. package/core/templates/front-end-architecture-tmpl.yaml +219 -0
  101. package/core/templates/front-end-spec-tmpl.yaml +350 -0
  102. package/core/templates/fullstack-architecture-tmpl.yaml +824 -0
  103. package/core/templates/market-research-tmpl.yaml +253 -0
  104. package/core/templates/prd-tmpl.yaml +203 -0
  105. package/core/templates/project-brief-tmpl.yaml +222 -0
  106. package/core/templates/qa-gate-tmpl.yaml +103 -0
  107. package/core/templates/story-tmpl.yaml +138 -0
  108. package/core/workflows/brownfield-fullstack.yaml +298 -0
  109. package/core/workflows/brownfield-service.yaml +188 -0
  110. package/core/workflows/brownfield-ui.yaml +198 -0
  111. package/core/workflows/greenfield-fullstack.yaml +241 -0
  112. package/core/workflows/greenfield-service.yaml +207 -0
  113. package/core/workflows/greenfield-ui.yaml +236 -0
  114. package/dist/agents/aigile-master.txt +500 -0
  115. package/dist/agents/aigile-orchestrator.agent.txt +224 -0
  116. package/dist/agents/analyst.txt +69 -0
  117. package/dist/agents/architect.txt +67 -0
  118. package/dist/agents/code-tour.agent.txt +232 -0
  119. package/dist/agents/dev.agent.txt +169 -0
  120. package/dist/agents/dev.txt +154 -0
  121. package/dist/agents/expert-react-frontend-engineer.agent.txt +765 -0
  122. package/dist/agents/pm.txt +57 -0
  123. package/dist/agents/po.txt +59 -0
  124. package/dist/agents/qa.txt +62 -0
  125. package/dist/agents/sm.txt +55 -0
  126. package/dist/agents/ui-expert.txt +63 -0
  127. package/dist/agents/ux-expert.txt +55 -0
  128. package/dist/dev-agent-bundle.txt +154 -0
  129. package/dist/teams/team-company.txt +10789 -0
  130. package/docs/mcp-servers.md +102 -0
  131. package/docs/orchestrator-guide.md +526 -0
  132. package/mcp/servers.json +108 -0
  133. package/mcp/servers.yaml +124 -0
  134. package/package.json +72 -0
  135. package/tools/cli.js +1864 -0
  136. package/tools/installer/README.md +24 -0
  137. package/tools/installer/lib/ide-setup.js +295 -0
  138. package/tools/installer/lib/installer.js +131 -0
  139. package/tools/md-assets/web-agent-startup-instructions.md +21 -0
  140. package/tools/postinstall.js +72 -0
  141. package/tools/shared/bannerArt.js +68 -0
  142. package/tools/validate-bundles.js +54 -0
  143. package/tools/verify-publish-registry.js +34 -0
@@ -0,0 +1,21 @@
1
+ <!-- BMAD-style scrum digest -->
2
+
3
+ # SM Task: Standup Digest
4
+
5
+ Summarize team status and highlight risks, dependencies, and immediate next steps.
6
+
7
+ ## Process (Sequential)
8
+
9
+ 1. Collect Inputs
10
+ - Yesterday/Today/Blockers; PRs; incidents; CI status
11
+ 2. Summarize Status
12
+ - Per person or per workstream; note trends
13
+ 3. Risks and Dependencies
14
+ - Cross-team impacts; blockers with owners
15
+ 4. Next Steps
16
+ - Immediate actions; help requests; decisions needed
17
+
18
+ ## Outputs
19
+
20
+ - Standup summary with risks and actions
21
+ - Short list of asks and decisions for leads
@@ -0,0 +1,32 @@
1
+ <!-- BMAD-style PM backlog curation with deterministic outputs -->
2
+
3
+ # PM Task: Sync Jira Backlog
4
+
5
+ Curate and align the Jira backlog with current priorities, readiness, and sprint plans.
6
+
7
+ ## Inputs
8
+
9
+ ```yaml
10
+ optional:
11
+ - boards: ['TEAM']
12
+ - filters: ['project = TEAM AND status in (Backlog, Ready) ORDER BY priority DESC']
13
+ ```
14
+
15
+ ## Process (Sequential)
16
+
17
+ 1. Pull Prioritized Items
18
+ - Apply filters; confirm priority, labels, components
19
+ 2. Ensure Readiness
20
+ - Definition of Ready: clear objective, AC, links, estimate
21
+ 3. Sprint Planning
22
+ - Propose next-sprint candidates based on capacity
23
+ 4. Update Status
24
+ - Move items to appropriate columns (Backlog/Ready/Selected)
25
+ 5. Communicate Summary
26
+ - Share changes, blockers, and asks with PO/Team
27
+
28
+ ## Outputs
29
+
30
+ - Backlog delta report: items added/updated/moved
31
+ - List of Ready items and next-sprint candidates
32
+ - Blockers with owners
@@ -0,0 +1,68 @@
1
+ <!-- Based on BMAD test-design; simplified for AIgile -->
2
+
3
+ # QA Task: Test Design
4
+
5
+ Create comprehensive test scenarios with appropriate test level recommendations for story implementation.
6
+
7
+ ## Inputs
8
+
9
+ ```yaml
10
+ required:
11
+ - story_id: '{epic}.{story}' # e.g., "1.3"
12
+ - story_path: '{devStoryLocation}/{epic}.{story}.*.md' # From core-config.yaml
13
+ optional:
14
+ - story_title: '{title}'
15
+ - story_slug: '{slug}'
16
+ ```
17
+
18
+ ## Process (Sequential)
19
+
20
+ 1. Analyze Story Requirements
21
+ - Break down each acceptance criterion (AC) into testable behaviors
22
+ - Identify error paths and boundary cases per AC
23
+ 2. Choose Test Levels
24
+ - Unit: pure logic and deterministic behaviors
25
+ - Integration: module/service interactions, DB/IO boundaries
26
+ - E2E: core user journeys and compliance flows
27
+ 3. Assign Priorities (Risk-Based)
28
+ - P0: security, payments, data loss, revenue-critical
29
+ - P1: core flows used daily
30
+ - P2: secondary flows/admin
31
+ 4. Design Scenarios
32
+ - For each AC, produce 1+ scenarios with: ID, level, priority, description, justification
33
+ - Ensure at least one negative case and one boundary case overall
34
+ 5. Validate Coverage
35
+ - Every AC has coverage; no redundant testing across levels
36
+ - Critical flows have multiple levels where helpful
37
+
38
+ ## Outputs
39
+
40
+ ### Output 1: Test Design Summary
41
+
42
+ - Scenario table grouped by AC with level and priority
43
+ - Recommended execution order (P0s first, then P1, etc.)
44
+ - Gaps list (if any) and suggested remediation
45
+
46
+ ### Output 2: Gate YAML Block (for QA Gate)
47
+
48
+ ```yaml
49
+ test_design:
50
+ scenarios_total: X
51
+ by_level:
52
+ unit: Y
53
+ integration: Z
54
+ e2e: W
55
+ by_priority:
56
+ p0: A
57
+ p1: B
58
+ p2: C
59
+ coverage_gaps: []
60
+ ```
61
+
62
+ ## Quality Checklist
63
+
64
+ - [ ] Each AC has at least one scenario
65
+ - [ ] Levels chosen match the risk and behavior
66
+ - [ ] Includes at least one negative and one boundary case
67
+ - [ ] No duplicated coverage across levels
68
+ - [ ] IDs follow `{epic}.{story}-{LEVEL}-{SEQ}`
@@ -0,0 +1,37 @@
1
+ # validate-next-story
2
+
3
+ ```yaml
4
+ id: validate-next-story
5
+ role: dev
6
+ whenToUse: Before picking up a new story; validate readiness and clarify unknowns.
7
+ elicit: true
8
+ outcome: Readiness decision + clarified scope + initial implementation outline
9
+ ```
10
+
11
+ ## Objective
12
+ Assess whether the next candidate story is sufficiently refined to begin implementation.
13
+
14
+ ## Preconditions
15
+ - A story reference (ID, URL, or pasted content) is available.
16
+
17
+ ## Steps
18
+ 1. Request story identifier or full content if not provided.
19
+ 2. Extract: Title, Business Goal, Acceptance Criteria, Constraints, Dependencies.
20
+ 3. Evaluate acceptance criteria quality (testability, completeness, ambiguity).
21
+ 4. Identify missing info (environments, data impacts, non-functionals, error paths).
22
+ 5. Ask clarifying questions (batch them) — wait for answers.
23
+ 6. Propose a thin-slice implementation strategy (ordered list of work slices).
24
+ 7. Recommend: READY or NEEDS-REFINEMENT with rationale.
25
+
26
+ ## Outputs
27
+ - Structured assessment:
28
+ - Summary
29
+ - AC Review (Good / Needs Clarification)
30
+ - Open Questions
31
+ - Proposed Slices
32
+ - Recommendation
33
+
34
+ ## Guidance
35
+ - Prefer crisp bullet lists over prose.
36
+ - If AC ambiguous, do NOT recommend READY.
37
+ - Keep proposed slices implementation-agnostic when possible.
@@ -0,0 +1,45 @@
1
+ <!-- BMAD-informed end-to-end verification process; AIgile paths -->
2
+
3
+ # QA Task: Verify Jira Story End-to-End
4
+
5
+ Validate that a Jira story is implemented correctly with adequate tests and quality signals across functional and non-functional aspects.
6
+
7
+ ## Inputs
8
+
9
+ ```yaml
10
+ required:
11
+ - urlOrId: 'ENG-123' | 'https://your.atlassian.net/browse/ENG-123'
12
+ optional:
13
+ - story_path: '{devStoryLocation}/{epic}.{story}.*.md'
14
+ ```
15
+
16
+ ## Process (Sequential)
17
+
18
+ 1. Load Story Context
19
+ - Fetch issue; restate objective and AC in your own words
20
+ - Cross-check with local story file if available
21
+ 2. Map AC → Test Scenarios
22
+ - Positive, negative, and boundary per critical AC
23
+ - Identify NFR checks needed (security/perf/reliability/maintainability)
24
+ 3. Execute Evidence Gathering
25
+ - Run relevant tests (unit/integration/e2e)
26
+ - Review SonarQube hotspots and issues touching changed code
27
+ - Validate logs/telemetry if available
28
+ 4. Findings and Verdict
29
+ - Summarize PASS/CONCERNS/FAIL with evidence
30
+ - Provide prioritized fix list and owners
31
+ 5. Gate Integration (optional)
32
+ - If acting as gate, produce gate file and story update per QA Gate task
33
+
34
+ ## Outputs
35
+
36
+ - E2E verification report: verdict, evidence, gaps, and recommended fixes
37
+ - Optional: gate file under `docs/qa/gates` and story QA Results update
38
+
39
+ ## Checklist
40
+
41
+ - [ ] Each AC validated (functional + edge cases)
42
+ - [ ] Critical NFRs assessed for this change
43
+ - [ ] SonarQube has no new high/critical findings
44
+ - [ ] Logs/telemetry show expected signals
45
+ - [ ] Clear next actions with owners