From spec-flow
Investigates technical topics through codebase analysis and web research. Outputs research-{date}-{topic}.md with findings, comparisons, and recommendations. Use when exploring options, comparing libraries, or investigating architecture decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spec-flow:researchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
技術トピックを調査し、結果をファイルに残すスキル。
技術トピックを調査し、結果をファイルに残すスキル。 コードベース分析が必要な場合は analyzer、Web 調査が必要な場合は researcher に委譲する(メインコンテキストの節約のため)。
入力: ユーザーの調査要求($ARGUMENTS または対話)
出力: docs/plans/{feature-name}/research-{YYYY-MM-DD}-{topic}.md
パスルール: docs/plans/{feature-name}/ はカレントディレクトリ直下。{feature-name} は英語の kebab-case
Step 1: 調査対象の明確化
Step 2: 調査実行(analyzer / researcher に委譲)
Step 3: 結果を research ファイルに出力
Step 4: 次のアクション提示
$ARGUMENTS から調査トピックとゴールを把握する。不明確なら AskUserQuestion で1往復確認。
feature-name が指定されていれば docs/plans/{feature-name}/ を出力先にし、plan.md があれば読んでコンテキストにする。
調査内容に応じて analyzer / researcher に委譲する:
docs/plans/{feature-name}/research-{YYYY-MM-DD}-{topic}.md に Write で保存する。
# リサーチ: {トピック}
調査日: {YYYY-MM-DD}
## 調査ゴール
{何を明らかにしたかったか}
## 調査結果
{発見事項、比較がある場合はテーブル形式}
## 推奨・結論
{推奨するアプローチとその根拠}
## 次のステップ
{この調査をもとに何をすべきか}
AskUserQuestion:
/spec で仕様を作成するnpx claudepluginhub 884js/spec-flow --plugin spec-flowStructured multi-agent research for technology evaluation, SOTA analysis, codebase archaeology, and competitive analysis. Deploys research waves with deferred synthesis before decisions.
Researches topics, technologies, or approaches. Useful for investigation and information gathering before implementation.
Explores codebase topics by searching prior knowledge and conducting multi-angle analysis, outputting structured findings. Supports /research command and optional auto mode.