@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.
Files changed (87) hide show
  1. package/agents/build-agent.md +206 -0
  2. package/agents/deploy-agent.md +256 -0
  3. package/agents/design-agent.md +261 -0
  4. package/agents/feature-dev/approach.md +169 -0
  5. package/agents/feature-dev/clarify.md +131 -0
  6. package/agents/feature-dev/discover.md +113 -0
  7. package/agents/feature-dev/explore.md +124 -0
  8. package/agents/feature-dev/implement.md +211 -0
  9. package/agents/feature-dev/review.md +208 -0
  10. package/agents/feature-dev/summarise.md +199 -0
  11. package/agents/feature-dev/validate.md +211 -0
  12. package/agents/forge-orchestrator.md +188 -0
  13. package/agents/maintain-agent.md +251 -0
  14. package/agents/plan-agent.md +192 -0
  15. package/agents/test-agent.md +215 -0
  16. package/commands/forge-1-plan.md +48 -0
  17. package/commands/forge-2-design.md +51 -0
  18. package/commands/forge-3-build-1-discover.md +34 -0
  19. package/commands/forge-3-build-2-explore.md +30 -0
  20. package/commands/forge-3-build-3-clarify.md +39 -0
  21. package/commands/forge-3-build-4-approach.md +38 -0
  22. package/commands/forge-3-build-5-implement.md +38 -0
  23. package/commands/forge-3-build-6-review.md +50 -0
  24. package/commands/forge-3-build-7-validate.md +49 -0
  25. package/commands/forge-3-build-8-summarise.md +49 -0
  26. package/commands/forge-3-build.md +54 -0
  27. package/commands/forge-4-test.md +45 -0
  28. package/commands/forge-5-deploy.md +50 -0
  29. package/commands/forge-6-maintain.md +66 -0
  30. package/commands/forge-init.md +111 -0
  31. package/commands/forge-status.md +94 -0
  32. package/commands/forge.md +77 -0
  33. package/dist/agents/build-agent.md +29 -44
  34. package/dist/agents/design-agent.md +41 -1
  35. package/dist/agents/feature-dev/implement.md +11 -0
  36. package/dist/agents/feature-dev/review.md +3 -0
  37. package/dist/agents/feature-dev/summarise.md +12 -0
  38. package/dist/agents/plan-agent.md +12 -1
  39. package/dist/index.d.ts.map +1 -1
  40. package/dist/index.js +171 -2
  41. package/dist/index.js.map +1 -1
  42. package/dist/skills/forge-build/SKILL.md +48 -0
  43. package/dist/skills/forge-build-approach/SKILL.md +39 -0
  44. package/dist/skills/forge-build-clarify/SKILL.md +40 -0
  45. package/dist/skills/forge-build-discover/SKILL.md +35 -0
  46. package/dist/skills/forge-build-explore/SKILL.md +31 -0
  47. package/dist/skills/forge-build-implement/SKILL.md +39 -0
  48. package/dist/skills/forge-build-review/SKILL.md +51 -0
  49. package/dist/skills/forge-build-summarise/SKILL.md +51 -0
  50. package/dist/skills/forge-build-validate/SKILL.md +50 -0
  51. package/dist/skills/forge-deploy/SKILL.md +52 -0
  52. package/dist/skills/forge-design/SKILL.md +53 -0
  53. package/dist/skills/forge-init/SKILL.md +83 -0
  54. package/dist/skills/forge-maintain/SKILL.md +53 -0
  55. package/dist/skills/forge-plan/SKILL.md +50 -0
  56. package/dist/skills/forge-status/SKILL.md +59 -0
  57. package/dist/skills/forge-test/SKILL.md +47 -0
  58. package/package.json +7 -3
  59. package/skills/forge-build/SKILL.md +48 -0
  60. package/skills/forge-build-approach/SKILL.md +39 -0
  61. package/skills/forge-build-clarify/SKILL.md +40 -0
  62. package/skills/forge-build-discover/SKILL.md +35 -0
  63. package/skills/forge-build-explore/SKILL.md +31 -0
  64. package/skills/forge-build-implement/SKILL.md +39 -0
  65. package/skills/forge-build-review/SKILL.md +51 -0
  66. package/skills/forge-build-summarise/SKILL.md +51 -0
  67. package/skills/forge-build-validate/SKILL.md +50 -0
  68. package/skills/forge-context-loader/SKILL.md +99 -0
  69. package/skills/forge-deploy/SKILL.md +52 -0
  70. package/skills/forge-design/SKILL.md +53 -0
  71. package/skills/forge-init/SKILL.md +83 -0
  72. package/skills/forge-maintain/SKILL.md +53 -0
  73. package/skills/forge-plan/SKILL.md +50 -0
  74. package/skills/forge-quality-checker/SKILL.md +227 -0
  75. package/skills/forge-state-manager/SKILL.md +235 -0
  76. package/skills/forge-status/SKILL.md +59 -0
  77. package/skills/forge-template-loader/SKILL.md +162 -0
  78. package/skills/forge-test/SKILL.md +47 -0
  79. package/templates/defects/DEFECT_TEMPLATE.md +96 -0
  80. package/templates/design/design-decisions.md +64 -0
  81. package/templates/design/task-list.md +56 -0
  82. package/templates/design/tasks/TASK_TEMPLATE.md +87 -0
  83. package/templates/planning/implementation-plan.md +59 -0
  84. package/templates/planning/project-scope.md +53 -0
  85. package/templates/planning/technology-and-architecture.md +80 -0
  86. package/templates/planning/user-stories.md +48 -0
  87. 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 -->