wayfinder

wayfinder is a skill for Claude Code from AndrewDongminYoo/cc-agents-kit. It costs 37 tokens per session (2,256 once invoked), scanned A, original, Apache-2.0.

A planning workflow for large or unclear projects that maps unresolved decisions into tickets under docs/plans/. It resolves the decisions one session at a time before implementation begins.

In plain words
What is it for?
Use it for greenfield projects or large features that need several sessions of investigation and decision-making before someone can write an actionable build plan.
Why use it?
It makes a long effort easier to navigate when the destination is understood but the route and key choices are not.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents.

Part of the context-handoff plugin — 6 skills shipped together

Good fit Use it for greenfield projects or large features that need several sessions of investigation and decision-making before someone can write an actionable build plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andrewdongminyoo/cc-agents-kit/wayfinder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AndrewDongminYoo/cc-agents-kit --skill wayfinder
Clone the repo
git clone --depth 1 https://github.com/AndrewDongminYoo/cc-agents-kit

Made for: Claude Code.

Or install context-handoff, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wayfinder

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrewdongminyoo/cc-agents-kit/wayfinder/github.svg)](https://agentmods.dev/skills/andrewdongminyoo/cc-agents-kit/wayfinder)
Your own site
<a href="https://agentmods.dev/skills/andrewdongminyoo/cc-agents-kit/wayfinder"><img src="https://agentmods.dev/badge/skills/andrewdongminyoo/cc-agents-kit/wayfinder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wayfinder

Your own site · 80×15
<a href="https://agentmods.dev/skills/andrewdongminyoo/cc-agents-kit/wayfinder"><img src="https://agentmods.dev/badge/skills/andrewdongminyoo/cc-agents-kit/wayfinder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,256 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.02256
Opus 5 $0.00018 $0.01128
Sonnet 5 $0.00007 $0.00451
Haiku 4.5 $0.00004 $0.00226

Measured 10d ago against content hash db6eed9ff32a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

wayfinder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/context-handoff/skills/wayfinder/SKILL.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wayfinder

An idea has arrived that is too big for one session and wrapped in fog: the way from here to the destination isn't visible yet. Wayfinding finds that way — it does not charge at the destination. This skill charts the way as a map under docs/plans/, then works its decision tickets — questions whose resolution is a decision, not slices of a build to execute — one per session until the route is clear.

When to use

  • A greenfield project or a large feature build where you can feel the shape of the work but cannot yet write it as a spec.
  • More than one 100K-token session of thinking stands between here and a plan.

Skip when the effort fits one session — grill it and write the spec directly. Skip when the plan already exists and only needs slicing; that is plan-audit territory, not wayfinding. This is the heaviest planning flow here: reaching for it on a well-scoped feature costs several sessions and buys nothing.

Plan, don't do

Every ticket resolves a decision, and the map is done when nothing is left to decide before someone goes and builds the thing. The pull to just do the work is the signal you have reached the edge of the map — that is the moment to hand off to a spec, not to start implementing. An effort can override this in the map's Notes; absent that, produce decisions, not deliverables.

The map

The map is docs/plans/<effort-slug>/map.md, its tickets are docs/plans/<effort-slug>/tickets/NN-<slug>.md, numbered from 01. This matches the docs layout in CLAUDE.md — never .scratch/, never docs/superpowers/**.

The map is an index, not a store. A decision lives in exactly one place — its ticket — so the map gists it and links, never restates it. Load the map at low resolution each session and open individual tickets on demand.

Refer to every ticket by its title in anything the operator reads. A wall of 01, 02, 03 is illegible; the number rides inside the name, it never stands in for it.

# <effort name>

## Destination

<what reaching the end of this map looks like — the spec, decision, or change this effort is finding its way to. One or two lines; every session orients to it before choosing a ticket.>

## Notes

<domain; skills and rules every session should consult; standing preferences for this effort>

## Decisions so far

- <resolved ticket title> (`tickets/<NN>-<slug>.md`) — <one-line gist of the answer>

## Not yet specified

<in-scope fog you cannot ticket yet; graduates as the frontier advances>

## Out of scope

<work ruled beyond the destination; never graduates>

Read the full file on GitHub · 153 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 153 lines · 37 tokens per session scan A db6eed9ff32a

Subscribe to this mod's changes

wayfinder is a skill published in the GitHub repository AndrewDongminYoo/cc-agents-kit (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 37 tokens to every session and 2,256 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.