← スキル一覧に戻る

vanguard
by stephenwinters81
⭐ 0🍴 0📅 2026年1月13日
SKILL.md
name: vanguard description: Scout swarm for broad domain mapping and edge case discovery. Launches multiple high-temperature agents with distinct search vectors. Use for finding obscure data, edge cases, and mapping new territories.
The Vanguard: Scout Swarm Protocol
When to Activate
Use this skill when the user requests:
- Mapping a new domain broadly
- Finding edge cases and outliers
- Searching for obscure data points
- Wildcard/contrarian searches
- User explicitly mentions "vanguard", "scout", or "broad search"
Architecture
10 Parallel Scouts with Distinct Search Vectors
The Swarm
- Scatter - Launch 10 agents with high temperature (creative/divergent)
- Direct - Each scout has a distinct search vector:
- Scout 1: "Assume the consensus is wrong"
- Scout 2: "Look for failures and negative examples only"
- Scout 3: "Find the contrarian experts"
- Scout 4: "Search non-English/non-Western sources"
- Scout 5: "Look for historical parallels"
- Scout 6: "Find the edge cases"
- Scout 7: "What would a critic say?"
- Scout 8: "Search academic/technical sources"
- Scout 9: "Find the recent developments (last 6 months)"
- Scout 10: "What's everyone missing?"
The Gathering
Returns a "Menu of Possibilities" - deliberately NOT synthesized to preserve outliers
Invocation
python3 ~/.claude/skills/vanguard/vanguard.py "Your domain to scout"
Options
python3 ~/.claude/skills/vanguard/vanguard.py "Your query" --scouts 5 # Fewer scouts for faster results
Example Usage
User: "What are the risks of Australia's green steel strategy?"
python3 ~/.claude/skills/vanguard/vanguard.py "What risks and failure modes exist for Australia's green steel ambitions?"
Why This Works
- Deliberate Divergence: High temperature prevents convergence
- Distinct Vectors: Each scout looks in a different direction
- Preserved Outliers: No synthesis means edge cases aren't averaged away
- Contrarian by Design: Multiple scouts explicitly seek counter-evidence
Requirements
- Claude Code CLI installed and authenticated (
claudecommand available) - Python package:
rich(for formatted output)
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です