cfsa-antigravity 2.6.0 → 2.7.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/package.json +1 -1
- package/template/.agent/kit-sync.md +3 -3
- package/template/.agent/workflows/create-prd-architecture.md +6 -0
- package/template/.agent/workflows/create-prd-compile.md +6 -0
- package/template/.agent/workflows/create-prd-design-system.md +4 -2
- package/template/.agent/workflows/create-prd-security.md +6 -0
- package/template/.agent/workflows/create-prd-stack.md +8 -4
- package/template/.agent/workflows/create-prd.md +11 -0
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-17T01:
|
|
6
|
-
kit_version: 2.
|
|
4
|
+
last_synced_commit: b0f13b49de8b5d929395c6974898ae091a6cf252
|
|
5
|
+
last_synced_at: 2026-03-17T01:44:25Z
|
|
6
|
+
kit_version: 2.7.0
|
|
@@ -36,6 +36,12 @@ Read the surface stack map from `.agent/instructions/tech-stack.md`. Check the f
|
|
|
36
36
|
|
|
37
37
|
If cells are empty AND the value hasn't been confirmed in conversation → **HARD STOP**: tell the user to run `/create-prd-stack` first.
|
|
38
38
|
|
|
39
|
+
Read `## Engagement Tier` from `docs/plans/ideation/ideation-index.md`.
|
|
40
|
+
|
|
41
|
+
**Tier behavior for architecture decisions:**
|
|
42
|
+
- 🤖 **Auto**: Agent designs system architecture + data strategy via Deep Think. Writes reasoning. Marks decisions `[AUTO-CONFIRMED]`. User reviews at end of shard.
|
|
43
|
+
- 🤝 **Hybrid** / 💬 **Interactive**: Present each major section, walk through, wait for user confirmation (current behavior).
|
|
44
|
+
|
|
39
45
|
---
|
|
40
46
|
|
|
41
47
|
## 4. System architecture
|
|
@@ -38,6 +38,12 @@ Read the surface stack map from `.agent/instructions/tech-stack.md`. Check the f
|
|
|
38
38
|
|
|
39
39
|
If cells are empty AND the value hasn't been confirmed in conversation → **HARD STOP**: tell the user to run `/create-prd-stack` first.
|
|
40
40
|
|
|
41
|
+
Read `## Engagement Tier` from `docs/plans/ideation/ideation-index.md`.
|
|
42
|
+
|
|
43
|
+
**Tier behavior for compile decisions:**
|
|
44
|
+
- 🤖 **Auto**: Agent selects methodology, phasing, and performance budgets via Deep Think. Writes reasoning. Marks `[AUTO-CONFIRMED]`. User reviews compiled documents.
|
|
45
|
+
- 🤝 **Hybrid** / 💬 **Interactive**: Present each decision, wait for user confirmation (current behavior).
|
|
46
|
+
|
|
41
47
|
---
|
|
42
48
|
|
|
43
49
|
## 8. Development methodology
|
|
@@ -29,9 +29,11 @@ Establish the structural UI architecture — navigation paradigm, layout grid, p
|
|
|
29
29
|
2. Scan for any `{{PLACEHOLDER}}` values that are still unfilled. If any exist → **stop** and tell the user: _"Design direction hasn't been confirmed yet. Run `/create-prd-stack` first to establish the design direction before designing the system."_
|
|
30
30
|
3. If all placeholders are filled → extract and store for this session: the confirmed `DESIGN_DIRECTION`, color palette, typography choices, motion philosophy, and anti-patterns.
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
Read `## Engagement Tier` from `docs/plans/ideation/ideation-index.md`.
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
**Tier behavior for design system decisions** (all 7 decisions are product decisions):
|
|
35
|
+
- 🤖 **Auto**: Agent selects based on design direction + constraints via Deep Think. Writes reasoning. Marks `[AUTO-CONFIRMED]`. User reviews compiled `design-system.md` at Step 9.
|
|
36
|
+
- 🤝 **Hybrid** / 💬 **Interactive**: Present options, wait for explicit confirmation per decision (current behavior).
|
|
35
37
|
|
|
36
38
|
1. Read `docs/plans/ideation/meta/constraints.md` — extract the **Project Surfaces** section. Read `docs/plans/ideation/ideation-index.md` — extract the feature inventory from the MoSCoW Summary.
|
|
37
39
|
2. Read `.agent/skills/brand-guidelines/SKILL.md` — extract the confirmed `DESIGN_DIRECTION`.
|
|
@@ -37,6 +37,12 @@ Read the surface stack map from `.agent/instructions/tech-stack.md`. Check the f
|
|
|
37
37
|
|
|
38
38
|
If cells are empty AND the value hasn't been confirmed in conversation → **HARD STOP**: tell the user to run `/create-prd-stack` first.
|
|
39
39
|
|
|
40
|
+
Read `## Engagement Tier` from `docs/plans/ideation/ideation-index.md`.
|
|
41
|
+
|
|
42
|
+
**Tier behavior for security decisions:**
|
|
43
|
+
- 🤖 **Auto**: Agent designs security model + attack surface + integrations via Deep Think. Writes reasoning. Marks `[AUTO-CONFIRMED]`. User reviews at end of shard.
|
|
44
|
+
- 🤝 **Hybrid** / 💬 **Interactive**: Present each section, walk through, wait for user confirmation (current behavior).
|
|
45
|
+
|
|
40
46
|
---
|
|
41
47
|
|
|
42
48
|
## 6. Security model
|
|
@@ -27,7 +27,11 @@ Build the decision constraints map from the ideation output, then walk through e
|
|
|
27
27
|
|
|
28
28
|
Before any tech stack decision, read `docs/plans/ideation/meta/constraints.md` to build the **decision constraints map**.
|
|
29
29
|
|
|
30
|
-
Also read `docs/plans/ideation/ideation-index.md` — specifically
|
|
30
|
+
Also read `docs/plans/ideation/ideation-index.md` — specifically `## Structural Classification` (authoritative surface list and project shape) and `## Engagement Tier` (gate behavior for this session).
|
|
31
|
+
|
|
32
|
+
**Tier behavior for tech stack decisions:**
|
|
33
|
+
- 🤖 **Auto**: Agent uses constraints + Deep Think to select best-fit option per axis. Records reasoning. Writes decisions. User reviews all stack decisions at end of shard.
|
|
34
|
+
- 🤝 **Hybrid** / 💬 **Interactive**: Present options, wait for user confirmation per axis (current behavior).
|
|
31
35
|
|
|
32
36
|
Build the constraints map:
|
|
33
37
|
|
|
@@ -35,7 +39,7 @@ Build the constraints map:
|
|
|
35
39
|
2. **Surface constraints** — the project surfaces (from structural classification) constrain framework choices. For multi-product projects, some axes may need separate decisions per surface (e.g., different frontend frameworks for web vs desktop vs mobile).
|
|
36
40
|
3. **Soft constraints** — preferences that should bias decisions but aren't hard rules
|
|
37
41
|
|
|
38
|
-
Present the constraints map to the user before starting tech decisions
|
|
42
|
+
Present the constraints map to the user before starting tech decisions *(Interactive/Hybrid)* or auto-confirm with Deep Think reasoning *(Auto)*. Constraints narrow the option space — some decisions may be obvious. Skip those with a brief rationale.
|
|
39
43
|
|
|
40
44
|
Read `.agent/skills/tech-stack-catalog/references/constraint-questions.md` for the per-axis constraint questions to ask before presenting options.
|
|
41
45
|
|
|
@@ -54,7 +58,7 @@ Score Fit from 1–5 based on how well the option matches the constraints map. I
|
|
|
54
58
|
1. Ask the constraint questions for this axis
|
|
55
59
|
2. Filter options based on answers
|
|
56
60
|
3. Present the filtered option table with recommendation
|
|
57
|
-
4. Wait for user confirmation
|
|
61
|
+
4. **Interactive/Hybrid**: Wait for user confirmation. **Auto**: Select highest-fit option via Deep Think, write reasoning to `architecture-draft.md`, mark as `[AUTO-CONFIRMED]`.
|
|
58
62
|
5. Fire bootstrap with only that key: read `.agent/workflows/bootstrap-agents.md` and call with `PIPELINE_STAGE=create-prd` + the confirmed key
|
|
59
63
|
6. Move to next axis
|
|
60
64
|
|
|
@@ -64,7 +68,7 @@ Score Fit from 1–5 based on how well the option matches the constraints map. I
|
|
|
64
68
|
>
|
|
65
69
|
> These are independent MANIFEST entries. Firing bootstrap with `BACKEND_FRAMEWORK=Hono` does **not** provision the tRPC skill — `API_LAYER=tRPC` must be fired separately. Similarly, skipping the `Database` axis (handled by the Persistence Map Interview) does not affect backend framework or API layer keys — those must still fire individually.
|
|
66
70
|
|
|
67
|
-
Get explicit user decisions — no "TBD" allowed. Use the brainstorming skill's approach — one decision at a time.
|
|
71
|
+
Get explicit user decisions *(Interactive/Hybrid)* or auto-select with Deep Think reasoning *(Auto)* — no "TBD" allowed. Use the brainstorming skill's approach — one decision at a time.
|
|
68
72
|
|
|
69
73
|
> **Decision recording**: For each confirmed tech stack decision, read `.agent/skills/session-continuity/protocols/06-decision-analysis.md` and follow the **Decision Effect Analysis Protocol**. Tech stack choices have high downstream impact (they constrain frameworks, skills, deployment, and testing). Record each decision to `memory/decisions.md` with upstream/downstream effects.
|
|
70
74
|
|
|
@@ -44,6 +44,17 @@ Use the **Structure Map** in `ideation-index.md` to locate specific files:
|
|
|
44
44
|
|
|
45
45
|
Pay special attention to the **Project Surfaces** section in `meta/constraints.md` — it determines which tech stack axes apply.
|
|
46
46
|
|
|
47
|
+
Also read `## Engagement Tier` from `ideation-index.md`. If not set during ideation, ask now:
|
|
48
|
+
|
|
49
|
+
> **How involved do you want to be?**
|
|
50
|
+
> 1. 🤖 **Auto** — I design the full architecture via Deep Think. You review the compiled output.
|
|
51
|
+
> 2. 🤝 **Hybrid** *(recommended)* — Structural steps auto. Architecture/product decisions pause for you.
|
|
52
|
+
> 3. 💬 **Interactive** — I pause at every step.
|
|
53
|
+
|
|
54
|
+
**Wait for user answer.** If an ideation tier exists, present it as default. Write to `ideation-index.md` immediately.
|
|
55
|
+
|
|
56
|
+
Each shard reads the tier and adapts gates: **Auto** = all gates auto-confirm with Deep Think reasoning. **Hybrid** = structural auto, architecture/product pause. **Interactive** = all pause.
|
|
57
|
+
|
|
47
58
|
---
|
|
48
59
|
|
|
49
60
|
## 2. Load skills
|