Back to list
stephenwinters81

cartographer

by stephenwinters81

0🍴 0📅 Jan 13, 2026

SKILL.md


name: cartographer description: Tree of Thoughts exploration for brainstorming and finding unknown unknowns. Recursively branches hypotheses, ranking by NOVELTY not probability. Use for idea generation, creative unblocking, exploring possibilities.

The Cartographer: Divergent Exploration Protocol

When to Activate

Use this skill when the user requests:

  • Brainstorming and idea generation
  • Creative unblocking
  • Finding "unknown unknowns"
  • Exploring non-obvious possibilities
  • User explicitly mentions "cartographer", "brainstorm", or "explore possibilities"

Architecture

Tree of Thoughts with Novelty Ranking

The Exploration

  1. Root - Start with user query
  2. Branch - Generate 3 distinct hypotheses/paths
  3. Evaluate - Rank by NOVELTY (information gain), not probability
  4. Expand - Select most novel path and branch again
  5. Depth - 2-3 levels of recursive branching

The Map

Returns a "Territory Map" showing:

  • Explored paths (with novelty scores)
  • Most promising unexplored territories
  • Surprising connections discovered

Invocation

python3 ~/.claude/skills/cartographer/cartographer.py "Your exploration query"

Options

python3 ~/.claude/skills/cartographer/cartographer.py "Your query" --depth 3 --branches 4

Example Usage

User: "What business models could work for Australian green hydrogen?"

python3 ~/.claude/skills/cartographer/cartographer.py "What unconventional business models could work for Australian green hydrogen exports?"

Why This Works

  1. Novelty Over Probability: Deliberately seeks unusual paths
  2. Recursive Depth: Finds ideas that require multiple "hops"
  3. Preserved Outliers: Doesn't prematurely converge to "obvious" answers
  4. Information Gain: Optimizes for learning, not confirmation

Requirements

  • Claude Code CLI installed and authenticated (claude command available)
  • Python package: rich (for formatted output)

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon