godpowers 0.15.17 → 1.0.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 CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "godpowers",
3
- "version": "0.15.17",
3
+ "version": "1.0.0",
4
4
  "description": "AI-powered development system: 105 slash commands and 39 specialist agents that take a project from raw idea to hardened production. Runs inside Claude Code, Codex, Cursor, Windsurf, Gemini, and 10+ other AI coding tools.",
5
5
  "bin": {
6
6
  "godpowers": "./bin/install.js"
7
7
  },
8
8
  "scripts": {
9
- "test": "node scripts/validate-skills.js && node scripts/test-doc-surface-counts.js && bash scripts/smoke.sh && node scripts/test-runtime.js && node scripts/test-router.js && node scripts/test-recipes.js && node scripts/test-context-writer.js && node scripts/test-artifact-linter.js && node scripts/test-artifact-diff.js && node scripts/test-design-foundation.js && node scripts/test-linkage.js && node scripts/test-impact.js && node scripts/test-reverse-sync.js && node scripts/test-integration.js && node scripts/test-cross-artifact.js && node scripts/test-awesome-design.js && node scripts/test-skillui-bridge.js && node scripts/test-runtime-verification.js && node scripts/test-agent-browser.js && node scripts/test-mode-d.js && node scripts/test-runtime-heuristics.js && node scripts/test-agent-validator.js && node scripts/test-story-validator.js && node scripts/test-state.js && node scripts/test-intent.js && node scripts/test-events.js && node scripts/test-golden-artifacts.js && node scripts/test-install-smoke.js && node scripts/test-checkpoint.js && node scripts/test-extensions.js && node scripts/test-event-reader.js && node scripts/test-state-lock.js && node scripts/test-cost-saver.js && node scripts/test-budget-onoff.js && node scripts/test-workflow-runner.js && node scripts/test-otel-exporter.js && node scripts/test-extensions-publish.js",
9
+ "test": "node scripts/validate-skills.js && node scripts/test-doc-surface-counts.js && bash scripts/smoke.sh && node scripts/test-runtime.js && node scripts/test-router.js && node scripts/test-recipes.js && node scripts/test-context-writer.js && node scripts/test-pillars.js && node scripts/test-artifact-linter.js && node scripts/test-artifact-diff.js && node scripts/test-design-foundation.js && node scripts/test-linkage.js && node scripts/test-impact.js && node scripts/test-reverse-sync.js && node scripts/test-integration.js && node scripts/test-cross-artifact.js && node scripts/test-awesome-design.js && node scripts/test-skillui-bridge.js && node scripts/test-runtime-verification.js && node scripts/test-agent-browser.js && node scripts/test-mode-d.js && node scripts/test-runtime-heuristics.js && node scripts/test-agent-validator.js && node scripts/test-story-validator.js && node scripts/test-state.js && node scripts/test-intent.js && node scripts/test-events.js && node scripts/test-golden-artifacts.js && node scripts/test-install-smoke.js && node scripts/test-checkpoint.js && node scripts/test-extensions.js && node scripts/test-event-reader.js && node scripts/test-state-lock.js && node scripts/test-cost-saver.js && node scripts/test-budget-onoff.js && node scripts/test-workflow-runner.js && node scripts/test-otel-exporter.js && node scripts/test-extensions-publish.js",
10
10
  "prepublishOnly": "npm test",
11
11
  "validate-skills": "node scripts/validate-skills.js",
12
12
  "test:surface": "node scripts/test-doc-surface-counts.js",
@@ -15,6 +15,7 @@
15
15
  "test:router": "node scripts/test-router.js",
16
16
  "test:recipes": "node scripts/test-recipes.js",
17
17
  "test:context": "node scripts/test-context-writer.js",
18
+ "test:pillars": "node scripts/test-pillars.js",
18
19
  "test:linter": "node scripts/test-artifact-linter.js",
19
20
  "test:diff": "node scripts/test-artifact-diff.js"
20
21
  },
@@ -71,6 +72,7 @@
71
72
  "lib/",
72
73
  "extensions/",
73
74
  "INSPIRATION.md",
75
+ "RELEASE.md",
74
76
  "SKILL.md",
75
77
  "AGENTS.md",
76
78
  "CHANGELOG.md",
@@ -19,6 +19,10 @@ Orchestrate the build via specialist agents.
19
19
  - `.godpowers/stack/DECISION.md` exists (skip if scale is trivial)
