Prompt · Prompt component · Public
Read all provided artifacts first
Add this component when the answer depends on user-provided text, files, logs, screenshots, repository content, or pasted excerpts.
Outcome
Complete input reading before output
Requires the assistant to read the full request and supplied artifacts before producing an answer.
Component type
Prompt component
A reusable instruction block that controls input-reading behavior, not a standalone workflow.
Best for
Artifact-based tasks
Use for file review, repository review, log review, screenshot review, pasted excerpts, and any task where missing part of the provided material would change the answer.
When to use this prompt
Use this component when the model must not answer from the first visible fragment or from partial context. It adds a reading-completeness gate before the final answer.
Use it when
The answer depends on provided material
Use it when the task includes attached files, pasted text, logs, screenshots, repository content, notes, or other artifacts that must be read before answering.
Do not use it when
There is no provided material to inspect
Do not add this component for simple questions, pure drafting tasks, or tasks where the answer does not depend on provided artifacts.
Copy-ready prompt
Copy this component into the instruction layer or at the top of a workflow prompt when the model must read all supplied material before responding.
READ ALL PROVIDED ARTIFACTS FIRST
Rules:
- Read the entire user request before answering.
- Read all provided artifacts before answering, including pasted text, files, logs, screenshots, repository content, tables, or notes.
- Do not skip sections that appear secondary, repetitive, malformed, long, or inconvenient.
- Do not answer from the first matching excerpt if more relevant provided material may exist.
- Do not infer missing details, missing files, missing project state, or missing user intent.
- If required input or required artifacts are missing, stop and state exactly what is missing.
- If only part of the provided material could be inspected, state the coverage limit before the answer.
- Keep the final answer grounded in the material that was actually inspected.
Related artifact-reading controls
Use these companion controls when the provided material is large, multi-file, or needs explicit evidence pointers.
Scan all artifacts exhaustively
Use this component when the task spans many files, a ZIP, repository snapshot, logs, screenshots, or broad provided material.
No simulation / no fabrication
Use this component when the assistant must not invent facts, sources, files, logs, results, or verification steps.