Read one deliverable folder and produce a structured 7-section content digest summarizing identity, scope, document kit, dependencies, references, semantic framework, and quality observations.
Read the contents of a single deliverable folder and produce a structured content digest summarizing the deliverable's identity, scope, document kit, dependencies, references, semantic framework, and quality observations.
This is a bounded, semantic-matching extraction skill. It reads deliverable-local files and extracts structured information directly; it does not perform engineering judgment or cross-deliverable analysis.
Each invocation is dispatched by EVALUATION (Type 1) with a brief specifying the deliverable path and output location. One digest file is produced per run.
TASK (generic shell mode, no profile)Typical dispatcher: EVALUATION (batched by package, one dispatch per deliverable).
ScopePath — {EXECUTION_ROOT}AllowedWriteTargets — ["{EXECUTION_ROOT}/_Evaluation/content-digests/"]RuntimeOverrides.DELIVERABLE_PATH — absolute path to the deliverable folderRuntimeOverrides.OUTPUT_PATH — absolute path to write the digest file (including filename {DEL-ID}.md)DEL-ID — from _CONTEXT.md or inferred from the deliverable folder nameDEL Name — from _CONTEXT.mdPKG-ID — from _CONTEXT.md| Key | Meaning | Default | Allowed values |
|---|---|---|---|
DELIVERABLE_PATH | Absolute path to the deliverable folder | Required | Valid directory path containing _CONTEXT.md |
OUTPUT_PATH | Absolute path to write the digest file | Required | Must be under _Evaluation/content-digests/{PKG-ID}/; parent directory must already exist |
Reads are limited to files within the specified deliverable folder:
| File | Read scope | Purpose |
|---|---|---|
_CONTEXT.md | Full | Identity, description, acceptance criteria, scope traceability |
_DEPENDENCIES.md | Full | Tracking mode, upstream/downstream summary, register statistics |
_REFERENCES.md | Full | Source document pointers |
Datasheet.md | First 80 lines | Key parameters, structured metadata |
Specification.md | First 80 lines | Requirements, scope definition |
Guidance.md | First 80 lines | Design rationale, principles, considerations |
Procedure.md | First 80 lines | Execution workflow |
_SEMANTIC.md | First 40 lines | Framework type, perspective |
The skill must NOT read files outside the specified deliverable folder. It must NOT cross into adjacent deliverable folders or scan package/project-level registers.
Writes are limited to:
{RuntimeOverrides.OUTPUT_PATH} — exactly one file per runThe parent directory of OUTPUT_PATH must already exist. The skill does not create the directory.
allowed-tools frontmatter field is intentionally omitted.Disallowed behavior:
OUTPUT_PATHDELIVERABLE_PATHDELIVERABLE_PATH exists and is a directory. If not: report RUN_STATUS=FAILED_INPUTS.OUTPUT_PATH exists. If not: report RUN_STATUS=FAILED_INPUTS.Read each file listed in the Read Boundary table, respecting the specified read scope (full or line-limited). If a file is absent, record that fact; do not fail.
From the files read, extract:
_CONTEXT.md): Package (PKG-ID and name), Discipline, Type, Responsible_CONTEXT.md): Description (1-2 sentence summary), Acceptance Criteria (bulleted list), SOW Traceability IDs, Objective Traceability IDs_DEPENDENCIES.md): Tracking mode (NOT_TRACKED/DECLARED/TRACKED), upstream count, downstream count, key upstream (top 3-5 by name), key downstream (top 3-5 by name)_REFERENCES.md): list of all referenced documents_SEMANTIC.md): whether present (YES/NO), framework type if identifiableScan the read content for and record specific items:
A-001, B-001)Quality observations are factual flags, not evaluative judgments.
Write the structured digest to OUTPUT_PATH using the 7-section structure defined below. The file is overwritten if it already exists.
The digest file contains exactly seven sections, in this order:
## {DEL-ID} — {Name}
### Identity
- Package: {PKG-ID and name}
- Discipline: {from _CONTEXT}
- Type: {from _CONTEXT}
- Responsible: {from _CONTEXT}
### Scope
- Description: {1-2 sentence summary from _CONTEXT}
- Acceptance Criteria: {bulleted list from _CONTEXT}
- SOW Traceability: {SOW-IDs}
- Objective Traceability: {OBJ-IDs}
### Document Kit Summary
- Datasheet focus: {1 sentence}
- Specification focus: {1 sentence}
- Guidance focus: {1 sentence}
- Procedure focus: {1 sentence}
### Dependencies
- Tracking mode: {NOT_TRACKED/DECLARED/TRACKED}
- Upstream count: {N}
- Downstream count: {N}
- Key upstream: {top 3-5 by name}
- Key downstream: {top 3-5 by name}
### References
- {list all referenced documents}
### Semantic
- _SEMANTIC.md present: {YES/NO}
- Framework type: {if identifiable}
### Quality Observations
- {TBDs, placeholders, inconsistencies — specific items with IDs where available}
Missing information is noted as not present or TBD in source. Do not leave placeholder braces in the output.
{RuntimeOverrides.OUTPUT_PATH}, containing the seven required sections.DELIVERABLE_PATH.OUTPUT_PATH._CONTEXT.md (not invented).DELIVERABLE_PATH were written or modified.OUTPUT_PATH.This skill produces one digest per deliverable. EVALUATION synthesizes digests across packages; EVALUATION_REPORT applies evaluative reasoning when scoring dimensions. This skill does not perform scoring or cross-deliverable synthesis.