スキル一覧に戻る
lola69160

product-research-orchestrator

by lola69160

0🍴 0📅 2025年11月19日
GitHubで見るManusで実行

SKILL.md


name: product-research-orchestrator description: "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."

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

  1. Valide que les 2 produits existent (quick Google search)
  2. Vérifie cache (7j) - si HIT complet → génère rapport directement
  3. Spawn 2 subagents parallèles (1 par produit) pour recherche
  4. Attend complétion et agrège résultats
  5. 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 workflow
  • data/research_{timestamp}/{product}/: Dossiers par produit
  • reports/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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です