Agent skill
efficiency-tracker
Tracks workflow status and generates a flow report.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/efficiency-tracker-munlucky-claude-settings
SKILL.md
Efficiency Tracker Skill
Role: Record workflow status and generate a flow report (timeline, blocking, verification results, commit links).
Inputs
- Feature name:
{feature-name} - Phase/branch info (optional)
- Verification command results (optional)
Behavior
- Record start/end timestamps and active phase.
- Add blocking intervals (e.g., waiting for UI spec, waiting for API spec) as notes.
- Record verification commands (typecheck/build/lint) and results.
- Record changed files/commit links and author notes.
- Append to or create
{tasksRoot}/{feature-name}/flow-report.md.
Outputs
- flow-report.md update log
- Optionally add timeline entries to session-log/day-...
Execution snippet
Update the workflow report.
- Feature: {featureName}
- Phase: {phase}
- Blocking notes: {blockingNotes}
- Verification results: {verifyResults}
- Commits/files: {commitRefs}
Output: flow-report.md update
Token limit
- Per
.claude/docs/guidelines/document-memory-policy.md: Keep flow-report.md under 4000 tokens - Archive older entries if exceeding limit
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?