wayfinder

wayfinder is a skill for Claude Code from DDS-Solutions/AI-TadPole-OS. It costs 27 tokens per session (495 once invoked), scanned A, original, MIT.

A planning method for large projects that turns unknowns into linked decision tickets and records each resolved choice in a persistent map.

In plain words
What is it for?
It helps break down complex initiatives, track open questions, record decisions, and keep future work aligned.
Why use it?
It reduces lost context and inconsistent decisions when work spans multiple sessions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It helps break down complex initiatives, track open questions, record decisions, and keep future work aligned.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dds-solutions/ai-tadpole-os/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 DDS-Solutions/AI-TadPole-OS --skill wayfinder
Clone the repo
git clone --depth 1 https://github.com/DDS-Solutions/AI-TadPole-OS

Made for: Claude Code.

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/dds-solutions/ai-tadpole-os/wayfinder/github.svg)](https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/wayfinder)
Your own site
<a href="https://agentmods.dev/skills/dds-solutions/ai-tadpole-os/wayfinder"><img src="https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/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/dds-solutions/ai-tadpole-os/wayfinder"><img src="https://agentmods.dev/badge/skills/dds-solutions/ai-tadpole-os/wayfinder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 495 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00027 $0.00495
Opus 5 $0.00014 $0.00247
Sonnet 5 $0.00005 $0.00099
Haiku 4.5 $0.00003 $0.00049

Measured 7d ago against content hash 04ebfbda139f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 7d 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.

.agent/skills/wayfinder/SKILL.md · 54 lines

What it actually says

[!IMPORTANT] AI Context & Knowledge Heritage

  • Subsystem: Agent Skills Registry / wayfinder
  • Architecture: @docs ARCHITECTURE:Documentation
  • Failure Path: Information drift, legacy terminology, or documentation mismatch.
  • Observability: Traceability via execution/parity_guard.py ([SKILL])

Fog-of-War Wayfinding Protocol

Chart large multi-session initiatives wrapped in fog by building a persistent map artifact rather than charging blindly at an unrefined destination.


The Map Structure

Save the map to .tmp/wayfinder-map-<epic-name>.md or link it to an issue tracker issue labelled wayfinder:map.

# Epic Map: <Name>

## Destination
<What reaching the end of this map looks like — 1-2 lines. Shapes every decision ticket.>

## Notes
<Domain rules, architecture constraints, standing preferences for this epic.>

## Decisions So Far
- [<Closed Ticket Title>](link) — <One-line gist of the decision/resolution>

## Not Yet Specified (Fog of War)
<!-- Dim view of upcoming in-scope questions that cannot yet be phrased precisely -->

## Out of Scope
<!-- Work ruled beyond the destination; closed, never graduates -->

Operating Principles

  1. Plan, Don't Execute: Each ticket resolves a decision, not a slice of code to build immediately.
  2. Refer by Name: Always cite tickets by full descriptive title, not bare IDs (#42).
  3. Fog vs. Ticket:
    • Create a Ticket when the decision question can be phrased precisely now (even if blocked).
    • Keep in Not Yet Specified when the question is hazy. Graduate it into a ticket as the frontier advances.
  4. Single Ticket per Session: Resolve exactly one decision ticket per agent session to avoid context token saturation.
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. 7d ago First seen · 54 lines · 27 tokens per session scan A 04ebfbda139f

Subscribe to this mod's changes

wayfinder is a skill published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed yesterday), licensed MIT. It adds 27 tokens to every session and 495 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

auditing-endpoints

Audit every endpoint in a PostHog project for staleness, failed materialisations, and unused materialised versions. Use when the user asks "what endpoints can I clean up?", "are any of my endpoints broken?", "which materialised versions are still being called?", or wants a one-shot cleanup pass over the Endpoints…

PostHog/posthog · 96 tokens

managing-endpoint-versions

Work safely with endpoint versions — preview a draft in the playground, roll back to an older version, update settings on one version without bumping query history, deactivate a specific version. Use when the user asks "how do I roll back my endpoint", "preview my changes before publishing", "I want to fix v5 without…

PostHog/posthog · 111 tokens

stacking-prs

Create and manage GitHub native Stacked PRs in this repo with the gh stack CLI. Use when asked to stack PRs, split a large change into a stack, add a layer to a stack, restack or rebase a stack, adopt existing branches or PRs into a stack, check out someone else's stack, or land a stack. Covers creating and submitting…

PostHog/posthog · 136 tokens

setting-up-support-slack-locally

Connect a real Slack workspace to local PostHog Conversations (the SupportHog Slack app) so Slack messages become support tickets and replies post back. Use when the user wants to test the conversations Slack integration locally, hits "Support Slack OAuth client ID is not configured", gets a white screen or "Network…

PostHog/posthog · 132 tokens

clawsweeper

Triage and process the Slate v2 issue ledger with OpenClaw-style sweep discipline: archive-first discovery, duplicate proof, small-fix gates, exact claim rules, maintainer-safe issue output, and gitcrawl API refreshes.

udecode/plate · 52 tokens

sync-plate-ui

Autogoal-backed fork-aware status, planning, review, dashboard, apply, and tracking for syncing Plate UI registry components into downstream custom apps such as Potion. Use when the user asks for sync-plate-ui, sync-plate-ui status, sync-plate-ui plan, sync-plate-ui review, sync-plate-ui dashboard, sync-plate-ui…

udecode/plate · 121 tokens