Validate and iterate on the SDLC Layer Separation Architecture implementation across 6 check categories — cross-references, doc completeness, knowledge-explorer layer filters, research entry metadata, integration points, and plan consistency. Produces a structured findings report and optionally applies safe fixes. Use when validating a first-pass implementation, before claiming layer work complete, auditing layer docs or schema, or running --dry-run to preview findings without changes.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Validate and iterate on the SDLC Layer Separation Architecture implementation across 6 check categories — cross-references, doc completeness, knowledge-explorer layer filters, research entry metadata, integration points, and plan consistency. Produces a structured findings report and optionally applies safe fixes. Use when validating a first-pass implementation, before claiming layer work complete, auditing layer docs or schema, or running --dry-run to preview findings without changes.
argument-hint
[--dry-run | --fix]
user-invocable
true
Evaluate SDLC Layers
Systematically evaluate the SDLC Layer Separation Architecture implementation and support iterative improvement. Treats the implementation as first-pass until validated.
Arguments
--dry-run — Run all checks, produce report only. Do not apply fixes.
--fix — After evaluation, apply safe fixes for broken references, missing metadata, or obvious gaps. Report what was changed.
(no args) — Evaluate and produce report; offer to fix or delegate fixes.
Evaluation Checklist
Run each check and record PASS / FAIL / SKIP with evidence.
1. Cross-Reference Validation
For each linked path in plugins/development-harness/docs/sdlc-layers/ and related docs:
sam-definition.md — exists at plugins/development-harness/skills/work-backlog-item/references/sam-definition.md
plugins/development-harness/CLAUDE.md — exists
stateless-agent-methodology/research/arl/PROVENANCE.md — exists (sibling repo or configured path)
Layer 0 docs → TASK_FILE_FORMAT.md — exists at plugins/development-harness/docs/TASK_FILE_FORMAT.md
Layer 1 → language-manifest-schema.md, role-resolution-protocol.md — exist in development-harness
Layer 2 → plugins/development-harness/docs/sdlc-layers/layer-2/ — exists with README, schema, pilot profiles
Layer 0 redirect stubs (4): sam-pipeline, arl-touchpoints, artifact-conventions, task-file-format — each must contain a redirect pointing to its canonical skill reference location
If --fix: Apply safe fixes (broken paths, missing frontmatter fields, obvious typos). Report each change.
If no --fix: Present findings; offer to create backlog items or apply fixes.
Re-run: After fixes, re-run evaluation to confirm improvements.
Experiments
Flow experiments and learnings live in sam-flow-experiments. Clone via SSH: git clone git@github.com:Jamie-BitFlight/sam-flow-experiments.git. When iterating, consider running experiments against concept fixtures to validate changes.