cfsa-antigravity 2.1.0 → 2.2.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 (43) hide show
  1. package/package.json +1 -1
  2. package/template/.agent/instructions/example.md +21 -0
  3. package/template/.agent/skills/architecture-mapping/SKILL.md +8 -8
  4. package/template/.agent/skills/idea-extraction/SKILL.md +270 -279
  5. package/template/.agent/skills/pipeline-rubrics/references/ia-rubric.md +2 -2
  6. package/template/.agent/skills/pipeline-rubrics/references/scoring.md +1 -1
  7. package/template/.agent/skills/pipeline-rubrics/references/vision-rubric.md +2 -1
  8. package/template/.agent/skills/prd-templates/SKILL.md +11 -11
  9. package/template/.agent/skills/prd-templates/references/decomposition-templates.md +1 -1
  10. package/template/.agent/skills/prd-templates/references/engineering-standards-template.md +2 -0
  11. package/template/.agent/skills/prd-templates/references/fractal-cx-template.md +58 -0
  12. package/template/.agent/skills/prd-templates/references/fractal-feature-template.md +93 -0
  13. package/template/.agent/skills/prd-templates/references/fractal-node-index-template.md +55 -0
  14. package/template/.agent/skills/prd-templates/references/ideation-crosscut-template.md +26 -47
  15. package/template/.agent/skills/prd-templates/references/ideation-index-template.md +41 -49
  16. package/template/.agent/skills/prd-templates/references/slice-completion-gates.md +8 -0
  17. package/template/.agent/skills/prd-templates/references/vision-template.md +8 -8
  18. package/template/.agent/skills/resolve-ambiguity/SKILL.md +1 -1
  19. package/template/.agent/skills/spec-writing/SKILL.md +1 -1
  20. package/template/.agent/workflows/create-prd-architecture.md +7 -2
  21. package/template/.agent/workflows/create-prd-stack.md +1 -1
  22. package/template/.agent/workflows/create-prd.md +4 -3
  23. package/template/.agent/workflows/decompose-architecture-structure.md +2 -2
  24. package/template/.agent/workflows/decompose-architecture-validate.md +3 -3
  25. package/template/.agent/workflows/decompose-architecture.md +18 -3
  26. package/template/.agent/workflows/evolve-feature-classify.md +14 -6
  27. package/template/.agent/workflows/ideate-discover.md +71 -110
  28. package/template/.agent/workflows/ideate-extract.md +68 -104
  29. package/template/.agent/workflows/ideate-validate.md +24 -20
  30. package/template/.agent/workflows/ideate.md +7 -7
  31. package/template/.agent/workflows/implement-slice-tdd.md +25 -0
  32. package/template/.agent/workflows/remediate-pipeline-assess.md +2 -1
  33. package/template/.agent/workflows/resolve-ambiguity.md +2 -2
  34. package/template/.agent/workflows/validate-phase-quality.md +155 -0
  35. package/template/.agent/workflows/validate-phase-readiness.md +167 -0
  36. package/template/.agent/workflows/validate-phase.md +19 -154
  37. package/template/.agent/workflows/write-architecture-spec-design.md +8 -4
  38. package/template/AGENTS.md +5 -1
  39. package/template/GEMINI.md +2 -0
  40. package/template/docs/README.md +10 -10
  41. package/template/docs/kit-architecture.md +92 -25
  42. package/template/docs/plans/ideation/README.md +8 -3
  43. package/template/.agent/skills/prd-templates/references/ideation-domain-template.md +0 -61
@@ -8,11 +8,16 @@ Ideation output created by `/ideate` — the pipeline's source of truth for prod
8
8
 
9
9
  ## Structure
10
10
 
11
- | Directory | Description |
11
+ The ideation folder uses a **fractal folder structure** — every domain is a folder containing an index file (`*-index.md`), a cross-cut file (`*-cx.md`), and child feature `.md` files. Sub-domains are nested folders following the same pattern.
12
+
13
+ | Path | Description |
12
14
  |---|---|
13
- | `domains/` | One file per domain, created during `/ideate-discover` as domains are explored |
15
+ | `ideation-index.md` | Pipeline key file structural classification, structure map, MoSCoW, progress |
16
+ | `ideation-cx.md` | Global cross-cuts (cross-surface interactions for multi-product projects) |
17
+ | `domains/` | Fractal domain folders — each containing index + CX + child features/sub-domains |
14
18
  | `meta/` | Structured metadata — problem statement, personas, constraints, competitive landscape |
15
- | `cross-cuts/` | Cross-cutting concern ledger, accumulated continuously during exploration |
19
+
20
+ > See `docs/kit-architecture.md` Section 2 for the full tree diagram and detailed documentation.
16
21
 
17
22
  ## Completion Requirement
18
23
 
@@ -1,61 +0,0 @@
1
- # Domain: {{DOMAIN_NAME}}
2
-
3
- > **Status**: `[SURFACE]` / `[BREADTH]` / `[DEEP]` / `[EXHAUSTED]`
4
- > **Domain number**: NN
5
- > **Surface**: _surface name (e.g., "web", "desktop", "mobile") or "shared"_
6
- > **Last updated**: _timestamp_
7
-
8
- ## Overview
9
-
10
- _What this domain is, why it exists, what problem it solves within the product._
11
-
12
- ## Sub-Area Breadth Map
13
-
14
- Map all sub-areas before drilling any of them. Status markers track progress.
15
-
16
- | # | Sub-Area | Status | Sub-Topics | Deep Think |
17
- |---|----------|--------|------------|------------|
18
- | 1 | _Sub-area name_ | `[SURFACE]` | _N_ | _N hypotheses_ |
19
- | 2 | _Sub-area name_ | `[SURFACE]` | _N_ | _N hypotheses_ |
20
-
21
- ## Sub-Area Detail
22
-
23
- ### 1. {{Sub-Area Name}}
24
-
25
- **Status**: `[SURFACE]` / `[BREADTH]` / `[DEEP]` / `[EXHAUSTED]`
26
-
27
- #### Exploration
28
-
29
- _Vertical drill content — features, behaviors, edge cases, failure modes._
30
-
31
- #### Deep Think Annotations
32
-
33
- | Hypothesis | Source | Outcome |
34
- |-----------|--------|---------|
35
- | _"[X] likely needed because [Y]"_ | Agent domain knowledge | ✅ CONFIRMED / ❌ REJECTED |
36
-
37
- #### Cross-Cut Notes
38
-
39
- > **Path note:** Use the path from `ideation-index.md` Domain Documents table for cross-references.
40
- > For single-surface: `../domains/NN-domain.md`. For multi-product: paths vary by location
41
- > (same surface = `../NN-domain.md`, different surface = `../../surfaces/{name}/NN-domain.md`,
42
- > shared = `../../domains/NN-domain.md`). Always verify against the index.
43
-
44
- - Touches **Domain NN** ([domain-file.md](path-from-index)) because: _reason_
45
- - Touches **Domain NN** ([domain-file.md](path-from-index)) because: _reason_
46
-
47
- ---
48
-
49
- _Repeat the Sub-Area Detail section for each sub-area._
50
-
51
- ## Domain-Level Decisions
52
-
53
- | # | Decision | Context |
54
- |---|----------|---------|
55
- | _D#_ | _Decision_ | _Why this was decided_ |
56
-
57
- ## Open Questions
58
-
59
- | # | Question | Owner | Deferred To |
60
- |---|----------|-------|-------------|
61
- | 1 | _Question_ | User / Agent / `/create-prd` | _Stage_ |