Files
Agentic-AI-Template/Document/phases/0-report-generation/step1.md
T
2026-04-24 08:34:53 +09:00

34 lines
1.4 KiB
Markdown

# 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
```bash
python scripts/validate_workspace.py
```
## Verification
1. Run the acceptance command.
2. Confirm `docs/RESEARCH_LOG.md` contains source entries with URLs and reliability notes.
3. Confirm weak or unverified claims are listed under `검증 필요`.
4. 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.md` in this step.