Skip to content

Commit 9ff17b8

Browse files
fix: inline validation report template and schema with @ inclusion
Small structural files (<150 lines) that the skill cannot function without should use @ inclusion per AGENTS.md skill compliance checklist, ensuring the model always has the report contract in context. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8514d07 commit 9ff17b8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • plugins/compound-engineering/skills/ce-prototype

plugins/compound-engineering/skills/ce-prototype/SKILL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,17 @@ For each goal, record:
169169

170170
### Phase 3: Write Validation Report
171171

172-
Read `assets/validation-report-template.md` for the report structure.
172+
Use the template and schema below to write the validation report.
173173

174174
Write the report to `docs/prototypes/<topic-slug>-validation-<date>.md`. If a report with the same name already exists (e.g., multiple prototype rounds on the same day), append the next available sequence number: `-002`, `-003`, etc.
175175

176176
Create `docs/prototypes/` if it does not exist.
177177

178178
The validation report is the durable output — it survives after the prototype code is deleted. It must contain enough detail that `/ce:plan` (or a future reader) can understand what was tested and what was learned without access to the prototype code.
179179

180-
For detailed field descriptions and frontmatter schema, see `references/validation-report-schema.md`.
180+
@./assets/validation-report-template.md
181+
182+
@./references/validation-report-schema.md
181183

182184
### Phase 4: Clean Up and Recommend
183185

0 commit comments

Comments
 (0)