# Research: {TOPIC}

## Quick Navigation

| Document | Description |
|----------|-------------|
| [Executive Summary](outputs/00_executive_summary.md) | 1-2 page overview of key findings |
| [Full Report](outputs/01_full_report/) | Comprehensive analysis |
| [End User Guide](outputs/02_end_user_guide/) | Practical actions for non-technical users |
| [Developer Blueprint](outputs/03_developer_blueprint/) | Technical implementation details |
| [Appendices](outputs/04_appendices/) | Methodology, glossary, bibliography |

---

## Research Overview

**Topic**: {TOPIC}

**Session ID**: {SESSION_ID}

**Conducted**: {DATE_RANGE}

**Status**: {STATUS}

---

## Key Findings at a Glance

### {FINDING_1_TITLE}
{FINDING_1_SUMMARY}

### {FINDING_2_TITLE}
{FINDING_2_SUMMARY}

### {FINDING_3_TITLE}
{FINDING_3_SUMMARY}

---

## Folder Structure

```
{SESSION_ID}/
├── README.md                 ← You are here
├── state.json                # Research state (for resume)
│
├── outputs/
│   ├── 00_executive_summary.md
│   ├── 01_full_report/
│   │   ├── 00_table_of_contents.md
│   │   ├── 01_introduction.md
│   │   ├── 02_{subtopic_1}.md
│   │   ├── 03_{subtopic_2}.md
│   │   ├── 04_{subtopic_3}.md
│   │   └── 99_conclusion.md
│   ├── 02_end_user_guide/
│   ├── 03_developer_blueprint/
│   └── 04_appendices/
│       ├── methodology.md
│       ├── glossary.md
│       └── future_research.md
│
├── sources/
│   ├── sources.jsonl         # Raw source data
│   ├── bibliography.md       # Formatted citations
│   └── quality_report.md     # Source quality analysis
│
├── artifacts/
│   ├── research_plan.json
│   └── agent_results/
│
└── website/                  # (Optional) Visual presentation
    ├── index.html
    ├── styles.css
    └── script.js
```

---

## Research Methodology

### Phases Completed
| Phase | Description | Status |
|-------|-------------|--------|
| 1. Question Scoping | Clarified requirements | {PHASE_1_STATUS} |
| 2. Retrieval Planning | Created research plan | {PHASE_2_STATUS} |
| 3. Iterative Querying | Searched and collected sources | {PHASE_3_STATUS} |
| 4. Source Triangulation | Cross-verified findings | {PHASE_4_STATUS} |
| 5. Knowledge Synthesis | Created draft content | {PHASE_5_STATUS} |
| 6. Quality Assurance | Verified citations and claims | {PHASE_6_STATUS} |
| 7. Output & Packaging | Generated final deliverables | {PHASE_7_STATUS} |

### Sources
- **Total Sources Analyzed**: {TOTAL_SOURCES}
- **Quality Distribution**: A:{A_COUNT} B:{B_COUNT} C:{C_COUNT} D:{D_COUNT}

---

## How to Use This Research

### For Executives
Start with the [Executive Summary](outputs/00_executive_summary.md) for a quick overview of findings and recommendations.

### For Analysts
Review the [Full Report](outputs/01_full_report/) for detailed analysis with citations.

### For End Users
Check the [End User Guide](outputs/02_end_user_guide/) for practical, actionable steps.

### For Developers
See the [Developer Blueprint](outputs/03_developer_blueprint/) for technical specifications and code examples.

---

## Resume This Research

If this research was interrupted, resume with:
```
/research-resume {SESSION_ID}
```

---

## Citation

To cite this research:
```
{CITATION_FORMAT}
```

---

*Generated by Deep Research Skill*
*Last updated: {LAST_UPDATED}*
