From Wayfinder Maps
Investigates questions against high-trust primary sources (docs, source code, specs) and writes cited Markdown findings to a project conventions file.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wayfinder-maps:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
If your environment supports background subagents, spin one up to do the research so you keep working while it reads. Otherwise, do the research yourself in this session.
If your environment supports background subagents, spin one up to do the research so you keep working while it reads. Otherwise, do the research yourself in this session.
The job:
.plan/research/<slug>.md and say where.npx claudepluginhub rengwu/wayfinder-mapsInvestigates questions against primary sources (official docs, source code, specs) and saves findings as a Markdown file. Delegates reading legwork to a background agent.
Spawns a background agent to research a question against high-confidence primary sources (official docs, source code, APIs) and writes findings as a Markdown file in the repo.
Spawns a background agent to research a question against primary sources (docs, source code, specs) and saves findings as a cited Markdown file. Use when you need facts gathered without blocking your workflow.