takt/builtins/en/facets/instructions/research-analyze.md
nrslib a27c55420c feat: deep-research ピースにデータ保存とレポート出力を追加
dig/analyze に edit:true + Write を追加し調査データをファイル保存可能に。
dig に Bash を追加し CSV 等のファイルダウンロードを可能に。
supervise に output_contracts を追加しエンジン Phase 2 で最終レポートを出力。
2026-02-25 23:50:52 +09:00

24 lines
1010 B
Markdown

Analyze the research results and determine whether additional investigation is needed.
**What to do:**
1. Organize the major findings from the research results
2. Identify unexplained phenomena, unverified hypotheses, and missing data
3. Save analysis results to `{report_dir}/analysis-{N}.md` as files
4. Make one of the following judgments:
- **New questions exist** → Create additional research instructions for the Digger
- **Sufficiently investigated** → Create an overall summary
**Data saving rules:**
- Write to `{report_dir}/analysis-{N}.md` (N is sequential number) for each analysis
- Include analysis perspective, synthesized findings, and identified gaps
**Additional research instruction format:**
- What to investigate (specific data or information)
- Why it's needed (which gap it fills)
- Where it might be found (hints for data sources)
**Overall summary structure:**
- Summary of findings so far
- Organization of findings
- Identified gaps and their importance (if remaining)