20
20
  - Repo is scaffolded
21
21
  2. If any gate fails: tell user which command to run first
22
+ 3. Compute the Pillars load set for the build task with
23
+ `lib/pillars.computeLoadSet(projectRoot, taskText)`. Always load
24
+ `agents/context.md` and `agents/repo.md`, then pass only task-relevant
25
+ pillars into each planner or executor context.
22
26
 
23
27
  ## Orchestration
24
28
 
@@ -57,6 +61,9 @@ After all waves:
57
61
  the command, and repeat until green or until the same root failure survives
58
62
  3 repair attempts.
59
63
  5. Update PROGRESS.md: Build status = done
64
+ 6. If the build plan or implementation establishes durable conventions, plan
65
+ pillar updates through `lib/pillars.planArtifactSync`. Under
66
+ `/god-mode --yolo`, apply those updates immediately and log the decision.
60
67
 
61
68
  ## Pause Conditions
62
69
 
@@ -1,9 +1,10 @@
1
1
  ---
2
2
  name: god-context
3
3
  description: |
4
- Manage the Godpowers fenced section in project-level AI instruction files
5
- (AGENTS.md, CLAUDE.md, GEMINI.md, .cursor/rules/, .windsurfrules,
6
- .github/copilot-instructions.md, .clinerules, .roo/, .continue/).
4
+ Manage native Pillars project context plus the Godpowers fenced section in
5
+ project-level AI instruction files (AGENTS.md, CLAUDE.md, GEMINI.md,
6
+ .cursor/rules/, .windsurfrules, .github/copilot-instructions.md,
7
+ .clinerules, .roo/, .continue/).
7
8
 
8
9
  Triggers on: "god context", "/god-context", "tell ai tools", "ai instructions",
9
10
  "context off", "context status", "agents.md", "claude.md", "gemini.md"
@@ -11,33 +12,46 @@ description: |
11
12
 
12
13
  # /god-context
13
14
 
14
- Tell your AI coding tools that this is a Godpowers project. The skill writes
15
- a fenced section to `AGENTS.md` (canonical) and 1-line pointer fences to any
15
+ Tell your AI coding tools that this is a Godpowers project. Godpowers projects
16
+ use Pillars as the native project context layer: root `AGENTS.md` plus
17
+ `agents/*.md` pillar files. This skill keeps that layer present and writes a
18
+ Godpowers fenced section to `AGENTS.md` plus 1-line pointer fences to any
16
19
  detected tool's instruction file (CLAUDE.md, GEMINI.md, etc.). You can turn
17
- it off, check status, or refresh on demand.
20
+ the Godpowers fences off, check status, or refresh on demand.
18
21
 
19
22
  ## Subcommands
20
23
 
21
24
  | Form | What it does |
22
25
  |---|---|
23
26
  | `/god-context` (no args) | Same as `status`. |
24
- | `/god-context on` | Write AGENTS.md and pointers for any detected AI tools. |
25
- | `/god-context off` | Remove the Godpowers fence from every target file. |
26
- | `/god-context status` | Show which targets have a fence and which tools were detected. |
27
+ | `/god-context on` | Ensure Pillars exists, then write AGENTS.md and pointers for any detected AI tools. |
28
+ | `/god-context off` | Remove the Godpowers fence from every target file. Leave Pillars intact. |
29
+ | `/god-context status` | Show Pillars health, which targets have a fence, and which tools were detected. |
27
30
  | `/god-context refresh` | Same as `on`. Re-derives content from current state. |
28
31
 
29
32
  ## Process
30
33
 
31
34
  1. Verify `.godpowers/` exists. If not, suggest `/god-init` first.
32
35
  2. Read `.godpowers/state.json`.
33
- 3. Spawn `god-context-writer` agent with the requested mode.
34
- 4. Report results.
36
+ 3. Call `lib/pillars.detect(projectRoot)`.
37
+ 4. If Pillars is absent or partial, call `lib/pillars.init(projectRoot)`.
38
+ 5. Spawn `god-context-writer` agent with the requested mode.
39
+ 6. Report results.
35
40
 
36
41
  ## What gets written
37
42
 
38
- **Always (canonical):**
43
+ **Always (native project context):**
39
44
 
