find-wasted-effort

Audit FuseBase Flow artifacts for outcome-neutral process ceremony waste.

6|Updated May 29, 2026
One-click install
npx skills add https://github.com/fusebase-dev/fusebase-flow --skill find-wasted-effort
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-wasted-effort
Source: https://github.com/fusebase-dev/fusebase-flow/tree/main/flow-skills/find-wasted-effort
Command: npx skills add https://github.com/fusebase-dev/fusebase-flow --skill find-wasted-effort

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of unproductive process ceremony in FuseBase Flow development workflows — steps that consume time, resources, and team attention without delivering meaningful safety or outcome value. It targets common sources of overhead like unused approval gates, redundant test runs, duplicated round artifacts, and misapplied lane ceremonies that slow down shipping without reducing risk.

Core Features & Use Cases

  • 6 Targeted Ceremony Waste Rules: Detects unused gate stops, per-commit full-suite habits, artifact duplication, lane misclassification, unannotated ratchet elements, and cross-session re-derivation of durable records.
  • Evidence-Based Verdicts: Each finding is labeled confirmed, dismissed, or inconclusive, with required contrary evidence cited for dismissed findings to avoid false positives.
  • Read-Only Safe Operation: Writes only to gitignored state/audit/ output, with no automatic edits, memory writes, or ceremony pruning — all proposed changes require human approval.
  • Use Case: A product team using FuseBase Flow can run this audit to review their gate process, identify if Full lane ceremonies are being overused for small low-risk changes, or find approval steps that have never blocked a deviation in recent rounds.

Quick Start

Use the find-wasted-effort skill to audit your project's on-disk Flow artifacts for process ceremony that provides no safety outcome, and receive a report of review candidates with per-rule verdicts and coverage details.

Frequently Asked Questions about find-wasted-effort

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

FAQPage Schema
How do I audit FuseBase Flow artifacts for process ceremony waste?

Detect unused gate stops in your Flow artifacts by auditing approval gates that have never blocked a deviation in recent rounds. The skill analyzes gate reports and handoff artifacts to confirm whether specific approval stops are providing actual safety value or simply adding development overhead.

What is process ceremony waste in development workflows?

Process ceremony waste includes unused approval gates, per-commit full-suite test habits, artifact duplication, lane misclassification, and unannotated ratchet elements that slow down shipping without reducing risk. Auditing these steps targets overhead that provides no safety or product value.

Can I automatically prune ceremony steps after detecting wasted effort?

No, automatic ceremony pruning is not supported. The skill operates strictly in read-only mode, writing only to gitignored state audit output. All proposed changes for eliminating wasted effort are generated as optional review candidates requiring explicit human approval before any action is taken.

How do I identify redundant full-suite test runs in my git logs?

Identify redundant full-suite test runs by auditing git logs and deploy reports for per-commit execution habits that consume resources without proportional safety value. The skill applies specific ceremony waste rules to detect these patterns and provides evidence-based verdicts for each finding.

Does the ceremony waste audit work with ratchet governance annotations?

Yes, the audit works with ratchet governance annotations by detecting unannotated ceremony elements within your Flow artifacts. The skill examines ratchet governance annotations alongside gate reports and handoffs to identify elements lacking proper ceremony labeling and provides mandatory coverage statements.

How do I detect lane misclassification in FuseBase Flow workflows?

Detect lane misclassification by auditing Flow artifacts to identify instances where Full lane ceremonies are overused for small low-risk changes. The skill analyzes handoffs and approval artifacts to confirm whether lane assignments match the actual risk profile and provides review candidates for correction.