cfsa-antigravity 2.19.2 → 2.19.4

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 (125) hide show
  1. package/README.md +13 -7
  2. package/package.json +1 -1
  3. package/template/.agent/kit-sync.md +3 -3
  4. package/template/.claude/README.md +4 -8
  5. package/template/.claude/instructions/structure.md +2 -2
  6. package/template/.claude/instructions/workflow.md +7 -7
  7. package/template/.claude/kit-sync.md +6 -0
  8. package/template/.claude/memory/README.md +31 -1
  9. package/template/.claude/memory/blockers.md +10 -0
  10. package/template/.claude/memory/decisions.md +19 -0
  11. package/template/.claude/memory/patterns.md +26 -0
  12. package/template/.claude/memory/sessions/README.md +5 -0
  13. package/template/.claude/progress/.gitkeep +0 -0
  14. package/template/.claude/progress/memory/.gitkeep +0 -0
  15. package/template/.claude/progress/sessions/.gitkeep +0 -0
  16. package/template/.claude/rules/completion-checklist.md +5 -5
  17. package/template/.claude/rules/extensibility.md +1 -1
  18. package/template/.claude/rules/memory-capture.md +14 -1
  19. package/template/.claude/rules/vertical-slices.md +1 -1
  20. package/template/.claude/skill-library/MANIFEST.md +7 -7
  21. package/template/.claude/skill-library/README.md +3 -3
  22. package/template/.claude/skill-library/meta/claude-code/README.md +1 -1
  23. package/template/.claude/skill-library/surface/web/design-reference-data/SKILL.md +4 -4
  24. package/template/.claude/skill-library/surface/web/frontend-design/SKILL.md +1 -1
  25. package/template/.claude/skill-library/surface/web/frontend-verification/SKILL.md +3 -3
  26. package/template/.claude/skills/bootstrap-agents/SKILL.md +13 -13
  27. package/template/.claude/skills/database-schema-design/SKILL.md +3 -3
  28. package/template/.claude/skills/error-handling-patterns/SKILL.md +1 -1
  29. package/template/.claude/skills/find-skills/SKILL.md +1 -1
  30. package/template/.claude/skills/idea-extraction/SKILL.md +5 -5
  31. package/template/.claude/skills/migration-management/SKILL.md +1 -1
  32. package/template/.claude/skills/parallel-agents/SKILL.md +2 -2
  33. package/template/.claude/skills/prd-templates/references/bootstrap-verification-protocol.md +6 -6
  34. package/template/.claude/skills/prd-templates/references/decision-confirmation-protocol.md +1 -1
  35. package/template/.claude/skills/prd-templates/references/decision-propagation.md +3 -3
  36. package/template/.claude/skills/prd-templates/references/engagement-tier-protocol.md +1 -1
  37. package/template/.claude/skills/prd-templates/references/evolution-layer-guidance.md +2 -2
  38. package/template/.claude/skills/prd-templates/references/folder-seeding-protocol.md +5 -5
  39. package/template/.claude/skills/prd-templates/references/input-classification.md +1 -1
  40. package/template/.claude/skills/prd-templates/references/map-guard-protocol.md +2 -2
  41. package/template/.claude/skills/prd-templates/references/persona-completeness-gate.md +1 -1
  42. package/template/.claude/skills/prd-templates/references/placeholder-workflow-mapping.md +1 -1
  43. package/template/.claude/skills/prd-templates/references/shard-boundary-analysis.md +1 -1
  44. package/template/.claude/skills/prd-templates/references/skill-loading-protocol.md +3 -3
  45. package/template/.claude/skills/prd-templates/references/spec-coverage-sweep.md +1 -1
  46. package/template/.claude/skills/prd-templates/references/workflow-checkpoint-protocol.md +1 -1
  47. package/template/.claude/skills/resolve-ambiguity/SKILL.md +4 -4
  48. package/template/.claude/skills/session-continuity/SKILL.md +6 -6
  49. package/template/.claude/skills/session-continuity/protocols/01-session-resumption.md +2 -2
  50. package/template/.claude/skills/session-continuity/protocols/02-progress-generation.md +7 -7
  51. package/template/.claude/skills/session-continuity/protocols/03-progress-update.md +5 -5
  52. package/template/.claude/skills/session-continuity/protocols/04-pattern-extraction.md +1 -1
  53. package/template/.claude/skills/session-continuity/protocols/05-session-close.md +1 -1
  54. package/template/.claude/skills/session-continuity/protocols/06-decision-analysis.md +1 -1
  55. package/template/.claude/skills/session-continuity/protocols/07-spec-pipeline-generation.md +2 -2
  56. package/template/.claude/skills/session-continuity/protocols/08-spec-pipeline-update.md +3 -3
  57. package/template/.claude/skills/session-continuity/protocols/09-parallel-claim.md +1 -1
  58. package/template/.claude/skills/session-continuity/protocols/10-placeholder-verification-gate.md +3 -3
  59. package/template/.claude/skills/session-continuity/protocols/11-parallel-synthesis.md +2 -2
  60. package/template/.claude/skills/session-continuity/protocols/ambiguity-gates.md +1 -1
  61. package/template/.claude/skills/setup/setup-provision-skills.md +1 -1
  62. package/template/.claude/skills/skill-creator/SKILL.md +11 -11
  63. package/template/.claude/skills/tdd-workflow/SKILL.md +1 -1
  64. package/template/.claude/skills/testing-strategist/SKILL.md +1 -1
  65. package/template/.claude/skills/workflows/README.md +2 -2
  66. package/template/.claude/skills/workflows/workflow-audit-ambiguity-execute.md +0 -4
  67. package/template/.claude/skills/workflows/workflow-audit-ambiguity-rubrics.md +0 -4
  68. package/template/.claude/skills/workflows/workflow-audit-ambiguity.md +0 -4
  69. package/template/.claude/skills/workflows/workflow-bootstrap-agents-fill.md +1 -5
  70. package/template/.claude/skills/workflows/workflow-bootstrap-agents-provision.md +1 -5
  71. package/template/.claude/skills/workflows/workflow-bootstrap-agents.md +0 -4
  72. package/template/.claude/skills/workflows/workflow-create-prd-architecture.md +0 -4
  73. package/template/.claude/skills/workflows/workflow-create-prd-compile.md +0 -4
  74. package/template/.claude/skills/workflows/workflow-create-prd-design-system.md +0 -4
  75. package/template/.claude/skills/workflows/workflow-create-prd-security.md +0 -4
  76. package/template/.claude/skills/workflows/workflow-create-prd-stack.md +0 -4
  77. package/template/.claude/skills/workflows/workflow-create-prd.md +0 -7
  78. package/template/.claude/skills/workflows/workflow-decompose-architecture-structure.md +0 -4
  79. package/template/.claude/skills/workflows/workflow-decompose-architecture-validate.md +0 -4
  80. package/template/.claude/skills/workflows/workflow-decompose-architecture.md +0 -4
  81. package/template/.claude/skills/workflows/workflow-evolve-contract.md +0 -4
  82. package/template/.claude/skills/workflows/workflow-evolve-feature-cascade.md +0 -4
  83. package/template/.claude/skills/workflows/workflow-evolve-feature-classify.md +0 -4
  84. package/template/.claude/skills/workflows/workflow-evolve-feature.md +0 -4
  85. package/template/.claude/skills/workflows/workflow-ideate-discover.md +2 -6
  86. package/template/.claude/skills/workflows/workflow-ideate-extract.md +3 -7
  87. package/template/.claude/skills/workflows/workflow-ideate-validate.md +3 -7
  88. package/template/.claude/skills/workflows/workflow-ideate.md +0 -5
  89. package/template/.claude/skills/workflows/workflow-implement-slice-setup.md +0 -4
  90. package/template/.claude/skills/workflows/workflow-implement-slice-tdd.md +0 -4
  91. package/template/.claude/skills/workflows/workflow-implement-slice.md +0 -4
  92. package/template/.claude/skills/workflows/workflow-plan-phase-preflight.md +2 -6
  93. package/template/.claude/skills/workflows/workflow-plan-phase-write.md +0 -4
  94. package/template/.claude/skills/workflows/workflow-plan-phase.md +2 -6
  95. package/template/.claude/skills/workflows/workflow-propagate-decision-apply.md +0 -4
  96. package/template/.claude/skills/workflows/workflow-propagate-decision-scan.md +0 -4
  97. package/template/.claude/skills/workflows/workflow-propagate-decision.md +0 -4
  98. package/template/.claude/skills/workflows/workflow-remediate-pipeline-assess.md +0 -4
  99. package/template/.claude/skills/workflows/workflow-remediate-pipeline-execute.md +0 -4
  100. package/template/.claude/skills/workflows/workflow-remediate-pipeline.md +0 -4
  101. package/template/.claude/skills/workflows/workflow-remediate-shard-split.md +0 -4
  102. package/template/.claude/skills/workflows/workflow-resolve-ambiguity.md +0 -4
  103. package/template/.claude/skills/workflows/workflow-setup-workspace-cicd.md +0 -4
  104. package/template/.claude/skills/workflows/workflow-setup-workspace-data.md +0 -4
  105. package/template/.claude/skills/workflows/workflow-setup-workspace-hosting.md +0 -4
  106. package/template/.claude/skills/workflows/workflow-setup-workspace-scaffold.md +0 -4
  107. package/template/.claude/skills/workflows/workflow-setup-workspace.md +0 -6
  108. package/template/.claude/skills/workflows/workflow-sync-kit.md +2 -6
  109. package/template/.claude/skills/workflows/workflow-update-architecture-map.md +0 -4
  110. package/template/.claude/skills/workflows/workflow-validate-phase-quality.md +0 -4
  111. package/template/.claude/skills/workflows/workflow-validate-phase-readiness.md +0 -4
  112. package/template/.claude/skills/workflows/workflow-validate-phase.md +0 -4
  113. package/template/.claude/skills/workflows/workflow-verify-infrastructure.md +0 -4
  114. package/template/.claude/skills/workflows/workflow-write-architecture-spec-deepen.md +1 -5
  115. package/template/.claude/skills/workflows/workflow-write-architecture-spec-design.md +2 -6
  116. package/template/.claude/skills/workflows/workflow-write-architecture-spec.md +2 -6
  117. package/template/.claude/skills/workflows/workflow-write-be-spec-classify.md +1 -5
  118. package/template/.claude/skills/workflows/workflow-write-be-spec-write.md +1 -5
  119. package/template/.claude/skills/workflows/workflow-write-be-spec.md +3 -7
  120. package/template/.claude/skills/workflows/workflow-write-fe-spec-classify.md +0 -4
  121. package/template/.claude/skills/workflows/workflow-write-fe-spec-write.md +1 -5
  122. package/template/.claude/skills/workflows/workflow-write-fe-spec.md +3 -7
  123. package/template/CLAUDE.md +14 -14
  124. package/template/docs/README.md +9 -9
  125. package/template/docs/kit-architecture.md +64 -22
