dk-breadcrumb-creator

Trace workflows through the harness-kit monorepo and generate FLOW.md, DETAILS.md, and DEBUG.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Traces a workflow end-to-end through the harness-kit monorepo and creates a breadcrumb analysis doc in docs/breadcrumb_analysis/.

## Core Features & Use Cases

  • Generate a structured, cross-layer trace for a given user flow.
  • Produce FLOW.md, DETAILS.md, and DEBUG.md under docs/breadcrumb_analysis/<flow-name>.
  • Cross-reference existing breadcrumbs and suggest extensions or new breadcrumbs for complex flows.
  • Create debugging guides to accelerate issue diagnosis during development and incident response.

### Quick Start Provide a flow name or description to the dk-breadcrumb-creator to generate the documentation scaffolding and guidance.

Frequently Asked Questions about dk-breadcrumb-creator

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

FAQPage Schema
How do I trace a workflow end-to-end across a monorepo to document cross-layer flows?

To trace a workflow end-to-end across a monorepo, provide a flow name to generate a breadcrumb analysis. This traces execution across frontend, backend, workers, and CLI layers, outputting structured FLOW.md, DETAILS.md, and DEBUG.md artifacts.

What is the best way to generate documentation for debugging cross-layer flows in a monorepo?

Generating debugging guides for cross-layer flows in a monorepo involves producing a DEBUG.md file within a breadcrumb analysis directory. This document accelerates issue diagnosis during development and incident response by tracing the flow across architectural layers.

How do I create breadcrumb documentation for a specific user flow in a harness-kit monorepo?

Creating breadcrumb documentation for a specific user flow requires providing a flow description to generate scaffolding. The process verifies existing breadcrumbs before writing new entries, ensuring accurate cross-referencing for complex monorepo paths.

Can I cross-reference existing breadcrumbs when documenting complex monorepo workflows?

Yes, you can cross-reference existing breadcrumbs when documenting complex monorepo workflows. The tracing process verifies current breadcrumbs before writing new entries, suggesting extensions or new breadcrumbs to fully capture intricate cross-layer flows.

What files are generated when tracing a workflow through a monorepo?

Tracing a workflow through a monorepo generates three standard documentation artifacts: FLOW.md, DETAILS.md, and DEBUG.md. These files are created under a dedicated breadcrumb analysis directory structured by the specific flow name.