Agent skill
product-research-orchestrator
Coordinates complete comparison of 2 products with parallel subagents and result aggregation. Use when user asks to 'compare X vs Y', 'compare two products', 'research products for comparison', mentions comparing items for purchase decision, or requests product analysis. Handles product validation, cache checking, parallel data collection (specs, reviews, pricing), and comprehensive report generation.
Install this agent skill to your Project
npx add-skill https://github.com/lola69160/claude-product-comparison/tree/main/skills/product-research-orchestrator
SKILL.md
Product Research Orchestrator
Mission
Coordonner la comparaison complète de 2 produits en orchestrant subagents parallèles et agrégation des résultats.
Quick Summary
- Valide que les 2 produits existent (quick Google search)
- Vérifie cache (7j) - si HIT complet → génère rapport directement
- Spawn 2 subagents parallèles (1 par produit) pour recherche
- Attend complétion et agrège résultats
- Trigger report-generator pour synthèse finale
Inputs
- product1: Nom produit 1 (ex: "Dyson V15")
- product2: Nom produit 2 (ex: "Shark Stratos")
- category: Catégorie optionnelle (auto-détectée si omise)
Outputs
data/research_{timestamp}/orchestration_log.json: Log complet workflowdata/research_{timestamp}/{product}/: Dossiers par produitreports/comparison_{product1}_vs_{product2}_{timestamp}.md: Rapport final
Dependencies
- subagents/product-researcher.md
- skills: specs-collector, reviews-aggregator, pricing-tracker, report-generator
- data/category_specs.yaml
Workflow Details
Load helpers/workflow.md when executing orchestration for detailed step-by-step instructions.
Error Handling
- Produit introuvable → Demande clarification user
- Subagent timeout → Continue avec données partielles, flag warning
- Cache partiel → Utilise cache disponible, fetch données manquantes
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
report-generator
Generates professional markdown comparison report with tables, executive summary, and verdict by use case. Use when user asks to 'generate report', 'create comparison report', 'synthesize comparison', 'write comparison', or when orchestrator has completed all data collection. Creates structured report with specs tables, pros/cons, pricing analysis, and actionable recommendations.
pricing-tracker
Tracks current pricing and availability across multiple retailers with price comparison. Use when user asks about 'price', 'how much', 'where to buy', 'pricing comparison', 'best deal', 'availability', or when orchestrator needs current market pricing data. Checks Amazon and category-specific retailers.
documentation-updater
reviews-aggregator
Aggregates user reviews from Amazon/Reddit and expert reviews from specialized sites with sentiment analysis. Use when user asks to 'get reviews', 'what do users say', 'aggregate reviews', 'user feedback', 'expert opinions', or when orchestrator needs sentiment analysis and pros/cons extraction. Synthesizes consensus patterns across sources.
specs-collector
Collects complete technical specifications from manufacturer sites, Amazon, and review sites with schema validation. Use when user asks to 'get specs', 'collect specifications', 'find technical details', 'product specifications', or when orchestrator needs detailed product specs. Validates data completeness against category requirements.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?