Collect Evidence
Build the smallest evidence set that can answer the assigned question.
Choose one artifact by default
- Create an
evidence_pack under trading/research/ only when source intake
has independent reuse or cross-role handoff value, or preserves a material
source conflict or gap separately from a role conclusion.
- Create a
role_report under trading/reports/<role>/ when the output includes
that role's analysis, conclusion, or downstream handoff. When collected
evidence only supports that same report, create the role report directly;
an evidence pack is not a prerequisite or default duplicate.
- When both are justified, create the evidence pack first. Put its authenticated
Artifact ID in the role report's
input_artifact_ids, retain every exact
Snapshot/Dataset ID the report uses, and rely on service receipts/hashes for
lineage. Do not copy the same body into both artifacts.
- When persistence has no reuse, provenance, decision, or audit value, hand off
compact IDs without creating either artifact.
- Identify the universe and workflow type. Use only relevant, callable source
classes; mark missing universe support or unavailable routes as gaps.
- Apply
tcx-source-gate before external retrieval and retain its returned
source IDs and gaps.
If analysis exposes a material gap, conflict, stale anchor, or identifier
mismatch within your assigned question and specialty, collect the additional
evidence needed to resolve it without waiting for a new field-by-field
instruction. Use evidence value, not a fixed source or call count, as the
stopping rule.
- Distinguish observations, source or management claims, analysis, and
assumptions in natural prose where ambiguity matters. Use opened filings,
releases, and exchange/regulator records when source-of-record status
matters. Otherwise accept attributable OpenBB/provider data, credible
institutional data, and reputable secondary reporting for the claims they
competently and currently cover. A search snippet or unsupported assumption
is not evidence.
- State the identifier, source list, source-trust notes, market context,
missing evidence, freshness, decision readiness, confidence, update
triggers, invalidation conditions, and contrary evidence that matter.
- If persisting, apply
$tcx-artifact, the canonical shared quality floor,
and use authenticated MCP.
Carry Snapshot, Dataset, and Artifact IDs plus a compact card into calculation
or handoff context. Do not summarize away used Dataset rows or repeat an
unchanged source call. Do not expand into another role's complete data family
or broad just-in-case collection; hand off a genuinely cross-specialty gap.
For record_source_snapshot, omit caller-owned snapshot_id, retrieved_at,
and recorded_at. Supply known_at only when an exact timezone-aware knowable
time is genuinely supported; never repair validation with a guessed time.
When an artifact cites returned source_snapshot_ids, set knowledge_cutoff
to a timezone-qualified RFC 3339 time at or after the maximum service-returned
snapshot known_at, preferably that exact maximum. Never use end-of-day or another future time, and never send a date-only value. If no exact bound is
available, omit the optional cutoff; if no snapshot exists, use [].
Use ready-for-portfolio-risk when every conclusion-driving claim has current,
attributable, fit-for-purpose support and material conflicts and gaps are
explicit; mixed source classes are allowed. Use factual-baseline for
descriptive work, and screen-grade or not-decision-ready only when a
material gap limits downstream use. Include high/medium/low confidence with one
reason independent of readiness. Use
follow_up_requests=[] when none apply; otherwise provide structured objects
with trigger, suggested_role, question, reason, and materiality.
1---2name: tcx-evidence3description: Collect source-backed investment evidence at the start of analyst workflows. Use for research intake, source lists, fact versus assumption separation, and missing-evidence tracking before analysis.4---56# Collect Evidence78Build the smallest evidence set that can answer the assigned question.910## Choose one artifact by default1112- Create an `evidence_pack` under `trading/research/` only when source intake13 has independent reuse or cross-role handoff value, or preserves a material14 source conflict or gap separately from a role conclusion.15- Create a `role_report` under `trading/reports/<role>/` when the output includes16 that role's analysis, conclusion, or downstream handoff. When collected17 evidence only supports that same report, create the role report directly;18 an evidence pack is not a prerequisite or default duplicate.19- When both are justified, create the evidence pack first. Put its authenticated20 Artifact ID in the role report's `input_artifact_ids`, retain every exact21 Snapshot/Dataset ID the report uses, and rely on service receipts/hashes for22 lineage. Do not copy the same body into both artifacts.23- When persistence has no reuse, provenance, decision, or audit value, hand off24 compact IDs without creating either artifact.25261. Identify the universe and workflow type. Use only relevant, callable source27 classes; mark missing universe support or unavailable routes as gaps.282. Apply `tcx-source-gate` before external retrieval and retain its returned29 source IDs and gaps.30 If analysis exposes a material gap, conflict, stale anchor, or identifier31 mismatch within your assigned question and specialty, collect the additional32 evidence needed to resolve it without waiting for a new field-by-field33 instruction. Use evidence value, not a fixed source or call count, as the34 stopping rule.353. Distinguish observations, source or management claims, analysis, and36 assumptions in natural prose where ambiguity matters. Use opened filings,37 releases, and exchange/regulator records when source-of-record status38 matters. Otherwise accept attributable OpenBB/provider data, credible39 institutional data, and reputable secondary reporting for the claims they40 competently and currently cover. A search snippet or unsupported assumption41 is not evidence.424. State the identifier, source list, source-trust notes, market context,43 missing evidence, freshness, decision readiness, confidence, update44 triggers, invalidation conditions, and contrary evidence that matter.455. If persisting, apply `$tcx-artifact`, the canonical shared quality floor,46 and use authenticated MCP.4748Carry Snapshot, Dataset, and Artifact IDs plus a compact card into calculation49or handoff context. Do not summarize away used Dataset rows or repeat an50unchanged source call. Do not expand into another role's complete data family51or broad just-in-case collection; hand off a genuinely cross-specialty gap.5253For `record_source_snapshot`, omit caller-owned `snapshot_id`, `retrieved_at`,54and `recorded_at`. Supply `known_at` only when an exact timezone-aware knowable55time is genuinely supported; never repair validation with a guessed time.56When an artifact cites returned `source_snapshot_ids`, set `knowledge_cutoff`57to a timezone-qualified RFC 3339 time at or after the maximum service-returned58snapshot `known_at`, preferably that exact maximum. Never use end-of-day or another future time, and never send a date-only value. If no exact bound is59available, omit the optional cutoff; if no snapshot exists, use `[]`.6061Use `ready-for-portfolio-risk` when every conclusion-driving claim has current,62attributable, fit-for-purpose support and material conflicts and gaps are63explicit; mixed source classes are allowed. Use `factual-baseline` for64descriptive work, and `screen-grade` or `not-decision-ready` only when a65material gap limits downstream use. Include high/medium/low confidence with one66reason independent of readiness. Use67`follow_up_requests=[]` when none apply; otherwise provide structured objects68with `trigger`, `suggested_role`, `question`, `reason`, and `materiality`.