arXiv Decision Intelligence Report
Research a vertical field or technology through papers, then convert the corpus
into updated field beliefs and explicit decisions. Deliver a validated v3 JSON
record and a deterministic standalone HTML report. Chinese is the primary
editorial language; preserve original English titles and precise technical terms.
The report's value is not paper summaries, section completeness, or evidence
traceability. Those are audit infrastructure. The value is a defensible answer to:
- What should the reader believe about the field now?
- What has actually been demonstrated, and where is the capability boundary?
- Which technical mechanisms and options could move that boundary?
- Is the field undergoing a structural transition or only a cluster of signals?
- How mature is the field scientifically, technically, operationally, and in
governance?
- Should the decision-maker invest now, validate or productize, in what priority
order, what should they not do, and what observation should change that choice?
If the corpus cannot support those answers, say that the evidence is insufficient.
Do not fill the report with plausible synthesis to simulate insight.
Required derivation chain
Follow this chain in order. A later object must be derived from earlier objects:
atomic evidence
-> mechanism and experimental facts
-> testable field propositions
-> current knowledge state
-> capability frontier and readiness gaps
-> source-supported mechanism or analyst reference architecture
-> technical options and their comparability
-> transition theses
-> five-dimensional maturity
-> decision consequences
-> leading indicators and belief-update triggers
In the v3 contract, propositions and their statuses form the current knowledge
state. Paper-level analysis.mechanism, analysis.evaluation, and
analysis.key_findings preserve the mechanism and experimental facts from which
the field model is built. field_thesis records the direct answer and explicit
belief updates that follow from those propositions. Do not skip from abstracts
directly to strategy prose.
Non-negotiable contract
- Treat this workflow as arXiv-centered, not arXiv-only. Use the installed
literature-search-arxiv skill for discovery and full-text retrieval. Read its
complete SKILL.md first and obey its license notification, rate limit,
URL-listing, download, and safe-extraction rules.
- Never issue arXiv requests in parallel. Use the supplied helper and leave at
least three seconds between separate invocations.
- Preserve every raw search response. Normalize it with
scripts/normalize_arxiv_stream.py; never hand-rewrite source metadata.
- Analyze into the exact v3 contract in
references/report.schema.json. HTML is
a deterministic view of the JSON, never a second analysis pass.
- Record exact discovery queries, query layer, sort, limit, and date boundary.
A list of already-known arXiv IDs is not a reproducible discovery query.
- Build an atomic
evidence ledger. Every proposition and model judgment must
resolve through IDs to appropriate source evidence and locators.
- Distinguish
metadata, abstract, full_text, and external evidence.
Apply an honest evidence_ceiling; missing depth cannot be repaired by prose.
- Distinguish shared narrative from independent validation. Several
papers repeating the same premise show framing convergence, not that the
premise has been independently tested or reproduced.
- Do not claim peer review, publication, citation impact, influence, replication,
adoption, or authority without external academic verification. Record source,
URL, access date, and the exact verified fact.
- Preserve original English titles.
title_zh is editorial analysis, not source
metadata. Separate author statements, measured results, and analyst inference.
- List the arXiv URL of every analyzed paper in the report and final response.
- Frame one primary decision maker, choice, and time horizon. Secondary contexts
may receive subordinate consequences but may not become co-equal report goals.
Evidence ceilings and interpretive boundaries
- Latest is not frontier. Frontier requires a demonstrated boundary and a
bounded delta from it.
- Shared language is not validation. Independent groups must directly test a
compatible proposition under interpretable conditions.
- One paper is not a transition. A single work is a signal regardless of
novelty or headline result.
- Submission volume is not prevalence or adoption. Search counts describe
this retrieval only.
- A benchmark win is not deployment readiness. Preserve the demonstration
context and generalization ceiling.
- Prestige is not evidence. Author, lab, venue, affiliation, citations, or
recency never replace direct evidence.
- Current-year-only abstract scans produce signal hypotheses only. They may
describe recent submissions, but cannot establish historical change,
established propositions, structural transitions, validated maturity, or
real-world capability. Mark the missing anchor/full-text/external layers.
- Coverage is not a scientific result. “This search found no deployment
evidence” belongs in coverage gaps and the epistemic ceiling, not in a field
proposition claiming the technology has no deployments.
- Modules are not automatically alternatives. Memory, gating, feedback, and
execution may be complementary stages. Rank only options that address the same
choice under genuinely comparable conditions.
- Analyst design is not source mechanism. Label a reference architecture and
every design-completion edge visibly; never let a useful synthesis inherit the
authority of its source papers.
Read references/analysis-rubric.md completely before screening or synthesis.
Defaults
- Decision context: exactly one primary research agenda, technology strategy,
architecture, product, or due-diligence decision; optional secondary contexts
remain subordinate.
- Corpus layers: historical anchor, counterevidence, recent frontier from roughly
12–24 months, and emerging signal from roughly 3–6 months.
- Search breadth: 4–8 real query families, normally 5–20 results each; paginate.
- Report corpus: normally 10–25 papers; prefer mechanism and negative-evidence
coverage over a target count.
- Evidence: abstracts for discovery; full text for decisive mechanisms,
comparisons, results, and limitations; external sources for scholarly status,
replication, adoption, and real-world claims.
- Language/output:
zh-CN, exact English titles, plus
<topic-slug>-field-report.{json,html} unless otherwise requested.
Workflow
1. Frame the decision before the search
Populate scope with the operational field boundary and one structured
decision_context:
primary decision type;
- one
decision_maker, one choice_at_stake, and one time_horizon;
- optional
secondary contexts that remain subordinate to the primary choice;
- current or prior belief that may be updated;
- operational definition and unit of analysis;
- preferred, adjacent, and historical terminology;
- inclusion, exclusion, date, and category boundaries;
- what evidence would change the decision;
- report
as_of date.
The schema-valid decision types are research_agenda, technology_strategy,
architecture, product, and due_diligence. Listing several secondary uses
does not make them co-equal; only the primary choice controls scope and the top
answer. Record scope.coverage_gaps rather than burying known omissions in final
caveats.
The research question must contain a decision consequence. “有哪些论文” is a
search request, not a field-intelligence question.
2. Build a four-layer corpus
Create scope.corpus_layers entries with an id, role, status, dates,
purpose, and an honest coverage_note. Use searched, partial, or
not_searched for status:
- Historical anchor — actual earlier papers, surveys, paradigms, benchmarks,
or capability records needed to define the prior state.
- Counterevidence — failures, critiques, negative results, robustness gaps,
competing mechanisms, and boundary conditions.
- Recent frontier — work that may move a capability, mechanism, evaluation,
engineering, deployment, or governance boundary.
- Emerging signal — very recent or isolated work that suggests a hypothesis
but is not yet a transition.
Missing layers remain explicit. Never derive a historical baseline solely from
recent papers describing their own novelty. A failure paper found incidentally is
not a dedicated counterevidence search; if none was run, keep that layer partial
or not_searched in the Decision Brief and Evidence Boundary.
Build complementary title/abstract, mechanism, benchmark, application, failure,
and replication queries. In scope.queries, preserve the exact query string and
reference its layer_id. Distinguish genuine discovery queries from later ID-based
metadata retrieval. Enforce date windows both in the query where supported and
again against normalized API dates during screening.
3. Search arXiv compliantly
Resolve literature-search-arxiv from the active skill list and run its bundled
search helper from that skill directory. Redirect every response to a dedicated
run directory.
The dependency requests uv. If no uv skill is exposed, check uv --version.
Continue when the executable exists and document the fallback. If it is absent,
stop and report the missing prerequisite; do not replace the helper.
uv run "[ARXIV_SKILL_DIR]/scripts/search_arxiv.py" \
--query "[QUERY]" --max_results 10 \
--sort_by relevance --sort_order descending \
> "[RUN_DIR]/raw/query-01.jsonstream"
Normalize each stream:
python3 "[THIS_SKILL_DIR]/scripts/normalize_arxiv_stream.py" \
--input "[RUN_DIR]/raw/query-01.jsonstream" \
--output "[RUN_DIR]/normalized/query-01.json" \
--query-label "Historical anchor — canonical mechanism"
Deduplicate by base arXiv ID, retain the newest retrieved version and all query
provenance, and use supplied dates rather than inferring dates from IDs.
4. Screen for field value, not topical resemblance
Screen in two passes:
- Topical fit — the title and abstract satisfy the operational definition.
- Model value — the paper supplies an anchor, mechanism, experiment,
capability demonstration, counterexample, comparison, or signal needed by the
field model.
Assign one primary corpus role: anchor, frontier, signal, or
counterevidence. Preserve exclusion reasons for borderline and high-salience
papers. Record retrieved, deduplicated, screened, and included counts in
scope.screening; record full-text and external coverage in evidence_coverage.
Counts, query logs, and layer coverage must reconcile.
5. Enrich papers that control the answer
Retrieve full text whenever a decisive proposition depends on architecture,
mechanism, experimental conditions, exact comparisons, figures, tables, author
limitations, or claimed novelty. Record section/page/table/figure locators.
Use official venue/publisher records, DOI/Crossref, OpenAlex, Semantic Scholar,
official project or replication records, or another primary academic source for
external verification. Search snippets are discovery aids, not evidence.
6. Build atomic evidence and paper facts
Create one evidence record per indivisible source fact. Separate author framing,
measured result, negative result, replication, derived comparison, analyst
inference, and external validation. External evidence requires source_url. Do
not combine a mechanism claim and several metrics into one evidence record. Each
paper metric must have its own unique evidence_id; never reuse one compound
evidence record for two values.
For each paper, populate analysis.research_object, analysis.mechanism,
analysis.evaluation, analysis.key_findings,
analysis.author_stated_limitations, and
analysis.analyst_inferred_limitations. Use model_links to connect the paper to
relevant stage_ids, option_ids, capability_ids, and proposition_ids.
Preserve abstract_original; keep it out of the main decision narrative. Assign an
independence_cluster_id so overlapping labs, author groups, and companion work
cannot be miscounted as independent validation.
Reconcile evidence_coverage with the included papers and evidence records.
7. Form testable propositions and the field thesis
Write propositions before conclusions. Every item in propositions must contain:
statement, proposition_type, status, and scope_conditions;
- supporting and counter evidence IDs plus
alternative_explanations;
evidence_ceiling, confidence, uncertainty, and
what_would_change;
decision_relevance;
- an
evidence_profile covering directness, consistency,
external_validity, reproducibility, and rationale.
Apply the exact status rules in the rubric. A repeated author claim can be
multi_source_aligned while remaining an unvalidated shared narrative.
Corpus coverage statements such as “this scan found no deployment paper” are not
scientific propositions. Keep them in scope.coverage_gaps,
evidence_coverage, report limitations, and the thesis ceiling.
Derive field_thesis from the completed propositions. Populate direct_answer,
field_stage, stage_rationale, bottom_line_proposition_ids,
belief_updates, decision_relevance, and epistemic_ceiling. Every belief update must state
prior_belief, updated_belief, and the proposition IDs that justify the change.
Allowed field stages are pre_paradigm, emerging, consolidating, maturing,
and deployed. Do not choose a stage from paper volume or recency.
Set epistemic_ceiling.authority, .trend, .capability, and .rationale
before writing direct_answer. When the authority ceiling is none, the valid
top answer is “当前没有可成立的 authoritative field view”; do not manufacture an
authoritative-view section. With a current-year abstract corpus and no searched
or partial anchor layer, set trend to signals_only and keep every transition at
signal or insufficient_evidence.
8. Establish the capability frontier before explaining mechanisms
Populate capability_frontier.overall_statement and each capability's
current_boundary, demonstration_context, strongest_evidence_ids,
frontier_level, observed_failures, anticipated_risks, generalization_ceiling,
unresolved_requirements, next_boundary, and proposition_ids.
Every observed failure contains statement and nonempty, unique evidence_ids;
it must be directly source-bound. anticipated_risks are explicitly analyst inference.
Never relabel an unmeasured concern or coverage gap as an observed failure.
Put unachieved desired capabilities in readiness_gaps, not in the demonstrated
frontier. Each gap records its identity and labels, current_state,
blocking_evidence, what_would_close, and proposition_ids. State when the
strongest evidence is benchmark-only and show its exact result, baseline, task,
and simultaneous failure in the main narrative.
9. Build a labeled mechanism model and technical options
Only after the capability boundary is explicit, build mechanism_model:
- choose
model_type as source_synthesized or analyst_reference and set its
epistemic_status;
system_statement defines the functional boundary;
stages state purpose, inputs, outputs, current methods, failure modes, and
linked propositions;
- every edge records its relation and
support_type: source_supported,
cross_paper_inference, or analyst_design_completion;
critical_path_stage_ids and critical_path_note explain which stages are
necessary and why;
- structured
bottlenecks bind a stage, statement, propositions, and confidence;
model_limitations state omissions and analyst completion.
An analyst reference architecture must be visibly labeled in JSON and HTML. Do
not present analyst-added authorization, rollback, memory, or control relations as
source-supported mechanisms.
Populate technical_options, not a generic list of competing approaches. Each
option states its technical_bet, relationship, comparison_status,
comparison_note, mechanism stages, hypothesis, representative papers,
advantages, costs, failures, validity conditions, supporting propositions, and
falsifiers. Use alternative only for substitutable choices that address the same
stage and objective. Use complementary, baseline, or hybrid honestly.
Rank options only when comparison_status is comparable; partially comparable
or non-comparable options may be contrasted but never ranked.
When the primary decision compares architectures, include material static-rule,
end-to-end LLM, human-confirmation, or mixed-initiative baselines as applicable.
Mark unevaluated baselines baseline / not_comparable; never invent a direct
comparison, result, or paper support.
10. Derive transitions, maturity, decisions, and indicators
A transition_theses item must specify from_state, to_state, the
old_constraint, drivers, time window, status, supporting and counter
propositions through supporting_proposition_ids and
counter_proposition_ids, plural alternative_explanations, falsifiers, linked
leading indicators, and confidence. Submission clustering alone yields signal,
not a structural transition.
Create exactly one maturity_assessment entry for each dimension:
scientific_mechanism
benchmark
engineering
deployment
governance
Each entry requires a level, bounded statement, proposition links, blockers, and
upgrade conditions. Never average the five dimensions into a decorative score.
Every decision_consequences item must identify decision_type, audience, the
actual decision, a concrete action, because_proposition_ids, conditions,
risks, reversibility, and confidence. Generic “值得关注” prose is invalid.
The first and strongest consequence must answer the primary decision context;
secondary consequences must be visibly subordinate and may not redefine the
choice or time horizon. It explicitly states: invest now or not; fund validation
or productization; the ordered priorities; and what must not be done in this
horizon. A reversible validation investment is not production authorization.
When scope.decision_context includes technology_strategy, express its concrete
consequences through the schema's research_agenda, architecture, product,
or due_diligence decision types rather than inventing a fifth value.
Every leading_indicators item must define a label, observable event or measure,
current_baseline, threshold_or_trigger, threshold_basis,
threshold_rationale, data_source, observation_window, affected propositions,
interpretation if met and missed, and the resulting decision_trigger. Mark a
threshold invented for an internal decision rule as analyst_policy; never imply
that “two teams” or “four weeks” came from literature unless source_derived is
actually supported. “更多研究出现” is not an indicator unless the unit, source,
threshold, and belief update are explicit.
11. Validate the v3 research record
python3 "[THIS_SKILL_DIR]/scripts/validate_report_data.py" \
"[OUTPUT_DIR]/<topic-slug>-field-report.json"
Fix every error. Never weaken validation to accommodate incomplete analysis.
Required negative-test classes include:
- duplicate IDs, unknown fields, dangling evidence/model references, duplicate
base arXiv IDs, impossible dates, and inconsistent coverage counts;
- missing/ambiguous primary decision context or co-equal secondary contexts;
- a thesis that outruns its propositions or
epistemic_ceiling, including a
manufactured authoritative view when authority is none;
- a coverage gap encoded as a scientific proposition;
- non-atomic evidence, two metrics sharing one evidence ID, full-text evidence
without a locator, or external facts without URL/access date;
- an
established proposition supported only by metadata/abstracts or shared
narrative;
- false independent validation from overlapping authors/labs or repeated claims;
- a capability level beyond its context, an unmet capability modeled as
demonstrated, legacy
common_failures, an unreferenced observed failure, or
an analyst risk mislabeled as observed;
- an analyst reference model presented as source-synthesized, an unlabeled
design-completion edge, or an unsupported bottleneck/critical path;
- complementary modules labeled as alternatives, a non-comparable option ranked,
or a technical option without conditions, costs, failures, and falsifiers;
- a transition without a historical state, independent sequence,
counterpropositions, alternatives, falsifiers, or linked indicators;
- maturity above its evidence ceiling or without blockers/upgrade conditions;
- a decision without proposition support, conditions, risks, or reversibility;
- an indicator without threshold basis/rationale or an internally invented
threshold not marked
analyst_policy;
- a current-year abstract fixture without an anchor that is not capped at
signals_only, or that claims established/structural/validated/mature,
real-world, longitudinal, or independent reproduction.
Run representative mutations from these classes and confirm rejection for the
expected reason, not merely a generic parse failure.
12. Render an outcome-first HTML report
python3 "[THIS_SKILL_DIR]/scripts/render_report.py" \
--input "[OUTPUT_DIR]/<topic-slug>-field-report.json" \
--output "[OUTPUT_DIR]/<topic-slug>-field-report.html"
Do not hand-edit generated HTML. The fixed information architecture is:
- Decision Brief — direct answer, visible authority/trend/capability ceiling,
changed beliefs, and the primary decision.
- Current Field Beliefs — proposition status, scope, uncertainty, and what
would change each judgment.
- Capability Frontier — demonstrated boundary, context, source-bound
observed failures, analyst-inferred risks, ceiling, and next boundary.
- Mechanism Model & Technical Options — source-supported versus analyst-added
relations, option relationships, comparability, and actual technical bets.
- Transition Theses — bounded from/to shifts, alternatives, and falsifiers.
- Five-Dimensional Maturity — separate scientific, benchmark, engineering,
deployment, and governance readiness.
- Decision Consequences — act, conditions, risks, and reversibility.
- Leading Indicators — measurable belief and decision update triggers.
- Evidence Boundary — coverage, missing layers, and material uncertainty.
- Evidence Appendix — paper dossiers, evidence ledger, exact search method,
exclusions, external verification, and all source URLs.
Evidence chips and paper cards must not interrupt the main reasoning. Main-view
citations use short stable ordinals such as [E01]; raw evidence IDs belong only
in the appendix and link target. Keep key qualifications visible, while detailed
dossiers, abstracts, records, and search logs remain in the appendix.
13. Verify artifact and research acceptance
python3 "[THIS_SKILL_DIR]/scripts/verify_report.py" \
--data "[OUTPUT_DIR]/<topic-slug>-field-report.json" \
--html "[OUTPUT_DIR]/<topic-slug>-field-report.html"
Acceptance requires all of the following:
- JSON validation and semantic cross-reference checks pass.
- Required negative mutations fail for the intended reasons.
- Two renders of unchanged JSON have identical hashes.
- HTML has doctype, UTF-8 charset, viewport, methodology, evidence ceiling,
exact queries, external links, and every analyzed arXiv URL.
- Desktop and narrow layouts are visually inspected; English titles do not
overflow, Chinese text does not create awkward single-character wraps, and
print remains legible.
- A cold reader can answer the six value questions, including invest-now,
validation-versus-productization, priority, and prohibition, without a dossier.
- Every decision consequence names the propositions that justify it, and every
leading indicator states how it changes a belief and decision.
- The top answer remains valid when it says no authoritative view or no trend is
currently supportable; no empty section is filled to imply otherwise.
Editorial and visual voice
- Calm, restrained, professional, and outcome-first: an Academic Decision
Dossier, not a dashboard, newsletter, or promotional page.
- Lead with bounded judgments and decisions, never “本文介绍了” or paper counts.
- Prefer mechanism diagrams, frontier matrices, technical-option tables, and
indicator registers only when the structured relationships exist.
- Never manufacture numeric scores, maturity averages, or charts for decoration.
- Use off-white paper, near-black ink, cool-gray rules, and muted steel-blue; no
gradients, glossy cards, decorative icons, or SaaS dashboard blue.
- Keep conclusions, scope conditions, uncertainty, and falsifiers visible. Put
evidence details and original abstracts in the appendix.
Included resources
references/report.schema.json and analysis-rubric.md — v3 contract and rules.
scripts/ — normalization, validation, rendering, and artifact verification.
assets/report.css and examples/sample-report.json — visual system and v3 example.
Final response
State both skills used and link JSON/HTML; report date, primary decision, coverage,
investment/validation priority and prohibition, limitations, and every arXiv URL.
1---2name: arxiv-paper-report3description: Search arXiv and, when needed, verify external academic sources to update field beliefs and one primary decision through testable propositions, capability frontiers, explicitly labeled mechanism models, technical options, transition theses, five-dimensional maturity, leading indicators, and a restrained bilingual standalone HTML report. Use for vertical-domain or technology research, literature landscapes, frontier scans, research or architecture decisions, due diligence, or HTML field-intelligence reports.4---5
6# arXiv Decision Intelligence Report
7
8Research a vertical field or technology through papers, then convert the corpus
9into updated field beliefs and explicit decisions. Deliver a validated v3 JSON
10record and a deterministic standalone HTML report. Chinese is the primary
11editorial language; preserve original English titles and precise technical terms.
12
13The report's value is **not** paper summaries, section completeness, or evidence
14traceability. Those are audit infrastructure. The value is a defensible answer to:
15
161. What should the reader believe about the field now?
172. What has actually been demonstrated, and where is the capability boundary?
183. Which technical mechanisms and options could move that boundary?
194. Is the field undergoing a structural transition or only a cluster of signals?
205. How mature is the field scientifically, technically, operationally, and in
21 governance?
226. Should the decision-maker invest now, validate or productize, in what priority
23 order, what should they not do, and what observation should change that choice?
24
25If the corpus cannot support those answers, say that the evidence is insufficient.
26Do not fill the report with plausible synthesis to simulate insight.
27
28## Required derivation chain
29
30Follow this chain in order. A later object must be derived from earlier objects:
31
32```text
33atomic evidence
34 -> mechanism and experimental facts
35 -> testable field propositions
36 -> current knowledge state
37 -> capability frontier and readiness gaps
38 -> source-supported mechanism or analyst reference architecture
39 -> technical options and their comparability
40 -> transition theses
41 -> five-dimensional maturity
42 -> decision consequences
43 -> leading indicators and belief-update triggers
44```
45
46In the v3 contract, `propositions` and their statuses form the current knowledge
47state. Paper-level `analysis.mechanism`, `analysis.evaluation`, and
48`analysis.key_findings` preserve the mechanism and experimental facts from which
49the field model is built. `field_thesis` records the direct answer and explicit
50belief updates that follow from those propositions. Do not skip from abstracts
51directly to strategy prose.
52
53## Non-negotiable contract
54
551. Treat this workflow as **arXiv-centered, not arXiv-only**. Use the installed
56 `literature-search-arxiv` skill for discovery and full-text retrieval. Read its
57 complete `SKILL.md` first and obey its license notification, rate limit,
58 URL-listing, download, and safe-extraction rules.
592. Never issue arXiv requests in parallel. Use the supplied helper and leave at
60 least three seconds between separate invocations.
613. Preserve every raw search response. Normalize it with
62 `scripts/normalize_arxiv_stream.py`; never hand-rewrite source metadata.
634. Analyze into the exact v3 contract in `references/report.schema.json`. HTML is
64 a deterministic view of the JSON, never a second analysis pass.
655. Record exact discovery queries, query layer, sort, limit, and date boundary.
66 A list of already-known arXiv IDs is not a reproducible discovery query.
676. Build an atomic `evidence` ledger. Every proposition and model judgment must
68 resolve through IDs to appropriate source evidence and locators.
697. Distinguish `metadata`, `abstract`, `full_text`, and `external` evidence.
70 Apply an honest `evidence_ceiling`; missing depth cannot be repaired by prose.
718. Distinguish **shared narrative** from **independent validation**. Several
72 papers repeating the same premise show framing convergence, not that the
73 premise has been independently tested or reproduced.
749. Do not claim peer review, publication, citation impact, influence, replication,
75 adoption, or authority without external academic verification. Record source,
76 URL, access date, and the exact verified fact.
7710. Preserve original English titles. `title_zh` is editorial analysis, not source
78 metadata. Separate author statements, measured results, and analyst inference.
7911. List the arXiv URL of every analyzed paper in the report and final response.
8012. Frame one primary decision maker, choice, and time horizon. Secondary contexts
81 may receive subordinate consequences but may not become co-equal report goals.
82
83## Evidence ceilings and interpretive boundaries
84
85- **Latest is not frontier.** Frontier requires a demonstrated boundary and a
86 bounded delta from it.
87- **Shared language is not validation.** Independent groups must directly test a
88 compatible proposition under interpretable conditions.
89- **One paper is not a transition.** A single work is a signal regardless of
90 novelty or headline result.
91- **Submission volume is not prevalence or adoption.** Search counts describe
92 this retrieval only.
93- **A benchmark win is not deployment readiness.** Preserve the demonstration
94 context and generalization ceiling.
95- **Prestige is not evidence.** Author, lab, venue, affiliation, citations, or
96 recency never replace direct evidence.
97- **Current-year-only abstract scans produce signal hypotheses only.** They may
98 describe recent submissions, but cannot establish historical change,
99 `established` propositions, `structural` transitions, validated maturity, or
100 real-world capability. Mark the missing anchor/full-text/external layers.
101- **Coverage is not a scientific result.** “This search found no deployment
102 evidence” belongs in coverage gaps and the epistemic ceiling, not in a field
103 proposition claiming the technology has no deployments.
104- **Modules are not automatically alternatives.** Memory, gating, feedback, and
105 execution may be complementary stages. Rank only options that address the same
106 choice under genuinely comparable conditions.
107- **Analyst design is not source mechanism.** Label a reference architecture and
108 every design-completion edge visibly; never let a useful synthesis inherit the
109 authority of its source papers.
110
111Read `references/analysis-rubric.md` completely before screening or synthesis.
112
113## Defaults
114
115- Decision context: exactly one primary research agenda, technology strategy,
116 architecture, product, or due-diligence decision; optional secondary contexts
117 remain subordinate.
118- Corpus layers: historical anchor, counterevidence, recent frontier from roughly
119 12–24 months, and emerging signal from roughly 3–6 months.
120- Search breadth: 4–8 real query families, normally 5–20 results each; paginate.
121- Report corpus: normally 10–25 papers; prefer mechanism and negative-evidence
122 coverage over a target count.
123- Evidence: abstracts for discovery; full text for decisive mechanisms,
124 comparisons, results, and limitations; external sources for scholarly status,
125 replication, adoption, and real-world claims.
126- Language/output: `zh-CN`, exact English titles, plus
127 `<topic-slug>-field-report.{json,html}` unless otherwise requested.
128
129## Workflow
130
131### 1. Frame the decision before the search
132
133Populate `scope` with the operational field boundary and one structured
134`decision_context`:
135
136- `primary` decision type;
137- one `decision_maker`, one `choice_at_stake`, and one `time_horizon`;
138- optional `secondary` contexts that remain subordinate to the primary choice;
139- current or prior belief that may be updated;
140- operational definition and unit of analysis;
141- preferred, adjacent, and historical terminology;
142- inclusion, exclusion, date, and category boundaries;
143- what evidence would change the decision;
144- report `as_of` date.
145
146The schema-valid decision types are `research_agenda`, `technology_strategy`,
147`architecture`, `product`, and `due_diligence`. Listing several secondary uses
148does not make them co-equal; only the primary choice controls scope and the top
149answer. Record `scope.coverage_gaps` rather than burying known omissions in final
150caveats.
151
152The research question must contain a decision consequence. “有哪些论文” is a
153search request, not a field-intelligence question.
154
155### 2. Build a four-layer corpus
156
157Create `scope.corpus_layers` entries with an `id`, `role`, `status`, dates,
158purpose, and an honest `coverage_note`. Use `searched`, `partial`, or
159`not_searched` for status:
160
1611. **Historical anchor** — actual earlier papers, surveys, paradigms, benchmarks,
162 or capability records needed to define the prior state.
1632. **Counterevidence** — failures, critiques, negative results, robustness gaps,
164 competing mechanisms, and boundary conditions.
1653. **Recent frontier** — work that may move a capability, mechanism, evaluation,
166 engineering, deployment, or governance boundary.
1674. **Emerging signal** — very recent or isolated work that suggests a hypothesis
168 but is not yet a transition.
169
170Missing layers remain explicit. Never derive a historical baseline solely from
171recent papers describing their own novelty. A failure paper found incidentally is
172not a dedicated counterevidence search; if none was run, keep that layer `partial`
173or `not_searched` in the Decision Brief and Evidence Boundary.
174
175Build complementary title/abstract, mechanism, benchmark, application, failure,
176and replication queries. In `scope.queries`, preserve the exact query string and
177reference its `layer_id`. Distinguish genuine discovery queries from later ID-based
178metadata retrieval. Enforce date windows both in the query where supported and
179again against normalized API dates during screening.
180
181### 3. Search arXiv compliantly
182
183Resolve `literature-search-arxiv` from the active skill list and run its bundled
184search helper from that skill directory. Redirect every response to a dedicated
185run directory.
186
187The dependency requests `uv`. If no `uv` skill is exposed, check `uv --version`.
188Continue when the executable exists and document the fallback. If it is absent,
189stop and report the missing prerequisite; do not replace the helper.
190
191```bash
192uv run "[ARXIV_SKILL_DIR]/scripts/search_arxiv.py" \
193 --query "[QUERY]" --max_results 10 \
194 --sort_by relevance --sort_order descending \
195 > "[RUN_DIR]/raw/query-01.jsonstream"
196```
197
198Normalize each stream:
199
200```bash
201python3 "[THIS_SKILL_DIR]/scripts/normalize_arxiv_stream.py" \
202 --input "[RUN_DIR]/raw/query-01.jsonstream" \
203 --output "[RUN_DIR]/normalized/query-01.json" \
204 --query-label "Historical anchor — canonical mechanism"
205```
206
207Deduplicate by base arXiv ID, retain the newest retrieved version and all query
208provenance, and use supplied dates rather than inferring dates from IDs.
209
210### 4. Screen for field value, not topical resemblance
211
212Screen in two passes:
213
2141. **Topical fit** — the title and abstract satisfy the operational definition.
2152. **Model value** — the paper supplies an anchor, mechanism, experiment,
216 capability demonstration, counterexample, comparison, or signal needed by the
217 field model.
218
219Assign one primary corpus role: `anchor`, `frontier`, `signal`, or
220`counterevidence`. Preserve exclusion reasons for borderline and high-salience
221papers. Record retrieved, deduplicated, screened, and included counts in
222`scope.screening`; record full-text and external coverage in `evidence_coverage`.
223Counts, query logs, and layer coverage must reconcile.
224
225### 5. Enrich papers that control the answer
226
227Retrieve full text whenever a decisive proposition depends on architecture,
228mechanism, experimental conditions, exact comparisons, figures, tables, author
229limitations, or claimed novelty. Record section/page/table/figure locators.
230
231Use official venue/publisher records, DOI/Crossref, OpenAlex, Semantic Scholar,
232official project or replication records, or another primary academic source for
233external verification. Search snippets are discovery aids, not evidence.
234
235### 6. Build atomic evidence and paper facts
236
237Create one `evidence` record per indivisible source fact. Separate author framing,
238measured result, negative result, replication, derived comparison, analyst
239inference, and external validation. External evidence requires `source_url`. Do
240not combine a mechanism claim and several metrics into one evidence record. Each
241paper `metric` must have its own unique `evidence_id`; never reuse one compound
242evidence record for two values.
243
244For each paper, populate `analysis.research_object`, `analysis.mechanism`,
245`analysis.evaluation`, `analysis.key_findings`,
246`analysis.author_stated_limitations`, and
247`analysis.analyst_inferred_limitations`. Use `model_links` to connect the paper to
248relevant `stage_ids`, `option_ids`, `capability_ids`, and `proposition_ids`.
249Preserve `abstract_original`; keep it out of the main decision narrative. Assign an
250`independence_cluster_id` so overlapping labs, author groups, and companion work
251cannot be miscounted as independent validation.
252
253Reconcile `evidence_coverage` with the included papers and evidence records.
254
255### 7. Form testable propositions and the field thesis
256
257Write propositions before conclusions. Every item in `propositions` must contain:
258
259- `statement`, `proposition_type`, `status`, and `scope_conditions`;
260- supporting and counter evidence IDs plus `alternative_explanations`;
261- `evidence_ceiling`, `confidence`, `uncertainty`, and
262 `what_would_change`;
263- `decision_relevance`;
264- an `evidence_profile` covering `directness`, `consistency`,
265 `external_validity`, `reproducibility`, and `rationale`.
266
267Apply the exact status rules in the rubric. A repeated author claim can be
268`multi_source_aligned` while remaining an unvalidated shared narrative.
269Corpus coverage statements such as “this scan found no deployment paper” are not
270scientific propositions. Keep them in `scope.coverage_gaps`,
271`evidence_coverage`, report limitations, and the thesis ceiling.
272
273Derive `field_thesis` from the completed propositions. Populate `direct_answer`,
274`field_stage`, `stage_rationale`, `bottom_line_proposition_ids`,
275`belief_updates`, `decision_relevance`, and `epistemic_ceiling`. Every belief update must state
276`prior_belief`, `updated_belief`, and the proposition IDs that justify the change.
277Allowed field stages are `pre_paradigm`, `emerging`, `consolidating`, `maturing`,
278and `deployed`. Do not choose a stage from paper volume or recency.
279
280Set `epistemic_ceiling.authority`, `.trend`, `.capability`, and `.rationale`
281before writing `direct_answer`. When the authority ceiling is `none`, the valid
282top answer is “当前没有可成立的 authoritative field view”; do not manufacture an
283authoritative-view section. With a current-year abstract corpus and no searched
284or partial anchor layer, set trend to `signals_only` and keep every transition at
285`signal` or `insufficient_evidence`.
286
287### 8. Establish the capability frontier before explaining mechanisms
288
289Populate `capability_frontier.overall_statement` and each capability's
290`current_boundary`, `demonstration_context`, `strongest_evidence_ids`,
291`frontier_level`, `observed_failures`, `anticipated_risks`, `generalization_ceiling`,
292`unresolved_requirements`, `next_boundary`, and `proposition_ids`.
293
294Every observed failure contains `statement` and nonempty, unique `evidence_ids`;
295it must be directly source-bound. `anticipated_risks` are explicitly analyst inference.
296Never relabel an unmeasured concern or coverage gap as an observed failure.
297
298Put unachieved desired capabilities in `readiness_gaps`, not in the demonstrated
299frontier. Each gap records its identity and labels, `current_state`,
300`blocking_evidence`, `what_would_close`, and `proposition_ids`. State when the
301strongest evidence is benchmark-only and show its exact result, baseline, task,
302and simultaneous failure in the main narrative.
303
304### 9. Build a labeled mechanism model and technical options
305
306Only after the capability boundary is explicit, build `mechanism_model`:
307
308- choose `model_type` as `source_synthesized` or `analyst_reference` and set its
309 `epistemic_status`;
310- `system_statement` defines the functional boundary;
311- `stages` state purpose, inputs, outputs, current methods, failure modes, and
312 linked propositions;
313- every edge records its relation and `support_type`: `source_supported`,
314 `cross_paper_inference`, or `analyst_design_completion`;
315- `critical_path_stage_ids` and `critical_path_note` explain which stages are
316 necessary and why;
317- structured `bottlenecks` bind a stage, statement, propositions, and confidence;
318- `model_limitations` state omissions and analyst completion.
319
320An analyst reference architecture must be visibly labeled in JSON and HTML. Do
321not present analyst-added authorization, rollback, memory, or control relations as
322source-supported mechanisms.
323
324Populate `technical_options`, not a generic list of competing approaches. Each
325option states its `technical_bet`, `relationship`, `comparison_status`,
326`comparison_note`, mechanism stages, hypothesis, representative papers,
327advantages, costs, failures, validity conditions, supporting propositions, and
328falsifiers. Use `alternative` only for substitutable choices that address the same
329stage and objective. Use `complementary`, `baseline`, or `hybrid` honestly.
330Rank options only when `comparison_status` is `comparable`; partially comparable
331or non-comparable options may be contrasted but never ranked.
332When the primary decision compares architectures, include material static-rule,
333end-to-end LLM, human-confirmation, or mixed-initiative baselines as applicable.
334Mark unevaluated baselines `baseline` / `not_comparable`; never invent a direct
335comparison, result, or paper support.
336
337### 10. Derive transitions, maturity, decisions, and indicators
338
339A `transition_theses` item must specify `from_state`, `to_state`, the
340`old_constraint`, drivers, time window, status, supporting and counter
341propositions through `supporting_proposition_ids` and
342`counter_proposition_ids`, plural `alternative_explanations`, falsifiers, linked
343leading indicators, and confidence. Submission clustering alone yields `signal`,
344not a structural transition.
345
346Create exactly one `maturity_assessment` entry for each dimension:
347
348- `scientific_mechanism`
349- `benchmark`
350- `engineering`
351- `deployment`
352- `governance`
353
354Each entry requires a level, bounded statement, proposition links, blockers, and
355upgrade conditions. Never average the five dimensions into a decorative score.
356
357Every `decision_consequences` item must identify `decision_type`, `audience`, the
358actual `decision`, a concrete `action`, `because_proposition_ids`, conditions,
359risks, `reversibility`, and confidence. Generic “值得关注” prose is invalid.
360The first and strongest consequence must answer the primary decision context;
361secondary consequences must be visibly subordinate and may not redefine the
362choice or time horizon. It explicitly states: invest now or not; fund validation
363or productization; the ordered priorities; and what must not be done in this
364horizon. A reversible validation investment is not production authorization.
365When `scope.decision_context` includes `technology_strategy`, express its concrete
366consequences through the schema's `research_agenda`, `architecture`, `product`,
367or `due_diligence` decision types rather than inventing a fifth value.
368
369Every `leading_indicators` item must define a label, observable event or measure,
370`current_baseline`, `threshold_or_trigger`, `threshold_basis`,
371`threshold_rationale`, `data_source`, `observation_window`, affected propositions,
372interpretation if met and missed, and the resulting `decision_trigger`. Mark a
373threshold invented for an internal decision rule as `analyst_policy`; never imply
374that “two teams” or “four weeks” came from literature unless `source_derived` is
375actually supported. “更多研究出现” is not an indicator unless the unit, source,
376threshold, and belief update are explicit.
377
378### 11. Validate the v3 research record
379
380```bash
381python3 "[THIS_SKILL_DIR]/scripts/validate_report_data.py" \
382 "[OUTPUT_DIR]/<topic-slug>-field-report.json"
383```
384
385Fix every error. Never weaken validation to accommodate incomplete analysis.
386
387Required negative-test classes include:
388
389- duplicate IDs, unknown fields, dangling evidence/model references, duplicate
390 base arXiv IDs, impossible dates, and inconsistent coverage counts;
391- missing/ambiguous primary decision context or co-equal secondary contexts;
392- a thesis that outruns its propositions or `epistemic_ceiling`, including a
393 manufactured authoritative view when authority is `none`;
394- a coverage gap encoded as a scientific proposition;
395- non-atomic evidence, two metrics sharing one evidence ID, full-text evidence
396 without a locator, or external facts without URL/access date;
397- an `established` proposition supported only by metadata/abstracts or shared
398 narrative;
399- false independent validation from overlapping authors/labs or repeated claims;
400- a capability level beyond its context, an unmet capability modeled as
401 demonstrated, legacy `common_failures`, an unreferenced observed failure, or
402 an analyst risk mislabeled as observed;
403- an analyst reference model presented as source-synthesized, an unlabeled
404 design-completion edge, or an unsupported bottleneck/critical path;
405- complementary modules labeled as alternatives, a non-comparable option ranked,
406 or a technical option without conditions, costs, failures, and falsifiers;
407- a transition without a historical state, independent sequence,
408 counterpropositions, alternatives, falsifiers, or linked indicators;
409- maturity above its evidence ceiling or without blockers/upgrade conditions;
410- a decision without proposition support, conditions, risks, or reversibility;
411- an indicator without threshold basis/rationale or an internally invented
412 threshold not marked `analyst_policy`;
413- a current-year abstract fixture without an anchor that is not capped at
414 `signals_only`, or that claims established/structural/validated/mature,
415 real-world, longitudinal, or independent reproduction.
416
417Run representative mutations from these classes and confirm rejection for the
418expected reason, not merely a generic parse failure.
419
420### 12. Render an outcome-first HTML report
421
422```bash
423python3 "[THIS_SKILL_DIR]/scripts/render_report.py" \
424 --input "[OUTPUT_DIR]/<topic-slug>-field-report.json" \
425 --output "[OUTPUT_DIR]/<topic-slug>-field-report.html"
426```
427
428Do not hand-edit generated HTML. The fixed information architecture is:
429
4301. **Decision Brief** — direct answer, visible authority/trend/capability ceiling,
431 changed beliefs, and the primary decision.
4322. **Current Field Beliefs** — proposition status, scope, uncertainty, and what
433 would change each judgment.
4343. **Capability Frontier** — demonstrated boundary, context, source-bound
435 observed failures, analyst-inferred risks, ceiling, and next boundary.
4364. **Mechanism Model & Technical Options** — source-supported versus analyst-added
437 relations, option relationships, comparability, and actual technical bets.
4385. **Transition Theses** — bounded from/to shifts, alternatives, and falsifiers.
4396. **Five-Dimensional Maturity** — separate scientific, benchmark, engineering,
440 deployment, and governance readiness.
4417. **Decision Consequences** — act, conditions, risks, and reversibility.
4428. **Leading Indicators** — measurable belief and decision update triggers.
4439. **Evidence Boundary** — coverage, missing layers, and material uncertainty.
44410. **Evidence Appendix** — paper dossiers, evidence ledger, exact search method,
445 exclusions, external verification, and all source URLs.
446
447Evidence chips and paper cards must not interrupt the main reasoning. Main-view
448citations use short stable ordinals such as `[E01]`; raw evidence IDs belong only
449in the appendix and link target. Keep key qualifications visible, while detailed
450dossiers, abstracts, records, and search logs remain in the appendix.
451
452### 13. Verify artifact and research acceptance
453
454```bash
455python3 "[THIS_SKILL_DIR]/scripts/verify_report.py" \
456 --data "[OUTPUT_DIR]/<topic-slug>-field-report.json" \
457 --html "[OUTPUT_DIR]/<topic-slug>-field-report.html"
458```
459
460Acceptance requires all of the following:
461
4621. JSON validation and semantic cross-reference checks pass.
4632. Required negative mutations fail for the intended reasons.
4643. Two renders of unchanged JSON have identical hashes.
4654. HTML has doctype, UTF-8 charset, viewport, methodology, evidence ceiling,
466 exact queries, external links, and every analyzed arXiv URL.
4675. Desktop and narrow layouts are visually inspected; English titles do not
468 overflow, Chinese text does not create awkward single-character wraps, and
469 print remains legible.
4706. A cold reader can answer the six value questions, including invest-now,
471 validation-versus-productization, priority, and prohibition, without a dossier.
4727. Every decision consequence names the propositions that justify it, and every
473 leading indicator states how it changes a belief and decision.
4748. The top answer remains valid when it says no authoritative view or no trend is
475 currently supportable; no empty section is filled to imply otherwise.
476
477## Editorial and visual voice
478
479- Calm, restrained, professional, and outcome-first: an Academic Decision
480 Dossier, not a dashboard, newsletter, or promotional page.
481- Lead with bounded judgments and decisions, never “本文介绍了” or paper counts.
482- Prefer mechanism diagrams, frontier matrices, technical-option tables, and
483 indicator registers only when the structured relationships exist.
484- Never manufacture numeric scores, maturity averages, or charts for decoration.
485- Use off-white paper, near-black ink, cool-gray rules, and muted steel-blue; no
486 gradients, glossy cards, decorative icons, or SaaS dashboard blue.
487- Keep conclusions, scope conditions, uncertainty, and falsifiers visible. Put
488 evidence details and original abstracts in the appendix.
489
490## Included resources
491
492- `references/report.schema.json` and `analysis-rubric.md` — v3 contract and rules.
493- `scripts/` — normalization, validation, rendering, and artifact verification.
494- `assets/report.css` and `examples/sample-report.json` — visual system and v3 example.
495
496## Final response
497
498State both skills used and link JSON/HTML; report date, primary decision, coverage,
499investment/validation priority and prohibition, limitations, and every arXiv URL.