Deferred lane from the overengineering-detection-skill interview (Brief: docs/topics/overengineering-detection-skill/PLAN.md, Q5/Q11).
V1 of the planned overengineering plugin is on-demand and human-in-the-loop. The interview decided the scheduled/autonomous lane is deferred but designed for: the audit's findings report is a persisted, diffable Markdown artifact with stable ordering/ids precisely so a later recurring lane can diff two runs and surface only deltas (new clutter, verdict changes, evidence updates) instead of re-reporting the full surface.
Scope for this follow-up:
- A recurring entry point (routine/loop/cron per consumer preference) that runs
overengineering:audit, diffs against the previous findings artifact, and reports deltas only.
- Read-only always — the scheduled lane never enters
realign; verdict changes queue for the human.
- Noise budget: define what delta magnitude is worth surfacing so the lane doesn't become the nagging automation the plugin exists to retire.
Blocked until the V1 enforcement-surface lane ships and the findings-artifact format stabilizes.
Deferred lane from the
overengineering-detection-skillinterview (Brief:docs/topics/overengineering-detection-skill/PLAN.md, Q5/Q11).V1 of the planned
overengineeringplugin is on-demand and human-in-the-loop. The interview decided the scheduled/autonomous lane is deferred but designed for: the audit's findings report is a persisted, diffable Markdown artifact with stable ordering/ids precisely so a later recurring lane can diff two runs and surface only deltas (new clutter, verdict changes, evidence updates) instead of re-reporting the full surface.Scope for this follow-up:
overengineering:audit, diffs against the previous findings artifact, and reports deltas only.realign; verdict changes queue for the human.Blocked until the V1 enforcement-surface lane ships and the findings-artifact format stabilizes.