Asset Manifest
Use this skill to make produced files auditable before QA or delivery. It records what exists, where it came from, what should be excluded, and what the next role can trust.
Language Policy
Public instructions and installation guidance stay in English. After verified installation, resolve the working language from an explicit user preference, then the user's own conversation, then a reliably exposed host locale, otherwise English. Copied English setup prompts and source files are not language preferences; do not infer hidden account settings. Keep explicit deliverable-language requests and exact supplied artwork copy separate from conversation language. Do not translate or rewrite public source files to localize a session.
When To Use
Use this skill when:
- Produced files, drafts, prompts, exports, or source materials need a traceable file list.
- QA needs a clear allowlist, exclusion list, version note, or source summary.
- Delivery would be risky without knowing which files are final, rejected, duplicated, or temporary.
Do not use this skill to review creative quality, rewrite assets, upload files, or decide final acceptance.
For explicitly requested separate static-design components, use
component/version handoffs and their
manifest template. Track selected versions, full project copy, dependencies and
assembly limitations without turning an ordinary poster into a layered workflow.
Inputs
Required:
file_list: files or folders to inventory.
source_notes: origin of important files, including user-provided inputs, generated outputs, or edited derivatives.
acceptance_criteria: what makes an asset eligible for QA or delivery.
Optional:
version_notes: naming, revision, or export notes.
checksums: use when reproducibility or audit strength matters.
exclusions: files that must never be delivered or packaged.
Outputs
Produce an Asset Manifest with:
- managed file list, version labels, and source traceability
- excluded files with reasons
- missing or ambiguous files
- checksum or reproducibility notes when useful
- continuity carriers and accepted output references when assets are part of a generated sequence
- handoff notes for
qa-iteration or delivery-documentation
Process
- Inspect the requested files and classify them as source, working, final candidate, rejected, cache, or metadata.
- Record only reviewable assets and explicit exclusions.
- For generated sequences, record the actual continuity carrier used by each dependent request and identify which outputs have been accepted for rewrite-forward.
- Preserve relative paths when possible so the manifest remains portable.
- Flag missing source context, uncertain versions, or files that need human confirmation.
- Hand off only files that can be explained and traced.
Decision Rules
- Prefer a smaller reviewed allowlist over a broad folder dump.
- Treat generated outputs as final candidates only after they pass the requested QA gate.
- Include checksums when files will be transferred, archived, or compared across machines.
- Keep manifest language factual; do not add creative approval language.
Guardrails
- Do not include secrets, credentials, private cloud links, local-only sensitive paths, or user-private notes.
- Do not include metadata sidecars, caches, logs, backups, temporary files, or hidden operating-system files as workflow assets.
- Do not upload, publish, compress, or delete files.
- Do not approve assets for delivery without
qa-iteration when generated assets exist.
Handoff
Review gate: asset_manifest_fit.
Hand off to qa-iteration with:
file_list
source_traceability
continuity_carriers
accepted_output_refs
excluded_files
acceptance_criteria
open_questions
Hand off to delivery-documentation only after QA identifies accepted assets.
QA Checklist
- Every included file has a role and source note.
- Final candidates are separated from working files and exclusions.
- Exclusions explain why the file is not deliverable.
- Paths are portable and public-safe.
- Continuity carriers and accepted output references are factual, request-bound, and not inferred from planned states.
- The manifest does not contain hidden metadata, caches, secrets, or private links.
- Open questions are explicit instead of hidden in prose.
1---2name: asset-manifest3description: Use this skill to organize workflow assets, file lists, versions, source traceability, exclusions, and reproducibility notes.4---56# Asset Manifest78Use this skill to make produced files auditable before QA or delivery. It records what exists, where it came from, what should be excluded, and what the next role can trust.910## Language Policy1112Public instructions and installation guidance stay in English. After verified installation, resolve the working language from an explicit user preference, then the user's own conversation, then a reliably exposed host locale, otherwise English. Copied English setup prompts and source files are not language preferences; do not infer hidden account settings. Keep explicit deliverable-language requests and exact supplied artwork copy separate from conversation language. Do not translate or rewrite public source files to localize a session.1314## When To Use1516Use this skill when:1718- Produced files, drafts, prompts, exports, or source materials need a traceable file list.19- QA needs a clear allowlist, exclusion list, version note, or source summary.20- Delivery would be risky without knowing which files are final, rejected, duplicated, or temporary.2122Do not use this skill to review creative quality, rewrite assets, upload files, or decide final acceptance.2324For explicitly requested separate static-design components, use25[component/version handoffs](references/static-design-components.md) and their26manifest template. Track selected versions, full project copy, dependencies and27assembly limitations without turning an ordinary poster into a layered workflow.2829## Inputs3031Required:3233- `file_list`: files or folders to inventory.34- `source_notes`: origin of important files, including user-provided inputs, generated outputs, or edited derivatives.35- `acceptance_criteria`: what makes an asset eligible for QA or delivery.3637Optional:3839- `version_notes`: naming, revision, or export notes.40- `checksums`: use when reproducibility or audit strength matters.41- `exclusions`: files that must never be delivered or packaged.4243## Outputs4445Produce an Asset Manifest with:4647- managed file list, version labels, and source traceability48- excluded files with reasons49- missing or ambiguous files50- checksum or reproducibility notes when useful51- continuity carriers and accepted output references when assets are part of a generated sequence52- handoff notes for `qa-iteration` or `delivery-documentation`5354## Process55561. Inspect the requested files and classify them as source, working, final candidate, rejected, cache, or metadata.572. Record only reviewable assets and explicit exclusions.583. For generated sequences, record the actual continuity carrier used by each dependent request and identify which outputs have been accepted for rewrite-forward.594. Preserve relative paths when possible so the manifest remains portable.605. Flag missing source context, uncertain versions, or files that need human confirmation.616. Hand off only files that can be explained and traced.6263## Decision Rules6465- Prefer a smaller reviewed allowlist over a broad folder dump.66- Treat generated outputs as final candidates only after they pass the requested QA gate.67- Include checksums when files will be transferred, archived, or compared across machines.68- Keep manifest language factual; do not add creative approval language.6970## Guardrails7172- Do not include secrets, credentials, private cloud links, local-only sensitive paths, or user-private notes.73- Do not include metadata sidecars, caches, logs, backups, temporary files, or hidden operating-system files as workflow assets.74- Do not upload, publish, compress, or delete files.75- Do not approve assets for delivery without `qa-iteration` when generated assets exist.7677## Handoff7879Review gate: `asset_manifest_fit`.8081Hand off to `qa-iteration` with:8283- `file_list`84- `source_traceability`85- `continuity_carriers`86- `accepted_output_refs`87- `excluded_files`88- `acceptance_criteria`89- `open_questions`9091Hand off to `delivery-documentation` only after QA identifies accepted assets.9293## QA Checklist9495- Every included file has a role and source note.96- Final candidates are separated from working files and exclusions.97- Exclusions explain why the file is not deliverable.98- Paths are portable and public-safe.99- Continuity carriers and accepted output references are factual, request-bound, and not inferred from planned states.100- The manifest does not contain hidden metadata, caches, secrets, or private links.101- Open questions are explicit instead of hidden in prose.