1.4 KiB
1.4 KiB
Step 1: source-discovery
Read First
- /AGENTS.md
- /docs/PRD.md
- /docs/ARCHITECTURE.md
- /docs/ADR.md
- /docs/UI_GUIDE.md
- /docs/RESEARCH_LOG.md
- /phases/0-report-generation/index.json
Task
Perform broad web search for the report topic, purpose, and keywords in docs/PRD.md.
Update docs/RESEARCH_LOG.md with candidate sources. Prioritize official documents, primary sources, public data, academic or government sources, credible industry research, and reputable journalism. Record each source with title, publisher, URL, publication date or access date, key content, reliability note, and likely report section.
Aim for enough source diversity to cover the main claims, counterarguments, and uncertainty. If web access is unavailable or a required source is behind authentication/paywall, mark the step blocked with the reason.
Acceptance Criteria
python scripts/validate_workspace.py
Verification
- Run the acceptance command.
- Confirm
docs/RESEARCH_LOG.mdcontains source entries with URLs and reliability notes. - Confirm weak or unverified claims are listed under
검증 필요. - Update this step in
phases/0-report-generation/index.json.
Do Not
- Do not use model memory as a substitute for web search.
- Do not copy long source text into the repository; summarize only what is needed.
- Do not add unsupported claims to
docs/REPORT_DRAFT.mdin this step.