wayfinder

Create and update a shared issue map on an issue tracker.

1|Updated Dec 26, 2021
One-click install
npx skills add https://github.com/Zangetsu101/dotfiles --skill wayfinder-zangetsu101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayfinder
Source: https://github.com/Zangetsu101/dotfiles/tree/main/agents/skills/wayfinder
Command: npx skills add https://github.com/Zangetsu101/dotfiles --skill wayfinder-zangetsu101

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Wayfinder helps manage large projects by creating a shared map of issues on an issue tracker, allowing teams to resolve them one at a time until the path to the destination is clear.

Core Features & Use Cases

  • Shared Map Creation: Generate a map of issues on an issue tracker to represent the project's progress.
  • Issue Resolution: Work through the map by resolving issues step by step.
  • Ticket Management: Create and manage tickets as child issues of the map, each representing a decision or investigation.
  • Use Case: Ideal for complex projects where multiple decisions need to be made, and a clear path to completion is needed.

Quick Start

Create a new map for your project by naming the destination and outlining the initial set of issues.

Frequently Asked Questions about wayfinder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage complex projects with a shared issue map?

Issue tracking with Wayfinder works by creating a parent map on your issue tracker and generating child tickets for individual decisions. You resolve these issues sequentially, using ticket blocking to manage dependencies until the project is complete.

How do I track project resolution using ticket management?

You can track project resolution by creating child tickets on the map for each decision or investigation. These tickets are then resolved sequentially, with ticket blocking ensuring dependencies are cleared before moving forward.

Do I need an issue tracker with native blocking capabilities to use this?

You need an issue tracker with native blocking capabilities for full functionality, but a fallback local-markdown tracker is supported. This ensures you can still manage project navigation and ticket dependencies even without advanced tracker features.

What is the best way to navigate multiple project decisions?

The best way to navigate multiple decisions is by generating a shared issue map that represents your project's progress. This allows you to create and manage tickets for each decision, resolving them individually to clear the path to your destination.

Can I use local markdown files for issue tracking if my tracker lacks blocking features?

Yes, you can use a local-markdown tracker as a fallback if your primary issue tracker lacks native blocking capabilities. This allows you to maintain project navigation and ticket blocking functionality without changing your core tracker.