40
- - `AGENTS.md` - full Godpowers section (under 30 lines)
45
+ - `AGENTS.md` - Pillars loading protocol plus the Godpowers fenced section
46
+ - `agents/context.md` - always-loaded project identity and product invariants
47
+ - `agents/repo.md` - always-loaded repository layout and naming conventions
48
+ - Core pillar stubs for `stack`, `arch`, `data`, `api`, `ui`, `auth`,
49
+ `quality`, `deploy`, and `observe`
50
+
51
+ **Godpowers managed fence:**
52
+
53
+ - `AGENTS.md` - full Godpowers section (under 30 lines), inside the
54
+ `godpowers` fence
41
55
 
42
56
  **Only if detected (pointer):**
43
57
 
@@ -122,8 +136,8 @@ When `/god-sync` runs (post-arc, or any sync), `god-updater` calls this skill
122
136
  with `refresh` to keep `AGENTS.md` content aligned with the latest project
123
137
  state (mode, scale, completed tiers, active artifacts).
124
138
 
125
- You can disable this by running `/god-context off`. It won't be re-enabled
126
- without your explicit `/god-context on`.
139
+ You can disable the Godpowers fences by running `/god-context off`. Pillars
140
+ remains because it is the native context contract for Godpowers projects.
127
141
 
128
142
  ## Privacy / portability
129
143
 
@@ -48,7 +48,7 @@ GODPOWERS DOCTOR
48
48
  Install: claude (~/.claude/)
49
49
  [OK] 105 skills installed
50
50
  [OK] 39 agents installed
51
- [OK] VERSION matches (0.15.17)
51
+ [OK] VERSION matches (1.0.0)
52
52
  [WARN] routing/god-doctor.yaml exists but skill file did not until now
53
53
 
54
54
  Project: /Users/.../my-project/.godpowers/
@@ -31,7 +31,7 @@ Description:
31
31
  specific checks.
32
32
 
33
33
  Engines:
34
- godpowers: >=0.14.0 <2.0.0 (compatible with running v0.15.17? YES)
34
+ godpowers: >=0.14.0 <2.0.0 (compatible with running v1.0.0? YES)
35
35
 
36
36
  Provides:
37
37
  Agents (3):
@@ -30,6 +30,10 @@ Add a feature to an already-existing project.
30
30
 
31
31
  1. Verify `.godpowers/` exists. If not, fall back to /god-init first.
32
32
  2. Read existing PRD, ARCH, ROADMAP for context
33
+ 3. Compute the Pillars load set for the feature request with
34
+ `lib/pillars.computeLoadSet(projectRoot, taskText)`. Load
35
+ `agents/context.md` and `agents/repo.md` first, then task-routed pillars
36
+ such as `auth`, `data`, `api`, `ui`, or `quality`.
33
37
 
34
38
  ## Orchestration
35
39
 
@@ -65,6 +69,11 @@ audited at .godpowers/harden/FINDINGS.md."
65
69
  No landing page. No marketing. The feature ships behind a flag, gradually
66
70
  enabled. Update CHANGELOG.
67
71
 
72
+ ### Phase 7: Pillars sync
73
+ If the feature changes durable project truth, plan updates through
74
+ `lib/pillars.planArtifactSync`. Default mode proposes the pillar edits for
75
+ review. Under `/god-mode --yolo`, apply them immediately and log the decision.
76
+
68
77
  ## On Completion
69
78
 
