cfsa-antigravity 2.13.0 → 2.13.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Kit Sync State
|
|
2
2
|
|
|
3
3
|
upstream: https://github.com/RepairYourTech/cfsa-antigravity
|
|
4
|
-
last_synced_commit:
|
|
5
|
-
last_synced_at: 2026-03-20T01:
|
|
6
|
-
kit_version: 2.13.
|
|
4
|
+
last_synced_commit: fa800ad9e35107aef8c6da0d2cc9161b379c71b2
|
|
5
|
+
last_synced_at: 2026-03-20T01:43:15Z
|
|
6
|
+
kit_version: 2.13.2
|
|
@@ -76,6 +76,13 @@ Read `.agent/skills/brainstorming/SKILL.md` and follow its methodology.
|
|
|
76
76
|
|
|
77
77
|
**Persona completeness gate**: Read `.agent/skills/prd-templates/references/persona-completeness-gate.md`. Verify all 6 fields for every persona. If any field absent → probe before proceeding.
|
|
78
78
|
|
|
79
|
+
**Meta files gate**: After completing problem exploration, verify ALL of the following files exist and are non-empty:
|
|
80
|
+
- `docs/plans/ideation/meta/problem-statement.md` (must contain a "Why Now" section)
|
|
81
|
+
- `docs/plans/ideation/meta/personas.md`
|
|
82
|
+
- `docs/plans/ideation/meta/competitive-landscape.md`
|
|
83
|
+
|
|
84
|
+
If ANY file is missing or empty → **STOP**: "Meta file `[filename]` was not written during problem exploration. Write it now before proceeding to feature inventory."
|
|
85
|
+
|
|
79
86
|
---
|
|
80
87
|
|
|
81
88
|
## 5. Feature inventory — deep exploration
|
|
@@ -153,6 +160,8 @@ After all features are deepened, systematically identify emergent capabilities t
|
|
|
153
160
|
|
|
154
161
|
> **Minimum coverage**: The sweep must evaluate at least every Must Have × Must Have pair and every Must Have × Should Have pair. Should Have × Should Have pairs are optional but recommended for complex products.
|
|
155
162
|
|
|
163
|
+
**CX coverage check**: Count the total CX entries across all domain CX files (`*-cx.md`). If the total is **0** and there are **2 or more domains** with Must Have features → **STOP**: "Zero CX entries found despite multiple active domains. This indicates the CX Decision Gate was not applied during exploration. Review each domain pair for cross-cutting concerns before proceeding."
|
|
164
|
+
|
|
156
165
|
---
|
|
157
166
|
|
|
158
167
|
### Next step
|
|
@@ -48,6 +48,8 @@ Wait for user decision. If pivot → update problem statement and loop back to r
|
|
|
48
48
|
|
|
49
49
|
If the surface classification changed during constraint exploration, update `ideation-index.md` `## Structural Classification` section.
|
|
50
50
|
|
|
51
|
+
**Constraint file gate**: Verify `docs/plans/ideation/meta/constraints.md` exists and contains at least one constraint entry (technical, regulatory, business, or accepted risk). If empty or missing → **STOP**: "Constraint file not written. Constraints are required input for `/create-prd-stack`. Complete constraint exploration before proceeding."
|
|
52
|
+
|
|
51
53
|
---
|
|
52
54
|
|
|
53
55
|
## 9. Domain exhaustion check
|
|
@@ -185,6 +185,17 @@ For each referenced deep dive:
|
|
|
185
185
|
|
|
186
186
|
## 8. Present all sections and request approval
|
|
187
187
|
|
|
188
|
+
**Section completeness gate**: Before requesting approval, verify the spec file at `docs/plans/ia/[shard-name].md` contains ALL of the following sections with non-empty content (not just headers or `<!-- TODO -->` markers):
|
|
189
|
+
- `## Interactions`
|
|
190
|
+
- `## Contracts`
|
|
191
|
+
- `## Data Models`
|
|
192
|
+
- `## Access Control`
|
|
193
|
+
- `## Accessibility`
|
|
194
|
+
- `## Edge Cases`
|
|
195
|
+
- `## Event Schemas` (may be marked N/A — that's valid, but the section must exist with an explicit statement)
|
|
196
|
+
|
|
197
|
+
If any required section is missing or contains only headers → **STOP**: "Section `[name]` is empty or missing in the spec file. Complete all sections before requesting user approval."
|
|
198
|
+
|
|
188
199
|
All sections are now written to `docs/plans/ia/[shard-name].md`. Please review the file directly and confirm it's ready for deepening passes.
|
|
189
200
|
|
|
190
201
|
> **Do NOT proceed to `/write-architecture-spec-deepen` until the user approves all sections. Proposing next steps is not the same as receiving approval.**
|