@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
|
@@ -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
|