codex-genesis-harness 0.1.4 → 0.1.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.
Files changed (153) hide show
  1. package/.codebase/ARCHITECTURE_REVIEW_COMPLETE.md +216 -216
  2. package/.codebase/CURRENT_STATE.md +9 -7
  3. package/.codebase/FILE_NAMING_CLARIFICATION.md +161 -161
  4. package/.codebase/HARNESS_COMPLETENESS_AUDIT.md +613 -613
  5. package/.codebase/IMPLEMENTATION_COMPLETE.md +429 -429
  6. package/.codebase/IMPLEMENTATION_HANDOFF.md +351 -351
  7. package/.codebase/IMPROVEMENTS_SUMMARY.md +419 -419
  8. package/.codebase/PHASE3_SKILLS_NAMING_COMPLETE.md +292 -292
  9. package/.codebase/PHASE_DEPENDENCY_MAP.md +486 -486
  10. package/.codebase/QUICK_START_SPEC_IMPACT.md +456 -456
  11. package/.codebase/README.md +139 -139
  12. package/.codebase/RECOVERY_POINTS.md +438 -438
  13. package/.codebase/state.json +37 -0
  14. package/.codex/skills/genesis-api-sync/SKILL.md +354 -354
  15. package/.codex/skills/genesis-api-sync/checklists/api-sync-checklist.md +101 -101
  16. package/.codex/skills/genesis-api-sync/templates/api-change-template.md +257 -257
  17. package/.codex/skills/genesis-debug-guide/SKILL.md +479 -479
  18. package/.codex/skills/genesis-debug-guide/checklists/flaky-test-investigation.md +339 -339
  19. package/.codex/skills/genesis-debug-guide/checklists/production-bug-debug.md +210 -210
  20. package/.codex/skills/genesis-debug-guide/checklists/test-failure-debug.md +158 -158
  21. package/.codex/skills/genesis-debug-guide/observability/debug-commands.md +365 -365
  22. package/.codex/skills/genesis-debug-guide/playbooks/unit-test-failures.md +289 -289
  23. package/.codex/skills/genesis-debug-guide/templates/debug-investigation-log.md +288 -288
  24. package/.codex/skills/genesis-docs-automation/SKILL.md +1003 -1003
  25. package/.codex/skills/genesis-docs-automation/checklists/docs-validation.md +359 -359
  26. package/.codex/skills/genesis-docs-automation/checklists/spec-alignment.md +312 -312
  27. package/.codex/skills/genesis-docs-automation/observability/docs-tracking.md +382 -382
  28. package/.codex/skills/genesis-docs-automation/playbooks/auto-update-flow.md +851 -851
  29. package/.codex/skills/genesis-docs-automation/playbooks/changelog-generation.md +491 -491
  30. package/.codex/skills/genesis-docs-automation/templates/changelog-entry-template.md +187 -187
  31. package/.codex/skills/genesis-docs-automation/templates/handoff-template.md +297 -297
  32. package/.codex/skills/genesis-harness/SKILL.md +1427 -1418
  33. package/.codex/skills/genesis-harness/agents/openai.yaml +7 -7
  34. package/.codex/skills/genesis-harness/checklists/bug-fix-qa.md +169 -169
  35. package/.codex/skills/genesis-harness/checklists/new-feature-qa.md +157 -157
  36. package/.codex/skills/genesis-harness/checklists/refactor-qa.md +216 -216
  37. package/.codex/skills/genesis-harness/checklists/requirements-validation.md +211 -211
  38. package/.codex/skills/genesis-harness/references/planning-schema.md +35 -35
  39. package/.codex/skills/genesis-harness/references/quality-rubric.md +21 -21
  40. package/.codex/skills/genesis-harness/references/research-rubric.md +41 -41
  41. package/.codex/skills/genesis-harness/references/workflows.md +33 -33
  42. package/.codex/skills/genesis-harness/resources/agents-template.md +27 -27
  43. package/.codex/skills/genesis-harness/resources/api-docs-template.md +32 -32
  44. package/.codex/skills/genesis-harness/resources/architecture-template.md +30 -30
  45. package/.codex/skills/genesis-harness/resources/audit-template.md +26 -26
  46. package/.codex/skills/genesis-harness/resources/bug-template.md +34 -34
  47. package/.codex/skills/genesis-harness/resources/change-impact-matrix-template.md +204 -204
  48. package/.codex/skills/genesis-harness/resources/check-template.md +21 -21
  49. package/.codex/skills/genesis-harness/resources/conventions-template.md +42 -42
  50. package/.codex/skills/genesis-harness/resources/decision-template.md +33 -33
  51. package/.codex/skills/genesis-harness/resources/design-template.md +26 -26
  52. package/.codex/skills/genesis-harness/resources/escalation-template.md +21 -21
  53. package/.codex/skills/genesis-harness/resources/feature-template.md +49 -49
  54. package/.codex/skills/genesis-harness/resources/foundation-phase-template.md +131 -131
  55. package/.codex/skills/genesis-harness/resources/integrations-template.md +32 -32
  56. package/.codex/skills/genesis-harness/resources/journeys-template.md +13 -13
  57. package/.codex/skills/genesis-harness/resources/lessons-learned-template.md +12 -12
  58. package/.codex/skills/genesis-harness/resources/observability-template.md +34 -34
  59. package/.codex/skills/genesis-harness/resources/phase-00-foundation-template.md +76 -76
  60. package/.codex/skills/genesis-harness/resources/phase-template.md +34 -34
  61. package/.codex/skills/genesis-harness/resources/pitfalls-template.md +22 -22
  62. package/.codex/skills/genesis-harness/resources/planning-tree-template.md +39 -39
  63. package/.codex/skills/genesis-harness/resources/post-implementation-guide.md +347 -347
  64. package/.codex/skills/genesis-harness/resources/project-template.md +38 -38
  65. package/.codex/skills/genesis-harness/resources/quality-score-template.md +11 -11
  66. package/.codex/skills/genesis-harness/resources/requirements-template.md +26 -26
  67. package/.codex/skills/genesis-harness/resources/research-template.md +26 -26
  68. package/.codex/skills/genesis-harness/resources/review-template.md +22 -22
  69. package/.codex/skills/genesis-harness/resources/spec-changelog-template.md +6 -6
  70. package/.codex/skills/genesis-harness/resources/stack-template.md +33 -33
  71. package/.codex/skills/genesis-harness/resources/verification-template.md +26 -26
  72. package/.codex/skills/genesis-harness/scripts/check-architecture-boundaries.sh +0 -0
  73. package/.codex/skills/genesis-harness/scripts/check-docs-sync.sh +0 -0
  74. package/.codex/skills/genesis-harness/scripts/check-no-debug-logs.sh +0 -0
  75. package/.codex/skills/genesis-harness/scripts/check-required-planning-files.sh +0 -0
  76. package/.codex/skills/genesis-harness/scripts/check-spec-changelog.sh +0 -0
  77. package/.codex/skills/genesis-harness/scripts/check-task-tracking.sh +0 -0
  78. package/.codex/skills/genesis-harness/scripts/compact-context.sh +0 -0
  79. package/.codex/skills/genesis-harness/scripts/create-adr.sh +0 -0
  80. package/.codex/skills/genesis-harness/scripts/create-bug.sh +0 -0
  81. package/.codex/skills/genesis-harness/scripts/create-feature.sh +0 -0
  82. package/.codex/skills/genesis-harness/scripts/detect-stack.sh +0 -0
  83. package/.codex/skills/genesis-harness/scripts/init-planning.sh +0 -0
  84. package/.codex/skills/genesis-harness/scripts/list-changed-files.sh +0 -0
  85. package/.codex/skills/genesis-harness/scripts/offload-log.sh +0 -0
  86. package/.codex/skills/genesis-harness/scripts/run-verification.sh +0 -0
  87. package/.codex/skills/genesis-harness/scripts/run-verify-loop.sh +0 -0
  88. package/.codex/skills/genesis-harness/scripts/update-state.sh +0 -0
  89. package/.codex/skills/genesis-mvp-planning/SKILL.md +114 -0
  90. package/.codex/skills/genesis-mvp-planning/agents/openai.yaml +6 -0
  91. package/.codex/skills/genesis-mvp-planning/checklists/mvp-readiness.md +18 -0
  92. package/.codex/skills/genesis-mvp-planning/examples/5-phase-roadmap-example.md +43 -0
  93. package/.codex/skills/genesis-mvp-planning/templates/phase-1-core.md +17 -0
  94. package/.codex/skills/genesis-mvp-planning/templates/phase-2-auth.md +17 -0
  95. package/.codex/skills/genesis-mvp-planning/templates/phase-3-features.md +17 -0
  96. package/.codex/skills/genesis-mvp-planning/templates/phase-4-integrations.md +17 -0
  97. package/.codex/skills/genesis-mvp-planning/templates/phase-5-readiness.md +17 -0
  98. package/.codex/skills/genesis-new-design/agents/openai.yaml +3 -3
  99. package/.codex/skills/genesis-observability-automation/checklists/.gitkeep +0 -0
  100. package/.codex/skills/genesis-observability-automation/observability/.gitkeep +0 -0
  101. package/.codex/skills/genesis-observability-automation/playbooks/.gitkeep +0 -0
  102. package/.codex/skills/genesis-observability-automation/templates/.gitkeep +0 -0
  103. package/.codex/skills/genesis-release-orchestration/SKILL.md +653 -653
  104. package/.codex/skills/genesis-release-orchestration/checklists/post-deployment-verification.md +274 -274
  105. package/.codex/skills/genesis-release-orchestration/checklists/pre-release-validation.md +220 -220
  106. package/.codex/skills/genesis-release-orchestration/observability/release-tracking.md +253 -253
  107. package/.codex/skills/genesis-release-orchestration/playbooks/canary-deployment-orchestration.md +472 -472
  108. package/.codex/skills/genesis-release-orchestration/playbooks/semantic-versioning-automation.md +494 -494
  109. package/.codex/skills/genesis-release-orchestration/templates/deployment-strategy-template.md +303 -303
  110. package/.codex/skills/genesis-release-orchestration/templates/release-runbook-template.md +420 -420
  111. package/.codex/skills/genesis-research-first/SKILL.md +237 -237
  112. package/.codex/skills/genesis-research-first/templates/.gitkeep +0 -0
  113. package/.codex/skills/genesis-spec-propagation/SKILL.md +534 -534
  114. package/.codex/skills/genesis-spec-propagation/checklists/phase-update-verification.md +384 -384
  115. package/.codex/skills/genesis-spec-propagation/checklists/spec-change-detection.md +257 -257
  116. package/.codex/skills/genesis-spec-propagation/observability/propagation-tracking.md +373 -373
  117. package/.codex/skills/genesis-spec-propagation/playbooks/breaking-change-propagation.md +692 -692
  118. package/.codex/skills/genesis-spec-propagation/playbooks/feature-change-propagation.md +434 -434
  119. package/.codex/skills/genesis-spec-propagation/templates/migration-guide-template.md +407 -407
  120. package/.codex/skills/genesis-state-machine/SKILL.md +34 -0
  121. package/.codex/skills/genesis-upgrade-design/agents/openai.yaml +3 -3
  122. package/.codex/skills/spec-impact-engine/SKILL.md +504 -504
  123. package/.codex/skills/spec-impact-engine/detect-spec-changes.sh +0 -0
  124. package/.codex-plugin/plugin.json +24 -24
  125. package/CHANGELOG.md +42 -0
  126. package/LICENSE +22 -22
  127. package/README.EN.md +784 -719
  128. package/README.VI.md +776 -712
  129. package/README.md +113 -253
  130. package/VERSION +2 -2
  131. package/bin/genesis-harness.js +90 -87
  132. package/package.json +68 -43
  133. package/scripts/README.md +342 -342
  134. package/scripts/compact-context.sh +0 -0
  135. package/scripts/contract_integrity_gate.js +83 -0
  136. package/scripts/detect-changes.sh +0 -0
  137. package/scripts/healing_telemetry.js +118 -0
  138. package/scripts/install.sh +4 -1
  139. package/scripts/offload-log.sh +0 -0
  140. package/scripts/prompt_sentinel.js +84 -0
  141. package/scripts/run-evals.sh +1 -0
  142. package/scripts/run-verify-loop.sh +11 -0
  143. package/scripts/spec_visual_sync.js +157 -0
  144. package/scripts/test_generator.js +142 -0
  145. package/scripts/transition_state.sh +67 -0
  146. package/scripts/uninstall.sh +1 -0
  147. package/scripts/validation_gates.sh +85 -0
  148. package/scripts/verify.sh +5 -0
  149. package/tests/unit/contract_integrity_gate.test.js +74 -0
  150. package/tests/unit/healing_telemetry.test.js +58 -0
  151. package/tests/unit/prompt_sentinel.test.js +50 -0
  152. package/tests/unit/spec_visual_sync.test.js +77 -0
  153. package/tests/unit/test_generator.test.js +62 -0