70
79
  ```
@@ -2,8 +2,8 @@
2
2
  name: god-init
3
3
  description: |
4
4
  Initialize a Godpowers project. Detects operating mode (greenfield, gap-fill,
5
- audit, multi-repo) and project scale. Creates .godpowers/ directory with
6
- PROGRESS.md.
5
+ audit, multi-repo) and project scale. Creates native Pillars project context
6
+ plus the .godpowers/ workflow state directory with PROGRESS.md.
7
7
 
8
8
  Triggers on: "god init", "start a project", "new project", "initialize"
9
9
  ---
@@ -18,8 +18,9 @@ This skill is a thin wrapper. Detection happens automatically; user never
18
18
  needs to specify a mode.
19
19
 
20
20
  1. Check if `.godpowers/` already exists:
21
- - If yes: read PROGRESS.md, report current state, ask if user wants to
22
- reset or resume
21
+ - If yes: read PROGRESS.md, call `lib/pillars.pillarizeExisting(projectRoot)`
22
+ to ensure the existing Godpowers project is also Pillar-ized, report
23
+ current state, ask if user wants to reset or resume
23
24
  - If no: proceed with initialization
24
25
 
25
26
  2. **Auto-detect what kind of project this is** (background, no user prompt):
@@ -55,7 +56,23 @@ needs to specify a mode.
55
56
  and `/god-mode` can place `/god-design` after PRD and before
56
57
  `/god-arch` when the project needs early product-experience shape.
57
58
 
58
- 3. **Announce findings in plain English** (no jargon):
59
+ 3. **Initialize native Pillars context**:
60
+ - Call `lib/pillars.init(projectRoot, findings)`.
61
+ - Ensure root `AGENTS.md` contains the Pillars loading protocol.
62
+ - Ensure `agents/context.md` and `agents/repo.md` exist with
63
+ `always_load: true`.
64
+ - Ensure Tier 1 Core pillar stubs exist for `stack`, `arch`, `data`, `api`,
65
+ `ui`, `auth`, `quality`, `deploy`, and `observe`.
66
+ - Preserve existing files. Create missing pillars as `status: stub` unless
67
+ Godpowers has strong evidence to mark them `present`.
68
+ - For an existing `.godpowers/` project, call
69
+ `lib/pillars.pillarizeExisting(projectRoot)` so current PRD, ARCH, STACK,
70
+ ROADMAP, BUILD, DEPLOY, OBSERVE, HARDEN, DESIGN, and PRODUCT artifacts
71
+ become managed source references in the relevant pillars.
72
+ - This is not optional for Godpowers projects. A Godpowers project is a
73
+ Pillars project by default.
74
+
75
+ 4. **Announce findings in plain English** (no jargon):
59
76
  - Empty dir + no org context: "Detected: empty directory. Starting fresh."
60
77
  - Empty dir + org context: "Detected: empty directory + org standards.
61
78
  I'll respect your org's tooling/infrastructure choices."
@@ -75,6 +92,8 @@ needs to specify a mode.
75
92
  - Write `.godpowers/prep/INITIAL-FINDINGS.md`
76
93
  - Run planning-system context detection for GSD, Superpowers, and BMAD
77
94
  - Write `.godpowers/prep/IMPORTED-CONTEXT.md` when useful context exists
95
+ - Initialize native Pillars context and record Pillars health in
96
+ `INITIAL-FINDINGS.md`
78
97
  - For brownfield: schedule archaeology + reconstruction as preflight
79
98
  - For bluefield: load org-context as constraint
80
99
  - Create directory structure
@@ -90,6 +109,19 @@ needs to specify a mode.
90
109
 
91
110
  5. Create the directory structure:
92
111
  ```
112
+ AGENTS.md
113
+ agents/
114
+ context.md
115
+ repo.md
116
+ stack.md
117
+ arch.md
118
+ data.md
119
+ api.md
120
+ ui.md
121
+ auth.md
122
+ quality.md
123
+ deploy.md
124
+ observe.md
93
125
  .godpowers/
94
126
  PROGRESS.md
95
127
  prep/
@@ -132,17 +164,22 @@ needs to specify a mode.
132
164
  Always create `.godpowers/prep/INITIAL-FINDINGS.md`. This is Godpowers'
133
165
  durable answer to "what did init find in this codebase?" It captures codebase
134
166
  shape, framework and tooling signals, tests, CI, docs, AI-tool files, detected
135
- methodology systems, UI or product-experience signals, risk signals, and the
136
- reasoning behind the suggested next command.
167
+ methodology systems, Pillars health, UI or product-experience signals, risk
168
+ signals, and the reasoning behind the suggested next command.
137
169
 
138
170
  If GSD, Superpowers, BMAD, or similar planning context is detected, create
139
171
  `.godpowers/prep/IMPORTED-CONTEXT.md`. This artifact is preparation context,
140
172
  not source of truth. It feeds PRD, architecture, roadmap, and stack decisions
141
173
  as hypothesis-level input only.
142
174
 
143
- ## AI-tool context (automatic for explicit init)
175
+ ## Native Pillars context and AI-tool context
144
176
 
145
- After PROGRESS.md is written, decide from the trigger phrase:
177
+ After PROGRESS.md is written, Pillars context is already present. Every
178
+ Godpowers project uses `AGENTS.md` plus `agents/*.md` as its native project
179
+ truth layer.
180
+
181
+ Then decide from the trigger phrase whether to write Godpowers pointer fences
182
+ for individual AI tools:
146
183
 
147
184
  - If the user explicitly invoked `god init` or `/god-init`, write AI-tool
