improve

Capture friction observations and analyze root causes with 5 whys.

Updated Nov 2, 2025
One-click install
npx skills add https://github.com/SelrahcD/claude-marketplace --skill improve-selrahcd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: improve
Source: https://github.com/SelrahcD/claude-marketplace/tree/main/selrahcd-dot-claude/skills/improve
Command: npx skills add https://github.com/SelrahcD/claude-marketplace --skill improve-selrahcd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Observations during work often go untracked, causing recurring friction and missed improvement opportunities. This skill captures those observations and turns them into durable improvements.

Core Features & Use Cases

  • Capture observations during work via /improve-capture for a low-friction data stream.
  • Analyze logged observations using a 5 whys approach to identify root causes.
  • Delegate to claude-code-optimizer to propose durable solutions and implement them immediately. Example: during a sprint retrospective, log friction points and immediately generate an implemented improvement.

Quick Start

Log a friction observation with /improve-capture and then run /improve to process it into a durable improvement.

Frequently Asked Questions about improve

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

FAQPage Schema
How do I capture workflow friction points and turn them into continuous improvements?

You can capture workflow friction points by logging observations on demand, then analyzing them to identify root causes and implement lasting changes. This continuous improvement approach systematizes recurring issues into durable solutions logged for future auditing.

How does a 5 whys root-cause analysis work for sprint retrospectives?

The 5 whys root-cause analysis for sprint retrospectives works by iteratively asking why an observed friction point occurred to uncover the underlying systemic issue. This root cause is then used to propose and implement a durable solution.

What is the best way to track observations during ongoing software engineering work?

The best way to track observations during ongoing work is to use a low-friction capture mechanism that stores friction points locally. This creates a continuous data stream that can be later audited and analyzed for root causes.

Do I need claude-code-optimizer to implement proposed workflow improvements?

You need claude-code-optimizer to propose durable solutions and implement them immediately based on root-cause analysis. It coordinates with observation logs to ensure friction points are resolved with lasting changes.

Can I audit past continuous improvements and reviewed observations?

You can audit past continuous improvements and reviewed observations through a dedicated log file. This audit trail stores all observations and tracks the durable improvements implemented over time.