@aiiware/aii 0.24.5 → 0.24.6
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/bin/aii +666 -665
- package/bin/data/business/decision-matrix.yaml +3 -3
- package/bin/data/business/project-update.yaml +1 -1
- package/bin/data/business/retrospective.yaml +1 -1
- package/package.json +1 -1
- package/bin/data/productivity/decision-matrix.yaml +0 -82
- package/bin/data/productivity/retrospective.yaml +0 -67
|
@@ -73,10 +73,10 @@ examples:
|
|
|
73
73
|
command: aii prompt use decision-matrix choose between AWS vs Azure for hosting
|
|
74
74
|
|
|
75
75
|
- description: Process decision
|
|
76
|
-
command: aii prompt use decision-matrix decide on code review process: async vs pair programming
|
|
76
|
+
command: "aii prompt use decision-matrix decide on code review process: async vs pair programming"
|
|
77
77
|
|
|
78
78
|
- description: Tool selection
|
|
79
|
-
command: aii prompt use decision-matrix select project management tool: Jira vs Linear vs Asana
|
|
79
|
+
command: "aii prompt use decision-matrix select project management tool: Jira vs Linear vs Asana"
|
|
80
80
|
|
|
81
81
|
- description: Clean output
|
|
82
|
-
command: aii prompt use decision-matrix database choice: PostgreSQL vs MongoDB --clean
|
|
82
|
+
command: "aii prompt use decision-matrix database choice: PostgreSQL vs MongoDB --clean"
|
|
@@ -62,7 +62,7 @@ examples:
|
|
|
62
62
|
command: aii prompt use project-update API migration 60% done, blocked on security review
|
|
63
63
|
|
|
64
64
|
- description: Detailed status
|
|
65
|
-
command: aii prompt use project-update mobile app redesign: 8/10 screens done, launch next month
|
|
65
|
+
command: "aii prompt use project-update mobile app redesign: 8/10 screens done, launch next month"
|
|
66
66
|
|
|
67
67
|
- description: Clean output
|
|
68
68
|
command: aii prompt use project-update backend refactor complete, all tests passing --clean
|
|
@@ -61,7 +61,7 @@ examples:
|
|
|
61
61
|
command: aii prompt use retrospective retrospective for API team sprint 8 --team "API Team"
|
|
62
62
|
|
|
63
63
|
- description: Detailed context
|
|
64
|
-
command: aii prompt use retrospective sprint 22: shipped 3 features, CI was broken twice, good collaboration
|
|
64
|
+
command: "aii prompt use retrospective sprint 22: shipped 3 features, CI was broken twice, good collaboration"
|
|
65
65
|
|
|
66
66
|
- description: Clean output
|
|
67
67
|
command: aii prompt use retrospective end of quarter retrospective Q3 2025 --clean
|
package/package.json
CHANGED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
name: decision-matrix
|
|
2
|
-
description: Structured decision-making framework comparing options with weighted criteria
|
|
3
|
-
category: business
|
|
4
|
-
author: Aii Team
|
|
5
|
-
version: 2.0
|
|
6
|
-
tags:
|
|
7
|
-
- decision
|
|
8
|
-
- analysis
|
|
9
|
-
- comparison
|
|
10
|
-
- framework
|
|
11
|
-
- evaluation
|
|
12
|
-
|
|
13
|
-
# v0.6.1 Dual-Mode System: Natural Language Input
|
|
14
|
-
input_type: natural_language
|
|
15
|
-
|
|
16
|
-
system_prompt: |
|
|
17
|
-
Generate a decision matrix from the user's decision context and options.
|
|
18
|
-
|
|
19
|
-
**Format:**
|
|
20
|
-
|
|
21
|
-
# Decision: [Decision to be made]
|
|
22
|
-
**Context:** [Why this decision is needed]
|
|
23
|
-
|
|
24
|
-
## Options
|
|
25
|
-
1. **[Option A]**: [Brief description]
|
|
26
|
-
2. **[Option B]**: [Brief description]
|
|
27
|
-
3. **[Option C]**: [Brief description if applicable]
|
|
28
|
-
|
|
29
|
-
## Evaluation Criteria
|
|
30
|
-
| Criteria | Weight | Option A | Option B | Option C | Notes |
|
|
31
|
-
|----------|--------|----------|----------|----------|-------|
|
|
32
|
-
| [Criterion 1] | High | Score (1-5) | Score | Score | [Key consideration] |
|
|
33
|
-
| [Criterion 2] | Medium | Score | Score | Score | [Detail] |
|
|
34
|
-
| [Criterion 3] | Low | Score | Score | Score | [Context] |
|
|
35
|
-
|
|
36
|
-
**Total Weighted Scores:**
|
|
37
|
-
- Option A: [X points]
|
|
38
|
-
- Option B: [Y points]
|
|
39
|
-
- Option C: [Z points]
|
|
40
|
-
|
|
41
|
-
## Pros & Cons
|
|
42
|
-
|
|
43
|
-
**Option A:**
|
|
44
|
-
- Pros: [Advantage 1], [Advantage 2]
|
|
45
|
-
- Cons: [Drawback 1], [Drawback 2]
|
|
46
|
-
|
|
47
|
-
**Option B:**
|
|
48
|
-
- Pros: [List]
|
|
49
|
-
- Cons: [List]
|
|
50
|
-
|
|
51
|
-
## Recommendation
|
|
52
|
-
**Selected:** [Chosen option]
|
|
53
|
-
**Rationale:** [1-2 sentences explaining why based on weighted criteria and context]
|
|
54
|
-
|
|
55
|
-
## Next Steps
|
|
56
|
-
- [Action to proceed with chosen option]
|
|
57
|
-
- [Timeline]
|
|
58
|
-
|
|
59
|
-
**Guidelines:**
|
|
60
|
-
- 3-5 evaluation criteria
|
|
61
|
-
- Weight by importance
|
|
62
|
-
- Objective scoring (1-5)
|
|
63
|
-
- Clear recommendation
|
|
64
|
-
- Length: 250-400 words
|
|
65
|
-
|
|
66
|
-
**Flags:**
|
|
67
|
-
--criteria "cost,speed,quality"
|
|
68
|
-
|
|
69
|
-
Output only the decision matrix.
|
|
70
|
-
|
|
71
|
-
examples:
|
|
72
|
-
- description: Tech choice
|
|
73
|
-
command: aii prompt use decision-matrix choose between AWS vs Azure for hosting
|
|
74
|
-
|
|
75
|
-
- description: Process decision
|
|
76
|
-
command: aii prompt use decision-matrix decide on code review process: async vs pair programming
|
|
77
|
-
|
|
78
|
-
- description: Tool selection
|
|
79
|
-
command: aii prompt use decision-matrix select project management tool: Jira vs Linear vs Asana
|
|
80
|
-
|
|
81
|
-
- description: Clean output
|
|
82
|
-
command: aii prompt use decision-matrix database choice: PostgreSQL vs MongoDB --clean
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
name: retrospective
|
|
2
|
-
description: Agile retrospective facilitator - what went well, improvements, action items
|
|
3
|
-
category: business
|
|
4
|
-
author: Aii Team
|
|
5
|
-
version: 2.0
|
|
6
|
-
tags:
|
|
7
|
-
- retrospective
|
|
8
|
-
- agile
|
|
9
|
-
- sprint
|
|
10
|
-
- team
|
|
11
|
-
- improvement
|
|
12
|
-
|
|
13
|
-
# v0.6.1 Dual-Mode System: Natural Language Input
|
|
14
|
-
input_type: natural_language
|
|
15
|
-
|
|
16
|
-
system_prompt: |
|
|
17
|
-
Generate a structured sprint retrospective from the user's sprint context.
|
|
18
|
-
|
|
19
|
-
**Format:**
|
|
20
|
-
|
|
21
|
-
# Sprint Retrospective: [Sprint name/number]
|
|
22
|
-
**Date:** [today] | **Team:** [if mentioned] | **Sprint:** [number/name]
|
|
23
|
-
|
|
24
|
-
## What Went Well
|
|
25
|
-
- [Positive outcome 1]
|
|
26
|
-
- [Success 2]
|
|
27
|
-
- [Achievement 3]
|
|
28
|
-
|
|
29
|
-
## What Could Be Improved
|
|
30
|
-
- [Challenge 1]: [Impact + root cause]
|
|
31
|
-
- [Issue 2]: [Problem description]
|
|
32
|
-
- [Blocker 3]: [What slowed us down]
|
|
33
|
-
|
|
34
|
-
## Action Items
|
|
35
|
-
- [ ] [Improvement action] - Owner: [name] - Priority: High/Medium/Low
|
|
36
|
-
- [ ] [Process change] - Owner: [name] - Due: [date]
|
|
37
|
-
- [ ] [Tool/practice to adopt] - Owner: [name]
|
|
38
|
-
|
|
39
|
-
## Key Insights
|
|
40
|
-
[1-2 sentences: Main learning or pattern observed]
|
|
41
|
-
|
|
42
|
-
## Next Sprint Focus
|
|
43
|
-
[Priority for next sprint based on retrospective]
|
|
44
|
-
|
|
45
|
-
**Guidelines:**
|
|
46
|
-
- Blameless (focus on systems, not people)
|
|
47
|
-
- Actionable items with owners
|
|
48
|
-
- Balance positives and improvements
|
|
49
|
-
- Length: 200-400 words
|
|
50
|
-
|
|
51
|
-
**Flags:**
|
|
52
|
-
--sprint "Sprint 12", --team "Backend Team"
|
|
53
|
-
|
|
54
|
-
Output only the retrospective.
|
|
55
|
-
|
|
56
|
-
examples:
|
|
57
|
-
- description: Basic retrospective
|
|
58
|
-
command: aii prompt use retrospective sprint 15 completed, velocity improved but testing was slow
|
|
59
|
-
|
|
60
|
-
- description: With team name
|
|
61
|
-
command: aii prompt use retrospective retrospective for API team sprint 8 --team "API Team"
|
|
62
|
-
|
|
63
|
-
- description: Detailed context
|
|
64
|
-
command: aii prompt use retrospective sprint 22: shipped 3 features, CI was broken twice, good collaboration
|
|
65
|
-
|
|
66
|
-
- description: Clean output
|
|
67
|
-
command: aii prompt use retrospective end of quarter retrospective Q3 2025 --clean
|