148
185
  context automatically. The command itself is explicit consent to initialize
@@ -19,7 +19,9 @@ You are receiving a /god-mode invocation. Your job is to spawn the
19
19
  1. Resolve whether this is a new arc or a resume:
20
20
  - If `.godpowers/state.json`, `.godpowers/PROGRESS.md`, or
21
21
  `.godpowers/CHECKPOINT.md` exists, this is a resume. Do not ask the user
22
- to describe the project again. Rehydrate intent from disk and continue.
22
+ to describe the project again. Call
23
+ `lib/pillars.pillarizeExisting(projectRoot)` first, then rehydrate intent
24
+ from disk and continue.
23
25
  - If no durable Godpowers state exists and no project description was
24
26
  supplied in the invocation, greet briefly: "God Mode engaged. Describe
25
27
  what you want to build."
@@ -34,6 +36,8 @@ You are receiving a /god-mode invocation. Your job is to spawn the
34
36
  "How to announce" section)
35
37
 
36
38
  3. Load durable resume context before asking anything:
39
+ - Pillars load set from `lib/pillars.computeLoadSet(projectRoot, taskText)`,
40
+ starting with `agents/context.md` and `agents/repo.md`
37
41
  - `.godpowers/CHECKPOINT.md` first, when present
38
42
  - `.godpowers/state.json`
39
43
  - `.godpowers/PROGRESS.md`
@@ -74,6 +78,8 @@ You are receiving a /god-mode invocation. Your job is to spawn the
74
78
  - Instruction to read `.godpowers/prep/INITIAL-FINDINGS.md` and
75
79
  `.godpowers/prep/IMPORTED-CONTEXT.md` if present before choosing the
76
80
  first planning or build step
81
+ - Instruction to compute and load the Pillars load set before every major
82
+ command, because Pillars is the native project context layer
77
83
  - Instruction to run `/god-design` after `/god-prd` and before `/god-arch`
78
84
  when initial findings, imported planning context, the PRD, or the
79
85
  codebase show UI or product-experience signals
@@ -162,7 +168,9 @@ Default: If you say "go", I'll pick [X] because [Y].
162
168
 
163
169
  ### --yolo
164
170
  Pass through to orchestrator. Orchestrator picks defaults at every pause point
165
- and logs decisions to `.godpowers/YOLO-DECISIONS.md`.
171
+ and logs decisions to `.godpowers/YOLO-DECISIONS.md`. Pillar sync proposals
172
+ generated from durable Godpowers artifact changes are auto-applied in this
173
+ mode and logged as YOLO decisions.
166
174
 
167
175
  ### --conservative
168
176
  Pass through. Orchestrator pauses at every tier boundary.
@@ -198,6 +206,16 @@ Under `--yolo`, the sync step auto-applies (no pause). Under
198
206
  `--conservative`, it pauses for confirmation. Under `--with-hygiene`,
199
207
  it runs alongside the hygiene pass.
200
208
 
209
+ The sync step also reconciles native Pillars context. When `.godpowers`
210
+ artifacts create or change durable project truth, Godpowers maps those changes
211
+ to relevant pillar files through `lib/pillars.planArtifactSync`. Default mode
212
+ proposes pillar updates for review. `--yolo` applies them immediately and logs
213
+ the action to `.godpowers/YOLO-DECISIONS.md`.
214
+
215
+ If `/god-mode` resumes an existing `.godpowers` project that lacks Pillars,
216
+ it Pillar-izes the project before continuing. Existing `.godpowers` artifacts
217
+ become managed source references in the relevant `agents/*.md` files.
218
+
201
219
  The sync step is what closes the loop between greenfield arc creation and
202
220
  the comprehensive 14-artifact reconciliation system. See
203
221
  `docs/greenfield-coverage.md` for what's created when.
@@ -15,7 +15,11 @@ Spawn two specialist review agents in fresh contexts via Task tool.
15
15
 
16
16
  1. Gather context: what code is being reviewed? (recent diff, specific files, PR)
17
17
  2. Locate the relevant plan or PRD acceptance criteria
18
- 3. Run Stage 1 first, then Stage 2 only if Stage 1 passes
18
+ 3. Compute the Pillars load set from the task and changed files with
19
+ `lib/pillars.computeLoadSet(projectRoot, taskText)`. Reviews may cite
20
+ violations of `agents/auth.md`, `agents/data.md`, `agents/ui.md`, or any
21
+ other loaded pillar directly.
22
+ 4. Run Stage 1 first, then Stage 2 only if Stage 1 passes
19
23
 
