Report Generator
Mission
Générer rapport markdown professionnel comparant 2 produits avec: executive summary, tableaux specs, reviews synthèse, pricing, verdict par use case.
Quick Summary
- Load all collected data (specs, reviews, pricing) for both products
- Generate Executive Summary (3 paragraphs, verdict)
- Create comparative tables (specs side-by-side)
- Synthesize reviews (consensus pros/cons)
- Pricing comparison table
- Verdict par use case ("Meilleur budget", "Meilleur performance")
- Sources citées
- Save markdown report
Inputs
- research_folder: Path to data/research_{timestamp}/
- product1_name: Nom produit 1
- product2_name: Nom produit 2
- category: Catégorie
Outputs
reports/comparison_{product1}_vs_{product2}_{timestamp}.md
Dependencies
- Load
helpers/template.mdwhen generating for complete markdown structure - All collected data files (specs.json, reviews_summary.json, pricing.json)
Workflow
Load helpers/template.md when executing generation for complete report structure.