@@ -16,7 +16,7 @@ Create new skills for the CFSA Antigravity kit that follow the established forma
16
16
  - User wants to create a new skill for the kit
17
17
  - User wants to package domain knowledge into a reusable skill
18
18
  - User asks "create a skill for X" or "make a skill that does Y"
19
- - Extending the `.agent/skills/` or `.agent/skill-library/` directories
19
+ - Extending the `.claude/skills/` or `.claude/skill-library/` directories
20
20
 
21
21
  ## When NOT to Use
22
22
 
@@ -27,7 +27,7 @@ Create new skills for the CFSA Antigravity kit that follow the established forma
27
27
 
28
28
  ## Skill Anatomy
29
29
 
30
- Every skill lives in a directory under `.agent/skills/` (installed, always available) or `.agent/skill-library/` (catalog, provisioned per-project):
30
+ Every skill lives in a directory under `.claude/skills/` (installed, always available) or `.claude/skill-library/` (catalog, provisioned per-project):
31
31
 
32
32
  ```
33
33
  skill-name/
@@ -80,13 +80,13 @@ Ask these questions (most can be inferred — only ask if genuinely ambiguous):
80
80
  | What domain does this cover? | Determines skill-library placement (stack/surface/meta) |
81
81
  | What triggers it? | Defines the "When to Use" section |
82
82
  | What should it NOT do? | Defines boundaries — prevents scope creep |
83
- | Is this installed or library? | `.agent/skills/` (always active) vs `.agent/skill-library/` (provisioned) |
83
+ | Is this installed or library? | `.claude/skills/` (always active) vs `.claude/skill-library/` (provisioned) |
84
84
 
85
85
  **Decision rules:**
86
- - Cross-cutting concerns (planning, debugging, testing) → `.agent/skills/`
87
- - Tech-specific (React, PostgreSQL, Docker) → `.agent/skill-library/stack/`
88
- - Surface-specific (web perf, mobile UX, API design) → `.agent/skill-library/surface/`
89
- - Meta/tooling (git, MCP builders, tmux) → `.agent/skill-library/meta/`
86
+ - Cross-cutting concerns (planning, debugging, testing) → `.claude/skills/`
87
+ - Tech-specific (React, PostgreSQL, Docker) → `.claude/skill-library/stack/`
88
+ - Surface-specific (web perf, mobile UX, API design) → `.claude/skill-library/surface/`
89
+ - Meta/tooling (git, MCP builders, tmux) → `.claude/skill-library/meta/`
90
90
 
91
91
  ### 2. Research the Domain
92
92
 
@@ -131,7 +131,7 @@ Keep `references/` files focused — one topic per file, not a catchall.
131
131
 
132
132
  ### 5. Register in MANIFEST
133
133
 
134
- If the skill goes in `.agent/skill-library/`, add it to `MANIFEST.md`:
134
+ If the skill goes in `.claude/skill-library/`, add it to `MANIFEST.md`:
135
135
 
136
136
  ```markdown