20
24
  ## Stage 1: Spec Compliance
21
25
 
@@ -29,7 +29,10 @@ User runs `/god-sync` after manual changes. Useful for:
29
29
  ## Setup
30
30
 
31
31
  1. Verify `.godpowers/` exists
32
- 2. Spawn god-updater in fresh context with:
32
+ 2. Call `lib/pillars.pillarizeExisting(projectRoot)` if Pillars is absent or
33
+ partial, because every Godpowers project must also carry native Pillars
34
+ context.
35
+ 3. Spawn god-updater in fresh context with:
33
36
  - The reconciliation verdict (if available from a prior /god-reconcile)
34
37
  - Or: re-run reconciliation against current state to detect what changed
35
38
  - Recent commits for context
@@ -39,8 +42,10 @@ User runs `/god-sync` after manual changes. Useful for:
39
42
  After god-updater returns:
40
43
  1. Verify each touched artifact passes its tier's have-nots
41
44
  2. Verify SYNC-LOG.md was appended
42
- 3. Verify state.json reflects new tier statuses
43
- 4. Display summary of what changed
45
+ 3. Verify Pillars source sections were updated for any changed durable
46
+ artifact. Under `--yolo`, pillar updates are auto-applied and logged.
47
+ 4. Verify state.json reflects new tier statuses
48
+ 5. Display summary of what changed
44
49
 
45
50
  ## Output
46
51
 
@@ -74,6 +79,7 @@ Suggested next: /god-status
74
79
  | Backlog cruft | Resolved entries linked to commits |
75
80
  | Orphan todos | Closes superseded todos |
76
81
  | Lost threads | Active threads get progress notes |
82
+ | Pillars drift | Keeps `agents/*.md` aligned with current `.godpowers` artifacts |
77
83
 
78
84
  The loop:
79
85
 
@@ -14,7 +14,7 @@ Print version and a short capability summary.
14
14
  ## Output
15
15
 
16
16
  ```
17
- Godpowers v0.15.17
17
+ Godpowers v1.0.0
18
18
  Install: /Users/.../.claude/ (matches package.json)
19
19
  Surface: 105 skills, 39 agents, 13 workflows, 36 recipes
20
20
  Schema: intent.v1, state.v1, events.v1, workflow.v1, routing.v1, recipe.v1
@@ -36,5 +36,6 @@
36
36
 
37
37
  - [DECISION] Godpowers agents may use this artifact as preparation context only.
38
38
  - [DECISION] This artifact must not override `.godpowers/intent.yaml`, `.godpowers/state.json`, `PROGRESS.md`, or any completed Godpowers artifact.
39
+ - [DECISION] This artifact must not override native Pillars files under `agents/*.md`.
39
40
  - [DECISION] If imported context conflicts with user intent or a Godpowers artifact, the Godpowers artifact wins and the conflict becomes an open question.
40
41
  - [DECISION] PRD, architecture, roadmap, and stack agents should cite imported signals as `[HYPOTHESIS]` until confirmed by Godpowers artifacts or the user.
@@ -27,6 +27,7 @@
27
27
  - [HYPOTHESIS] GSD context found: [paths or "none detected"].
28
28
  - [HYPOTHESIS] Superpowers context found: [paths or "none detected"].
29
29
  - [HYPOTHESIS] BMAD context found: [paths or "none detected"].
30
+ - [HYPOTHESIS] Pillars context health: [present / partial / initialized].
30
31
  - [HYPOTHESIS] Imported context artifact: [.godpowers/prep/IMPORTED-CONTEXT.md or "not created"].
31
32
 
32
33
  ## Planning Implications
@@ -51,4 +52,5 @@
51
52
 
52
53
  - [DECISION] Downstream agents may use this artifact as preparation context only.
53
54
  - [DECISION] If this artifact conflicts with `.godpowers/intent.yaml`, `.godpowers/state.json`, `PROGRESS.md`, or a completed Godpowers artifact, the Godpowers artifact wins.
55
+ - [DECISION] Pillars files under `agents/*.md` are the native project context layer for Godpowers commands.
54
56
  - [DECISION] Imported GSD, Superpowers, and BMAD signals must be converted into Godpowers-native artifacts, not preserved as parallel state.