efficiency-tracker

Append workflow timelines, blockers, verification results, and commits to flow-report.md.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/munlucky/claude-command-relay --skill efficiency-tracker
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: efficiency-tracker
Source: https://github.com/munlucky/claude-command-relay/tree/main/.claude/skills/efficiency-tracker
Command: npx skills add https://github.com/munlucky/claude-command-relay --skill efficiency-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The workflow efficiency tracker records and consolidates timeline milestones, blockers, verification results, and commits into a single flow-report.md for clear project visibility and auditability.

Core Features & Use Cases

  • Record start/end timestamps and the active phase of work
  • Capture blocking notes such as waiting on specs, approvals, or external inputs
  • Log validation results (typecheck/build/lint) and related outputs with authorship
  • Attach commit references and file changes with notes to the flow report
  • Create or append to .claude/docs/tasks/{feature-name}/flow-report.md to maintain long-running work logs

Quick Start

Update the flow-report.md with the latest session timeline and blockers.

Frequently Asked Questions about efficiency-tracker

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

FAQPage Schema
How do I log workflow blockers and timestamps for feature development?▼

To log workflow blockers and timestamps for feature development, you can record start/end timestamps, active phases, and blocking notes into a consolidated flow-report.md to maintain clear project visibility and auditability.

What is the best way to track verification results and commits in a project timeline?▼

The best way to track verification results and commits in a project timeline is to append validation outputs, authorship, and commit references with file changes into a single flow-report.md document.

How does appending to a flow-report.md help with release readiness tracking?▼

Appending to a flow-report.md helps with release readiness tracking by consolidating timeline milestones, blockers, and validation results into one auditable log for ongoing projects.

Can I use this workflow tracker for documenting long-running task progress?▼

Yes, you can use this workflow tracker for documenting long-running task progress by creating or appending to .claude/docs/tasks/{feature-name}/flow-report.md to maintain continuous work logs.

What should I do if my workflow tracker is not capturing blocking notes correctly?▼

If your workflow tracker is not capturing blocking notes correctly, ensure your session updates explicitly pass waiting states like specs, approvals, or external inputs to the flow-report.md.