137
137
  | Category | Skill | Description | When to Provision |
@@ -139,7 +139,7 @@ If the skill goes in `.agent/skill-library/`, add it to `MANIFEST.md`:
139
139
  | stack/databases | postgresql | PostgreSQL patterns... | When project uses PostgreSQL |
140
140
  ```
141
141
 
142
- If the skill goes in `.agent/skills/`, no registration needed — it's always active.
142
+ If the skill goes in `.claude/skills/`, no registration needed — it's always active.
143
143
 
144
144
  ### 6. Validate
145
145
 
@@ -158,7 +158,7 @@ Before committing, verify:
158
158
 
159
159
  ## Skill Placement Guide
160
160
 
161
- ### `.agent/skills/` (Installed Skills)
161
+ ### `.claude/skills/` (Installed Skills)
162
162
 
163
163
  These load automatically for every project. Reserved for:
164
164
  - Pipeline workflow skills (ideation, spec-writing, planning)
@@ -166,7 +166,7 @@ These load automatically for every project. Reserved for:
166
166
  - Agent behavior skills (verification, planning, brainstorming)
167
167
  - Meta skills (skill-creator, find-skills, session-continuity)
168
168
 
169
- ### `.agent/skill-library/` (Library Skills)
169
+ ### `.claude/skill-library/` (Library Skills)
170
170
 
171
171
  Provisioned per-project based on tech stack. Organized by:
172
172
 
@@ -17,7 +17,7 @@ This skill ensures all code development follows TDD principles with comprehensiv
17
17
 
18
18
  ## Stack-Specific References
19
19
 
20
- After reading the methodology below, read the reference matching your surface's Languages column in the surface stack map (`.agent/instructions/tech-stack.md`):
20
+ After reading the methodology below, read the reference matching your surface's Languages column in the surface stack map (`.claude/instructions/tech-stack.md`):
21
21
 
22
22
  | Language | Reference |
23
23
  |----------|-----------|
@@ -10,7 +10,7 @@ Test the right things at the right level — write tests that give you confidenc
10
10
 
11
11
  ## Stack-Specific References
12
12
 
13
- After reading the methodology below, read the reference matching your surface's Languages column in the surface stack map (`.agent/instructions/tech-stack.md`):
13
+ After reading the methodology below, read the reference matching your surface's Languages column in the surface stack map (`.claude/instructions/tech-stack.md`):
14
14
 
15
15
  | Language | Reference |
16
16
  |----------|-----------|
@@ -1,6 +1,6 @@
1
1
  # Workflow Skills
2
2
 
3
- This directory contains Claude Code workflow skills that port Antigravity pipeline workflows.
3
+ This directory contains Claude Code workflow skills for the CFSA pipeline.
4
4
 
5
5
  ## Files
6
6
 
@@ -69,7 +69,7 @@ When adding a new workflow skill:
69
69
  2. Use `workflow-<name>-<shard>.md` for shard skills
70
70
  3. Include frontmatter: `name`, `description`, `parameters`
71
71
  4. Keep deterministic step order and explicit stop gates
72
- 5. Add parity links to source `.agent/workflows/*.md`
72
+ 5. Keep command and shard references self-contained within `.claude/`
73
73
 
74
74
  ## Conventions
75
75
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/audit-ambiguity-execute.md`
15
-
16
- Port of `.agent/workflows/audit-ambiguity-execute.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/audit-ambiguity-rubrics.md`
15
-
16
- Port of `.agent/workflows/audit-ambiguity-rubrics.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -12,10 +12,6 @@ parameters:
12
12
 
13
13
  Runs ambiguity auditing in two shards: rubrics → execute.
14
14
 
15
- Parity source:
16
- - `.agent/workflows/audit-ambiguity.md`
17
- - `.agent/workflows/audit-ambiguity-rubrics.md`
18
- - `.agent/workflows/audit-ambiguity-execute.md`
19
15
 
20
16
  ## Prerequisites
21
17
 
@@ -10,14 +10,10 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/bootstrap-agents-fill.md`
15
-
16
- Port of `.agent/workflows/bootstrap-agents-fill.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
20
- 1. Apply per-surface updates in `.agent/instructions/tech-stack.md` without clobbering unrelated filled cells.
16
+ 1. Apply per-surface updates in `.claude/instructions/tech-stack.md` without clobbering unrelated filled cells.
21
17
  2. Apply cross-cutting and global settings updates.
22
18
  3. Fill instruction templates (`commands.md`, `workflow.md`, `patterns.md`, `structure.md`) where values are provided.
23
19
  4. Sync root config placeholders in `AGENTS.md` and `GEMINI.md`.
@@ -10,16 +10,12 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/bootstrap-agents-provision.md`
15
-
16
- Port of `.agent/workflows/bootstrap-agents-provision.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
20
16
  1. Read stack map and manifest.
21
17
  2. Resolve each referenced skill name using: exact → partial+adequacy → external discovery → human escalation.
22
- 3. Install resolved skills idempotently into `.agent/skills/`.
18
+ 3. Install resolved skills idempotently into `.claude/skills/`.
23
19
  4. Update installed-skills sections in stack map and root config files.
24
20
  5. Compose `FRAMEWORK_PATTERNS` when frontend-capable frameworks are present and route back through fill.
25
21
  6. Resolve and fill `CONTRACT_LIBRARY` per language set.
@@ -12,10 +12,6 @@ parameters:
12
12
 
13
13
  Utility orchestrator for surgical, idempotent bootstrap updates.
14
14
 
15
- Parity source:
16
- - `.agent/workflows/bootstrap-agents.md`
17
- - `.agent/workflows/bootstrap-agents-fill.md`
18
- - `.agent/workflows/bootstrap-agents-provision.md`
19
15
 
20
16
  ## Step-by-Step
21
17
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/create-prd-architecture.md`
15
-
16
- Port of `.agent/workflows/create-prd-architecture.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/create-prd-compile.md`
15
-
16
- Port of `.agent/workflows/create-prd-compile.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/create-prd-design-system.md`
15
-
16
- Port of `.agent/workflows/create-prd-design-system.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/create-prd-security.md`
15
-
16
- Port of `.agent/workflows/create-prd-security.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/create-prd-stack.md`
15
-
16
- Port of `.agent/workflows/create-prd-stack.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -12,13 +12,6 @@ parameters:
12
12
 
13
13
  Runs the create-prd stage in five shards and compiles final architecture outputs.
14
14
 
15
- Parity source:
16
- - `.agent/workflows/create-prd.md`
17
- - `.agent/workflows/create-prd-stack.md`
18
- - `.agent/workflows/create-prd-design-system.md`
19
- - `.agent/workflows/create-prd-architecture.md`
20
- - `.agent/workflows/create-prd-security.md`
21
- - `.agent/workflows/create-prd-compile.md`
22
15
 
23
16
  ## Prerequisites
24
17
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/decompose-architecture-structure.md`
15
-
16
- Port of `.agent/workflows/decompose-architecture-structure.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/decompose-architecture-validate.md`
15
-
16
- Port of `.agent/workflows/decompose-architecture-validate.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -12,10 +12,6 @@ parameters:
12
12
 
13
13
  Runs decomposition in two shards: structure → validate.
14
14
 
15
- Parity source:
16
- - `.agent/workflows/decompose-architecture.md`
17
- - `.agent/workflows/decompose-architecture-structure.md`
18
- - `.agent/workflows/decompose-architecture-validate.md`
19
15
 
20
16
  ## Prerequisites
21
17
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/evolve-contract.md`
15
-
16
- Port of `.agent/workflows/evolve-contract.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/evolve-feature-cascade.md`
15
-
16
- Port of `.agent/workflows/evolve-feature-cascade.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/evolve-feature-classify.md`
15
-
16
- Port of `.agent/workflows/evolve-feature-classify.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/evolve-feature.md`
15
-
16
- Port of `.agent/workflows/evolve-feature.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/ideate-discover.md`
15
-
16
- Port of `.agent/workflows/ideate-discover.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -31,12 +27,12 @@ Port of `.agent/workflows/ideate-discover.md` to Claude Code skill format.
31
27
  ### Step 2 — Read engagement tier and apply gate behavior
32
28
 
33
29
  1. Read `## Engagement Tier` from ideation index.
34
- 2. Apply gate behavior from `.agent/skills/prd-templates/references/engagement-tier-protocol.md`.
30
+ 2. Apply gate behavior from `.claude/skills/prd-templates/references/engagement-tier-protocol.md`.
35
31
  3. If tier missing, default to Hybrid and request override/confirmation.
36
32
 
37
33
  ### Step 3 — Recursive domain exploration
38
34
 
39
- 1. Execute recursive exhaustion protocol in `.agent/skills/idea-extraction/SKILL.md`.
35
+ 1. Execute recursive exhaustion protocol in `.claude/skills/idea-extraction/SKILL.md`.
40
36
  2. Route by expansion mode from ideation index:
41
37
  - Full
42
38
  - Vertical
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/ideate-extract.md`
15
-
16
- Port of `.agent/workflows/ideate-extract.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -24,8 +20,8 @@ Port of `.agent/workflows/ideate-extract.md` to Claude Code skill format.
24
20
 
25
21
  ### Step 1 — Input assessment
26
22
 
27
- 1. Read and apply input classification protocol from `.agent/skills/prd-templates/references/input-classification.md`.
28
- 2. Read `.agent/skills/idea-extraction/SKILL.md` and run mode-specific path:
23
+ 1. Read and apply input classification protocol from `.claude/skills/prd-templates/references/input-classification.md`.
24
+ 2. Read `.claude/skills/idea-extraction/SKILL.md` and run mode-specific path:
29
25
  - Extraction mode (rich input)
30
26
  - Expansion mode (thin input)
31
27
  - Interview mode (verbal/no file)
@@ -49,7 +45,7 @@ Port of `.agent/workflows/ideate-extract.md` to Claude Code skill format.
49
45
 
50
46
  ### Step 4 — Seed fractal ideation folder
51
47
 
52
- 1. Follow folder seeding protocol from `.agent/skills/prd-templates/references/folder-seeding-protocol.md`.
48
+ 1. Follow folder seeding protocol from `.claude/skills/prd-templates/references/folder-seeding-protocol.md`.
53
49
  2. Create required node artifacts (`{slug}-index.md`, `{slug}-cx.md`, feature leaves).
54
50
  3. Verify `docs/plans/ideation/.gitkeep` and `docs/plans/ideation/README.md` remain present.
55
51
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/ideate-validate.md`
15
-
16
- Port of `.agent/workflows/ideate-validate.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -29,13 +25,13 @@ Port of `.agent/workflows/ideate-validate.md` to Claude Code skill format.
29
25
 
30
26
  ### Step 2 — Constraints and metrics
31
27
 
32
- 1. Run constraint exploration via `.agent/skills/prd-templates/references/constraint-exploration.md`.
28
+ 1. Run constraint exploration via `.claude/skills/prd-templates/references/constraint-exploration.md`.
33
29
  2. Detect showstoppers and pause for user decision when found.
34
30
  3. Write `docs/plans/ideation/meta/constraints.md` with at least one constraint entry.
35
31
 
36
32
  ### Step 3 — Domain exhaustion and missing-domain reasoning
37
33
 
38
- 1. Run domain exhaustion criteria from `.agent/skills/prd-templates/references/domain-exhaustion-criteria.md`.
34
+ 1. Run domain exhaustion criteria from `.claude/skills/prd-templates/references/domain-exhaustion-criteria.md`.
39
35
  2. Perform missing-domain reasoning:
40
36
  - product archetype baseline
41
37
  - folder coverage comparison
@@ -57,7 +53,7 @@ If tier is Auto:
57
53
 
58
54
  ### Step 6 — Ideation rubric quality gate and review request
59
55
 
60
- 1. Apply ideation rubric (`.agent/skills/pipeline-rubrics/references/ideation-rubric.md`) across all dimensions.
56
+ 1. Apply ideation rubric (`.claude/skills/pipeline-rubrics/references/ideation-rubric.md`) across all dimensions.
61
57
  2. Resolve warning/fail dimensions before review request unless loop guard threshold reached.
62
58
  3. Request user review of ideation index and vision outputs.
63
59
  4. Stop and wait for explicit approval.
@@ -12,11 +12,6 @@ parameters:
12
12
 
13
13
  Runs the ideation stage in three shards: extract → discover → validate.
14
14
 
15
- Parity source:
16
- - `.agent/workflows/ideate.md`
17
- - `.agent/workflows/ideate-extract.md`
18
- - `.agent/workflows/ideate-discover.md`
19
- - `.agent/workflows/ideate-validate.md`
20
15
 
21
16
  ## Prerequisites
22
17
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/implement-slice-setup.md`
15
-
16
- Port of `.agent/workflows/implement-slice-setup.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/implement-slice-tdd.md`
15
-
16
- Port of `.agent/workflows/implement-slice-tdd.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -12,10 +12,6 @@ parameters:
12
12
 
13
13
  Runs slice implementation in two shards: setup → tdd.
14
14
 
15
- Parity source:
16
- - `.agent/workflows/implement-slice.md`
17
- - `.agent/workflows/implement-slice-setup.md`
18
- - `.agent/workflows/implement-slice-tdd.md`
19
15
 
20
16
  ## Prerequisites
21
17
 
@@ -10,21 +10,17 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/plan-phase-preflight.md`
15
-
16
- Port of `.agent/workflows/plan-phase-preflight.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
20
16
  1. Approved IA/BE/FE specs exist
21
- 2. Progress state files exist under `.agent/progress/`
17
+ 2. Progress state files exist under `.claude/progress/`
22
18
 
23
19
  ## Step-by-Step
24
20
 
25
21
  ### Step 0 — Phase sequencing gate
26
22
 
27
- 1. Read `.agent/progress/index.md` for current phase number.
23
+ 1. Read `.claude/progress/index.md` for current phase number.
28
24
  2. If planning Phase N>1, verify Phase N-1 is complete and has passing `/validate-phase`.
29
25
  3. Run architecture map freshness warning gate for N>1 (warning + user resolution).
30
26
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/plan-phase-write.md`
15
-
16
- Port of `.agent/workflows/plan-phase-write.md` to Claude Code skill format.
17
13
 
18
14
  ## Prerequisites
19
15
 
@@ -12,15 +12,11 @@ parameters:
12
12
 
13
13
  Runs phase planning in two shards: preflight → write.
14
14
 
15
- Parity source:
16
- - `.agent/workflows/plan-phase.md`
17
- - `.agent/workflows/plan-phase-preflight.md`
18
- - `.agent/workflows/plan-phase-write.md`
19
15
 
20
16
  ## Prerequisites
21
17
 
22
18
  1. IA, BE, and FE spec layers are fully complete
23
- 2. Phase progression state exists in `.agent/progress/`
19
+ 2. Phase progression state exists in `.claude/progress/`
24
20
  3. Architecture phasing section and spec indexes are available
25
21
 
26
22
  ## Step-by-Step
@@ -48,7 +44,7 @@ Call skill: `plan-phase-write`
48
44
  Expected outputs:
49
45
  - `docs/plans/phases/phase-N.md`
50
46
  - `docs/plans/phases/phase-N-draft.md`
51
- - generated progress files in `.agent/progress/`
47
+ - generated progress files in `.claude/progress/`
52
48
  - verified bootstrap/map completeness for planning prerequisites
53
49
 
54
50
  ## Completion Checklist
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/propagate-decision-apply.md`
15
-
16
- Port of `.agent/workflows/propagate-decision-apply.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/propagate-decision-scan.md`
15
-
16
- Port of `.agent/workflows/propagate-decision-scan.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/propagate-decision.md`
15
-
16
- Port of `.agent/workflows/propagate-decision.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/remediate-pipeline-assess.md`
15
-
16
- Port of `.agent/workflows/remediate-pipeline-assess.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/remediate-pipeline-execute.md`
15
-
16
- Port of `.agent/workflows/remediate-pipeline-execute.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/remediate-pipeline.md`
15
-
16
- Port of `.agent/workflows/remediate-pipeline.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/remediate-shard-split.md`
15
-
16
- Port of `.agent/workflows/remediate-shard-split.md`.
17
13
 
18
14
  ## Step-by-Step
19
15
 
@@ -10,10 +10,6 @@ parameters:
10
10
 
11
11
  ## Overview
12
12
 
13
- Parity source:
14
- - `.agent/workflows/resolve-ambiguity.md`
15
-
16
- Port of `.agent/workflows/resolve-ambiguity.md`.
17
13
 
18
14
  ## Step-by-Step
19
15