@jadeit/forge-ai 0.0.0 → 1.4.0
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/agents/build-agent.md +206 -0
- package/agents/deploy-agent.md +256 -0
- package/agents/design-agent.md +261 -0
- package/agents/feature-dev/approach.md +169 -0
- package/agents/feature-dev/clarify.md +131 -0
- package/agents/feature-dev/discover.md +113 -0
- package/agents/feature-dev/explore.md +124 -0
- package/agents/feature-dev/implement.md +211 -0
- package/agents/feature-dev/review.md +208 -0
- package/agents/feature-dev/summarise.md +199 -0
- package/agents/feature-dev/validate.md +211 -0
- package/agents/forge-orchestrator.md +188 -0
- package/agents/maintain-agent.md +251 -0
- package/agents/plan-agent.md +192 -0
- package/agents/test-agent.md +215 -0
- package/commands/forge-1-plan.md +48 -0
- package/commands/forge-2-design.md +51 -0
- package/commands/forge-3-build-1-discover.md +34 -0
- package/commands/forge-3-build-2-explore.md +30 -0
- package/commands/forge-3-build-3-clarify.md +39 -0
- package/commands/forge-3-build-4-approach.md +38 -0
- package/commands/forge-3-build-5-implement.md +38 -0
- package/commands/forge-3-build-6-review.md +50 -0
- package/commands/forge-3-build-7-validate.md +49 -0
- package/commands/forge-3-build-8-summarise.md +49 -0
- package/commands/forge-3-build.md +54 -0
- package/commands/forge-4-test.md +45 -0
- package/commands/forge-5-deploy.md +50 -0
- package/commands/forge-6-maintain.md +66 -0
- package/commands/forge-init.md +111 -0
- package/commands/forge-status.md +94 -0
- package/commands/forge.md +77 -0
- package/dist/agents/build-agent.md +29 -44
- package/dist/agents/design-agent.md +41 -1
- package/dist/agents/feature-dev/implement.md +11 -0
- package/dist/agents/feature-dev/review.md +3 -0
- package/dist/agents/feature-dev/summarise.md +12 -0
- package/dist/agents/plan-agent.md +12 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +171 -2
- package/dist/index.js.map +1 -1
- package/dist/skills/forge-build/SKILL.md +48 -0
- package/dist/skills/forge-build-approach/SKILL.md +39 -0
- package/dist/skills/forge-build-clarify/SKILL.md +40 -0
- package/dist/skills/forge-build-discover/SKILL.md +35 -0
- package/dist/skills/forge-build-explore/SKILL.md +31 -0
- package/dist/skills/forge-build-implement/SKILL.md +39 -0
- package/dist/skills/forge-build-review/SKILL.md +51 -0
- package/dist/skills/forge-build-summarise/SKILL.md +51 -0
- package/dist/skills/forge-build-validate/SKILL.md +50 -0
- package/dist/skills/forge-deploy/SKILL.md +52 -0
- package/dist/skills/forge-design/SKILL.md +53 -0
- package/dist/skills/forge-init/SKILL.md +83 -0
- package/dist/skills/forge-maintain/SKILL.md +53 -0
- package/dist/skills/forge-plan/SKILL.md +50 -0
- package/dist/skills/forge-status/SKILL.md +59 -0
- package/dist/skills/forge-test/SKILL.md +47 -0
- package/package.json +7 -3
- package/skills/forge-build/SKILL.md +48 -0
- package/skills/forge-build-approach/SKILL.md +39 -0
- package/skills/forge-build-clarify/SKILL.md +40 -0
- package/skills/forge-build-discover/SKILL.md +35 -0
- package/skills/forge-build-explore/SKILL.md +31 -0
- package/skills/forge-build-implement/SKILL.md +39 -0
- package/skills/forge-build-review/SKILL.md +51 -0
- package/skills/forge-build-summarise/SKILL.md +51 -0
- package/skills/forge-build-validate/SKILL.md +50 -0
- package/skills/forge-context-loader/SKILL.md +99 -0
- package/skills/forge-deploy/SKILL.md +52 -0
- package/skills/forge-design/SKILL.md +53 -0
- package/skills/forge-init/SKILL.md +83 -0
- package/skills/forge-maintain/SKILL.md +53 -0
- package/skills/forge-plan/SKILL.md +50 -0
- package/skills/forge-quality-checker/SKILL.md +227 -0
- package/skills/forge-state-manager/SKILL.md +235 -0
- package/skills/forge-status/SKILL.md +59 -0
- package/skills/forge-template-loader/SKILL.md +162 -0
- package/skills/forge-test/SKILL.md +47 -0
- package/templates/defects/DEFECT_TEMPLATE.md +96 -0
- package/templates/design/design-decisions.md +64 -0
- package/templates/design/task-list.md +56 -0
- package/templates/design/tasks/TASK_TEMPLATE.md +87 -0
- package/templates/planning/implementation-plan.md +59 -0
- package/templates/planning/project-scope.md +53 -0
- package/templates/planning/technology-and-architecture.md +80 -0
- package/templates/planning/user-stories.md +48 -0
- package/templates/testing/uat-results.md +68 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: User Stories
|
|
3
|
+
phase: 1
|
|
4
|
+
status: in-progress
|
|
5
|
+
created: null
|
|
6
|
+
last_updated: null
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# User Stories
|
|
10
|
+
|
|
11
|
+
## Format
|
|
12
|
+
|
|
13
|
+
"As a **[persona]**, I want **[goal]** so that **[benefit]**."
|
|
14
|
+
|
|
15
|
+
## User Stories
|
|
16
|
+
|
|
17
|
+
### US-001
|
|
18
|
+
**As a:**
|
|
19
|
+
**I want:**
|
|
20
|
+
**So that:**
|
|
21
|
+
**Priority:**
|
|
22
|
+
|
|
23
|
+
### US-002
|
|
24
|
+
**As a:**
|
|
25
|
+
**I want:**
|
|
26
|
+
**So that:**
|
|
27
|
+
**Priority:**
|
|
28
|
+
|
|
29
|
+
### US-003
|
|
30
|
+
**As a:**
|
|
31
|
+
**I want:**
|
|
32
|
+
**So that:**
|
|
33
|
+
**Priority:**
|
|
34
|
+
|
|
35
|
+
## Story Map
|
|
36
|
+
|
|
37
|
+
| Story ID | As A | I Want | So That | Priority |
|
|
38
|
+
|----------|------|--------|---------|----------|
|
|
39
|
+
| US-001 | | | | |
|
|
40
|
+
| US-002 | | | | |
|
|
41
|
+
| US-003 | | | | |
|
|
42
|
+
|
|
43
|
+
## Acceptance Criteria Guidelines
|
|
44
|
+
|
|
45
|
+
Each user story should have clear acceptance criteria:
|
|
46
|
+
- Specific and measurable
|
|
47
|
+
- Testable
|
|
48
|
+
- Agreed upon by stakeholders
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: UAT Results
|
|
3
|
+
phase: 4
|
|
4
|
+
status: in-progress
|
|
5
|
+
created: null
|
|
6
|
+
last_updated: null
|
|
7
|
+
tester: null
|
|
8
|
+
environment: null
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# User Acceptance Testing Results
|
|
12
|
+
|
|
13
|
+
## Test Environment
|
|
14
|
+
|
|
15
|
+
| Field | Value |
|
|
16
|
+
|-------|-------|
|
|
17
|
+
| Date | |
|
|
18
|
+
| Tester | |
|
|
19
|
+
| Environment | |
|
|
20
|
+
| Version | |
|
|
21
|
+
|
|
22
|
+
## Test Summary
|
|
23
|
+
|
|
24
|
+
| Metric | Count |
|
|
25
|
+
|--------|-------|
|
|
26
|
+
| Total Test Cases | |
|
|
27
|
+
| Passed | |
|
|
28
|
+
| Failed | |
|
|
29
|
+
| Skipped | |
|
|
30
|
+
| Pass Rate | |
|
|
31
|
+
|
|
32
|
+
## User Story Test Results
|
|
33
|
+
|
|
34
|
+
### US-001: [User Story Title]
|
|
35
|
+
|
|
36
|
+
| Acceptance Criteria | Result | Notes |
|
|
37
|
+
|--------------------|--------|-------|
|
|
38
|
+
| | | |
|
|
39
|
+
|
|
40
|
+
**Overall:** Passed / Failed / Skipped
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
### US-002: [User Story Title]
|
|
45
|
+
|
|
46
|
+
| Acceptance Criteria | Result | Notes |
|
|
47
|
+
|--------------------|--------|-------|
|
|
48
|
+
| | | |
|
|
49
|
+
|
|
50
|
+
**Overall:** Passed / Failed / Skipped
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## Defects Found
|
|
55
|
+
|
|
56
|
+
| Defect ID | Title | Severity | User Story | Status |
|
|
57
|
+
|-----------|-------|----------|------------|--------|
|
|
58
|
+
| | | | | |
|
|
59
|
+
|
|
60
|
+
## Sign-Off
|
|
61
|
+
|
|
62
|
+
| Role | Name | Date | Signature |
|
|
63
|
+
|------|------|------|----------|
|
|
64
|
+
| | | | |
|
|
65
|
+
|
|
66
|
+
## Comments
|
|
67
|
+
|
|
68
|
+
<!-- Overall feedback and comments -->
|