friction-log

Filter and group friction log signals into a banner-style report.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/estevanhernandez-stack-ed/vibe-cartographer --skill friction-log-estevanhernandez-stack-ed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: friction-log
Source: https://github.com/estevanhernandez-stack-ed/vibe-cartographer/tree/main/plugins/vibe-cartographer/skills/friction-log
Command: npx skills add https://github.com/estevanhernandez-stack-ed/vibe-cartographer --skill friction-log-estevanhernandez-stack-ed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Friction signals are scattered across logs; this skill provides a read-only, filterable view of friction data to help you understand where friction lies and how it trends.

Core Features & Use Cases

  • Read-only friction log with project, type, confidence filters
  • Grouped by friction type and displayed in a banner-style report
  • Useful for quick retrospectives and per-project breadcrumbs

Quick Start

To view the current friction report, run the friction command with optional filters.

Frequently Asked Questions about friction-log

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

FAQPage Schema
How do I summarize friction signals from a local log for quick inspection?

To summarize friction signals for quick inspection, use a reporting tool that groups friction data by type and displays the results in a banner-style report without writing to disk.

What is a friction log and when do I need to inspect it?

A friction log records scattered friction signals across a project. You need to inspect it during quick retrospectives or when generating per-project breadcrumbs to understand where friction lies and how it trends.

Can I filter friction log data by project, type, confidence, and days?

Yes, you can filter friction log data by project, type, confidence, and days. Applying these optional filters narrows the results before grouping them by friction_type for a targeted inspection.

Does friction log inspection modify or write any data to disk?

Friction log inspection is strictly read-only and does not write data to disk. The renderer outputs a banner-style report with per-group boxes and a final summary directly to your view.

How do I generate a per-project breadcrumb report from friction data?

To generate a per-project breadcrumb report from friction data, apply the --project filter to your read-only log inspection. The renderer groups the narrowed results by friction_type and outputs a final summary.