dk-local-follow-breadcrumb

Load breadcrumb workflows to map user questions before code exploration.

87|12|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/deepklarity/harness-kit --skill dk-local-follow-breadcrumb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dk-local-follow-breadcrumb
Source: https://github.com/deepklarity/harness-kit/tree/main/.claude/skills/dk-local-follow-breadcrumb
Command: npx skills add https://github.com/deepklarity/harness-kit --skill dk-local-follow-breadcrumb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users understand how a flow behaves by consulting breadcrumb analyses before diving into code exploration, saving time and reducing unnecessary digging.

Core Features & Use Cases

  • Breadcrumb-first research: Load and compare documented breadcrumb workflows to answer questions about where and how flows occur.
  • Context-aware navigation: Identify the right breadcrumb to inspect and avoid unnecessary code searches.
  • Use Case: When debugging a cross-layer flow (frontend → backend → worker), quickly map questions to the relevant breadcrumb docs to answer "where does X happen?" without full code exploration.

Quick Start

Load the relevant breadcrumb index and browse matches to your question before diving into code or running subagents.

Frequently Asked Questions about dk-local-follow-breadcrumb

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

FAQPage Schema
What is breadcrumb-first exploration for code flows?

You should use breadcrumb documentation to map questions to relevant flows before exploring code. This approach saves time and reduces unnecessary digging when debugging cross-layer flows like frontend to backend to worker.

How do I debug cross-layer flows without unnecessary code searches?

To debug cross-layer flows, load the relevant breadcrumb index and browse matches to your question. This context-aware navigation identifies the right breadcrumb to inspect, answering where specific events happen without full code exploration.

Do I need subagents to understand where a feature happens in the code?

Breadcrumb-first research differs from direct code exploration by consulting documented breadcrumb workflows before searching code. It provides context-aware navigation to identify the right breadcrumb, avoiding unnecessary digging and ensuring targeted investigation.

What are the limitations of breadcrumb-driven code flow debugging?

The main limitation of breadcrumb-driven debugging is its dependence on existing breadcrumb documentation. If the relevant breadcrumb index for a specific flow is missing, this approach cannot map the question and requires traditional code exploration instead.