@@ -1,38 +1,38 @@
1
- # Project
2
-
3
- ## What This Project Is
4
-
5
- TBD
6
-
7
- ## Target Users
8
-
9
- TBD
10
-
11
- ## Core Value
12
-
13
- TBD
14
-
15
- ## Product Scope
16
-
17
- - [ ] TBD
18
-
19
- ## Out Of Scope
20
-
21
- - [ ] TBD
22
-
23
- ## Constraints
24
-
25
- - [ ] TBD
26
-
27
- ## Assumptions
28
-
29
- - [ ] TBD
30
-
31
- ## Current Milestone
32
-
33
- TBD
34
-
35
- ## Success Criteria
36
-
37
- - [ ] TBD
38
-
1
+ # Project
2
+
3
+ ## What This Project Is
4
+
5
+ TBD
6
+
7
+ ## Target Users
8
+
9
+ TBD
10
+
11
+ ## Core Value
12
+
13
+ TBD
14
+
15
+ ## Product Scope
16
+
17
+ - [ ] TBD
18
+
19
+ ## Out Of Scope
20
+
21
+ - [ ] TBD
22
+
23
+ ## Constraints
24
+
25
+ - [ ] TBD
26
+
27
+ ## Assumptions
28
+
29
+ - [ ] TBD
30
+
31
+ ## Current Milestone
32
+
33
+ TBD
34
+
35
+ ## Success Criteria
36
+
37
+ - [ ] TBD
38
+
@@ -1,11 +1,11 @@
1
- # Quality Score
2
-
3
- | Area | Score | Issues | Next Action |
4
- |---|---:|---|---|
5
- | Architecture | 0/10 | TBD | TBD |
6
- | Tests | 0/10 | TBD | TBD |
7
- | Docs Sync | 0/10 | TBD | TBD |
8
- | Security | 0/10 | TBD | TBD |
9
- | Maintainability | 0/10 | TBD | TBD |
10
- | Observability | 0/10 | TBD | TBD |
11
-
1
+ # Quality Score
2
+
3
+ | Area | Score | Issues | Next Action |
4
+ |---|---:|---|---|
5
+ | Architecture | 0/10 | TBD | TBD |
6
+ | Tests | 0/10 | TBD | TBD |
7
+ | Docs Sync | 0/10 | TBD | TBD |
8
+ | Security | 0/10 | TBD | TBD |
9
+ | Maintainability | 0/10 | TBD | TBD |
10
+ | Observability | 0/10 | TBD | TBD |
11
+
@@ -1,26 +1,26 @@
1
- # Requirements
2
-
3
- ## Functional Requirements
4
-
5
- - [ ] TBD
6
-
7
- ## Non-Functional Requirements
8
-
9
- - [ ] TBD
10
-
11
- ## User Stories
12
-
13
- - [ ] As a user, I want TBD so that TBD.
14
-
15
- ## Acceptance Criteria
16
-
17
- - [ ] TBD
18
-
19
- ## Edge Cases
20
-
21
- - [ ] TBD
22
-
23
- ## Known Unknowns
24
-
25
- - [ ] TBD
26
-
1
+ # Requirements
2
+
3
+ ## Functional Requirements
4
+
5
+ - [ ] TBD
6
+
7
+ ## Non-Functional Requirements
8
+
9
+ - [ ] TBD
10
+
11
+ ## User Stories
12
+
13
+ - [ ] As a user, I want TBD so that TBD.
14
+
15
+ ## Acceptance Criteria
16
+
17
+ - [ ] TBD
18
+
19
+ ## Edge Cases
20
+
21
+ - [ ] TBD
22
+
23
+ ## Known Unknowns
24
+
25
+ - [ ] TBD
26
+
@@ -1,26 +1,26 @@
1
- # Research
2
-
3
- ## Question
4
-
5
- TBD
6
-
7
- ## Local Codebase Findings
8
-
9
- - [ ] TBD
10
-
11
- ## External Findings
12
-
13
- - [ ] TBD
14
-
15
- ## Sources
16
-
17
- - TBD
18
-
19
- ## Decision Impact
20
-
21
- TBD
22
-
23
- ## Risks
24
-
25
- - [ ] TBD
26
-
1
+ # Research
2
+
3
+ ## Question
4
+
5
+ TBD
6
+
7
+ ## Local Codebase Findings
8
+
9
+ - [ ] TBD
10
+
11
+ ## External Findings
12
+
13
+ - [ ] TBD
14
+
15
+ ## Sources
16
+
17
+ - TBD
18
+
19
+ ## Decision Impact
20
+
21
+ TBD
22
+
23
+ ## Risks
24
+
25
+ - [ ] TBD
26
+
@@ -1,22 +1,22 @@
1
- # Review
2
-
3
- ## Changed Files Reviewed
4
-
5
- - [ ] TBD
6
-
7
- ## Findings
8
-
9
- | Severity | File | Issue | Required Action |
10
- |---|---|---|---|
11
- | TBD | TBD | TBD | TBD |
12
-
13
- ## Cleanup Performed
14
-
15
- - [ ] Removed unnecessary files/code
16
- - [ ] Removed debug logs
17
- - [ ] Removed unrelated changes
18
-
19
- ## Residual Risks
20
-
21
- - [ ] TBD
22
-
1
+ # Review
2
+
3
+ ## Changed Files Reviewed
4
+
5
+ - [ ] TBD
6
+
7
+ ## Findings
8
+
9
+ | Severity | File | Issue | Required Action |
10
+ |---|---|---|---|
11
+ | TBD | TBD | TBD | TBD |
12
+
13
+ ## Cleanup Performed
14
+
15
+ - [ ] Removed unnecessary files/code
16
+ - [ ] Removed debug logs
17
+ - [ ] Removed unrelated changes
18
+
19
+ ## Residual Risks
20
+
21
+ - [ ] TBD
22
+
@@ -1,6 +1,6 @@
1
- # Spec Changelog
2
-
3
- | Date/Time | Change | Reason | Impacted Docs | Impacted Tests | Migration Notes |
4
- |---|---|---|---|---|---|
5
- | TBD | Initial harness setup | Project initialization | TBD | TBD | TBD |
6
-
1
+ # Spec Changelog
2
+
3
+ | Date/Time | Change | Reason | Impacted Docs | Impacted Tests | Migration Notes |
4
+ |---|---|---|---|---|---|
5
+ | TBD | Initial harness setup | Project initialization | TBD | TBD | TBD |
6
+
@@ -1,33 +1,33 @@
1
- # Stack
2
-
3
- ## Detected Stack
4
-
5
- Language:
6
- Framework:
7
- Runtime:
8
- Database:
9
- Package manager:
10
- Test framework:
11
- Lint:
12
- Typecheck:
13
- Build:
14
- Deployment:
15
-
16
- ## Version Constraints
17
-
18
- - [ ] TBD
19
-
20
- ## Local Development Commands
21
-
22
- ```sh
23
- # start
24
- # test
25
- # lint
26
- # typecheck
27
- # build
28
- ```
29
-
30
- ## Tooling Gaps
31
-
32
- - [ ] TBD
33
-
1
+ # Stack
2
+
3
+ ## Detected Stack
4
+
5
+ Language:
6
+ Framework:
7
+ Runtime:
8
+ Database:
9
+ Package manager:
10
+ Test framework:
11
+ Lint:
12
+ Typecheck:
13
+ Build:
14
+ Deployment:
15
+
16
+ ## Version Constraints
17
+
18
+ - [ ] TBD
19
+
20
+ ## Local Development Commands
21
+
22
+ ```sh
23
+ # start
24
+ # test
25
+ # lint
26
+ # typecheck
27
+ # build
28
+ ```
29
+
30
+ ## Tooling Gaps
31
+
32
+ - [ ] TBD
33
+
@@ -1,26 +1,26 @@
1
- # Verification
2
-
3
- ## Test Contract
4
-
5
- - [ ] Normal input/output
6
- - [ ] Edge cases
7
- - [ ] Invalid inputs
8
- - [ ] Expected errors
9
- - [ ] Acceptance tests
10
-
11
- ## Commands
12
-
13
- ```sh
14
- # TBD
15
- ```
16
-
17
- ## Results
18
-
19
- | Command | Result | Evidence |
20
- |---|---|---|
21
- | TBD | TBD | TBD |
22
-
23
- ## Manual Verification
24
-
25
- - [ ] TBD
26
-
1
+ # Verification
2
+
3
+ ## Test Contract
4
+
5
+ - [ ] Normal input/output
6
+ - [ ] Edge cases
7
+ - [ ] Invalid inputs
8
+ - [ ] Expected errors
9
+ - [ ] Acceptance tests
10
+
11
+ ## Commands
12
+
13
+ ```sh
14
+ # TBD
15
+ ```
16
+
17
+ ## Results
18
+
19
+ | Command | Result | Evidence |
20
+ |---|---|---|
21
+ | TBD | TBD | TBD |
22
+
23
+ ## Manual Verification
24
+
25
+ - [ ] TBD
26
+
@@ -0,0 +1,114 @@
1
+ ---
2
+ name: genesis-mvp-planning
3
+ description: "Define, structure, and automate the creation of a standard 5-Phase MVP Roadmap right after project initialization. Guarantees a decision-complete path to production-ready launch."
4
+ ---
5
+
6
+ # Genesis MVP 5-Phase Planning Skill
7
+
8
+ ## Purpose
9
+
10
+ The `genesis-mvp-planning` skill is designed to transition a newly initialized project into a structured, decision-complete **5-Phase MVP Roadmap**. Instead of leaving the repository with only a blank generic Phase 0 (Foundation) folder, this skill maps out the entire lifecycle of a production-ready Minimum Viable Product across exactly 5 logical, sequential phases.
11
+
12
+ ---
13
+
14
+ ## When to use
15
+
16
+ Use the `genesis-mvp-planning` skill when:
17
+ - You have just run `/genesis-init` (or `/init`) and need to map out the implementation timeline.
18
+ - You want to scope an application specifically to its MVP (Minimum Viable Product) boundaries.
19
+ - You want to establish clear gates and milestones for each stage of the project lifecycle.
20
+
21
+ ---
22
+
23
+ ## When NOT to use
24
+
25
+ Do NOT use the `genesis-mvp-planning` skill when:
26
+ - The project is already midway through development with a pre-existing mature roadmap.
27
+ - The task is a minor, single-file bug fix or simple refactoring that doesn't affect the project timeline.
28
+ - The roadmap has already been fully approved and is currently active.
29
+
30
+ ---
31
+
32
+ ## Inputs required
33
+
34
+ Before running this planning skill, ensure the following inputs are gathered:
35
+ - **Project Brief / Intent**: Clear understanding of what application is being built and target users.
36
+ - **Technology Stack**: Backend, frontend, database, auth provider, and deployment target.
37
+ - **Core MVP Features List**: The primary business value proposition that must be delivered.
38
+
39
+ ---
40
+
41
+ ## Outputs required
42
+
43
+ Executing this skill creates the following structured deliverables:
44
+ - `.planning/ROADMAP.md`: Updated roadmap with 5 distinct phases defined.
45
+ - `.planning/phases/PHASE_1_CORE/`: Planning directory for Phase 1 (Foundation & API Core).
46
+ - `.planning/phases/PHASE_2_AUTH/`: Planning directory for Phase 2 (Authentication & Security).
47
+ - `.planning/phases/PHASE_3_FEATURES/`: Planning directory for Phase 3 (Core MVP Features).
48
+ - `.planning/phases/PHASE_4_INTEGRATIONS/`: Planning directory for Phase 4 (Third-Party Integrations).
49
+ - `.planning/phases/PHASE_5_READINESS/`: Planning directory for Phase 5 (Production Readiness & Observability).
50
+
51
+ ---
52
+
53
+ ## Required tests
54
+
55
+ The planning deliverables are validated using:
56
+ - [ ] `test/planning/roadmap-structure.test.js`: Verifies `ROADMAP.md` contains all 5 phases with valid status checkboxes.
57
+ - [ ] `test/planning/phase-completeness.test.js`: Verifies each phase directory contains standard `SPEC.md`, `PLAN.md`, and `TASKS.md`.
58
+
59
+ ---
60
+
61
+ ## Required fixtures
62
+
63
+ - `fixtures/planning/roadmap-expected.md`: The canonical structure of a 5-Phase MVP roadmap.
64
+ - `fixtures/planning/phase-config-expected.json`: Complete configuration template mapping out the 5 phases.
65
+
66
+ ---
67
+
68
+ ## Required contract updates
69
+
70
+ Update the following files if phase boundary standards change:
71
+ - `contracts/planning/roadmap.schema.json`: Schema validator for `ROADMAP.md` files.
72
+ - `contracts/planning/phase.schema.json`: Schema validator for individual phase directories.
73
+
74
+ ---
75
+
76
+ ## Required codebase map updates
77
+
78
+ After mapping out the 5-Phase MVP:
79
+ - **`.codebase/CURRENT_STATE.md`**: Update current phase to Phase 1, and add the full 5-phase overview.
80
+ - **`.codebase/MODULE_INDEX.md`**: Add references to each of the 5 phase directories.
81
+
82
+ ---
83
+
84
+ ## Token saving rules
85
+
86
+ 1. **Reuse templates**: Do not rewrite the basic structure of the phases. Use the provided phase templates in `templates/`.
87
+ 2. **Summarize context**: Do not read every detail of the repository. Use `SUMMARY.md` and module index.
88
+ 3. **Draft sequentially**: Plan one phase at a time to keep prompt sizes small.
89
+
90
+ ---
91
+
92
+ ## Acceptance criteria
93
+
94
+ The 5-Phase MVP roadmap is ACCEPTED when:
95
+ - [ ] `ROADMAP.md` is updated with 5 clearly defined phases, dates, and success criteria.
96
+ - [ ] All 5 phase planning folders (`PHASE_1_CORE` to `PHASE_5_READINESS`) are created and populated.
97
+ - [ ] No feature code is written before the 5 phase boundaries are validated.
98
+
99
+ ---
100
+
101
+ ## Common mistakes
102
+
103
+ ### Mistake 1: Starting Phase 3 (Core Features) before Phase 1 (API Core)
104
+ - **Problem**: Writing UI screens without verified backend models and schemas leads to massive rework.
105
+ - **Fix**: Complete Phase 1 and 2 to establish a solid database and API contract first.
106
+
107
+ ---
108
+
109
+ ## Recovery workflow
110
+
111
+ ### Recovery 1: Phase drift or timeline changes
112
+ 1. Mark the affected phase as `[!] blocked` in `ROADMAP.md`.
113
+ 2. Document the change in `SPEC_CHANGELOG.md`.
114
+ 3. Adjust downstream phase boundaries accordingly.
@@ -0,0 +1,6 @@
1
+ interface:
2
+ display_name: "Genesis MVP Planning"
3
+ short_description: "— Xây dựng lộ trình 5 Phase phát triển sản phẩm MVP"
4
+ default_prompt: "Use $genesis-mvp-planning to map out the 5 essential phases of a production-ready MVP."
5
+ policy:
6
+ allow_implicit_invocation: true
@@ -0,0 +1,18 @@
1
+ # MVP Phase Planning Readiness Checklist
2
+
3
+ Use this checklist to ensure all 5 phases of the MVP are fully defined and ready to proceed.
4
+
5
+ ## Scope & Boundaries
6
+ - [ ] Has the product target audience been clearly defined?
7
+ - [ ] Is the absolute minimum viable feature set (and what is explicitly OUT of scope) documented?
8
+ - [ ] Are success metrics defined for each of the 5 phases?
9
+
10
+ ## Technical Feasibility
11
+ - [ ] Is the technology stack fully decided, including database models and cloud providers?
12
+ - [ ] Are all third-party integrations identified, along with keys/credential requirements?
13
+ - [ ] Are testing and validation tools decided and functional locally?
14
+
15
+ ## Phase Definition Alignment
16
+ - [ ] Do Phase 1 (Core) database schemas align with Phase 3 (Features) functional requirements?
17
+ - [ ] Are security and authorization scopes in Phase 2 prepared to handle Phase 3 routes?
18
+ - [ ] Are Phase 5 deployment and observability targets fully defined?
@@ -0,0 +1,43 @@
1
+ # Example: 5-Phase MVP Roadmap for "TaskFlow SaaS"
2
+
3
+ This is an example roadmap representing a completed planning output for a TaskFlow SaaS application.
4
+
5
+ ## ROADMAP Overview
6
+
7
+ - [x] Phase 0: Foundation & Project Planning (Complete)
8
+ - [ ] Phase 1: Foundation & API Core (Target: 2026-06-15)
9
+ - [ ] Phase 2: Authentication & Security (Target: 2026-06-22)
10
+ - [ ] Phase 3: Core MVP Features (Target: 2026-07-06)
11
+ - [ ] Phase 4: Third-Party Integrations (Target: 2026-07-15)
12
+ - [ ] Phase 5: Production Readiness & Observability (Target: 2026-07-22)
13
+
14
+ ---
15
+
16
+ ## Detailed Phase Definition
17
+
18
+ ### Phase 1: Foundation & API Core
19
+ - **Database ERD**: Users, Tasks, Workspaces, Comments tables.
20
+ - **API Contracts**:
21
+ - `POST /api/v1/workspaces`
22
+ - `GET /api/v1/workspaces/:id/tasks`
23
+ - **Verification**: SQL schema migrates successfully; mock endpoints return JSON schemas.
24
+
25
+ ### Phase 2: Authentication & Security
26
+ - **Auth Provider**: Firebase Auth integration.
27
+ - **Route Guards**: All `/api/v1/workspaces` routes require a valid Bearer token.
28
+ - **Verification**: Request without header returns HTTP 401; request with valid token returns HTTP 200.
29
+
30
+ ### Phase 3: Core MVP Features
31
+ - **Functional Flow**: Create workspace, invite user, add task, comment on task.
32
+ - **Frontend Views**: Dashboard, Workspace page, Task Details modal.
33
+ - **Verification**: Playwright e2e test logs in user, creates task, and verifies task appears in UI list.
34
+
35
+ ### Phase 4: Third-Party Integrations
36
+ - **Payment Gateway**: Stripe subscription billing.
37
+ - **Notifications**: Sendgrid transactional email alerts.
38
+ - **Verification**: Stripe webhook registers subscription renewal event correctly; email triggers on task assignment.
39
+
40
+ ### Phase 5: Production Readiness & Observability
41
+ - **Health Checks**: `/health`, `/readiness` checks DB + Stripe connectivity.
42
+ - **Monitoring**: Prom-client registers HTTP request latency histograms.
43
+ - **Verification**: Grafana dashboard imports JSON config successfully; Promtool validates alert rules.
@@ -0,0 +1,17 @@
1
+ # Phase 1: Foundation & API Core
2
+
3
+ ## Goal
4
+ Establish the backend foundation, database schemas, and robust API contracts for the MVP. No UI code is written in this phase.
5
+
6
+ ## Tasks
7
+ - [ ] Research and design database models/tables
8
+ - [ ] Define initial schemas (JSON Schemas, SQL Migrations)
9
+ - [ ] Create API contract files under `contracts/api/`
10
+ - [ ] Implement foundational database access layer and initial repository patterns
11
+ - [ ] Build mock API endpoints verifying request/response formats
12
+ - [ ] Implement and verify initial API contract tests
13
+
14
+ ## Success Criteria
15
+ - All database models are defined and migrated.
16
+ - API endpoints return successfully with mock/fixture data matching contracts.
17
+ - Verification tests pass successfully.
@@ -0,0 +1,17 @@
1
+ # Phase 2: Authentication & Security
2
+
3
+ ## Goal
4
+ Secure the application with user authentication, role-based access control, and route guards.
5
+
6
+ ## Tasks
7
+ - [ ] Research stack-specific auth mechanisms (JWT, session, Firebase Auth, etc.)
8
+ - [ ] Configure environment variables for token secrets/keys
9
+ - [ ] Implement Sign-Up, Sign-In, and Sign-Out endpoints and helpers
10
+ - [ ] Implement authorization middleware / route guards
11
+ - [ ] Write integration tests verifying authenticated vs unauthenticated access
12
+ - [ ] Implement secure CORS and headers setup
13
+
14
+ ## Success Criteria
15
+ - User registration and login flow works correctly.
16
+ - Protected API routes return appropriate HTTP 401/403 errors when unauthenticated.
17
+ - All auth unit and integration tests pass successfully.
@@ -0,0 +1,17 @@
1
+ # Phase 3: Core MVP Features
2
+
3
+ ## Goal
4
+ Implement the main functional value proposition of the MVP.
5
+
6
+ ## Tasks
7
+ - [ ] Answer checklists/new-feature-qa.md for the core workflows
8
+ - [ ] Plan and outline database updates for core features
9
+ - [ ] Implement core backend business logic, validation rules, and algorithms
10
+ - [ ] Create UI components and pages required for the MVP journeys
11
+ - [ ] Wire up frontend components to backend API services
12
+ - [ ] Write integration and end-to-end user journey tests
13
+
14
+ ## Success Criteria
15
+ - User can successfully complete the primary business journey end-to-end.
16
+ - Data is correctly persisted, modified, and queried from the database.
17
+ - Core business tests pass with >80% code coverage.