What problem does it solve?
Provide a safe, observable process to detect and remediate mismatches between vibe3 task runtime bindings and flow state, preventing stale runtime bindings and broken auto-task worktrees from disrupting local development scenes.
Core Features & Use Cases
- Runtime audit: Run and interpret vibe3 shell inspection outputs to summarize active, ready, blocked, and stale task/flow bindings.
- Deterministic recovery: Where the shell exposes atomic commands and the fix is unambiguous, execute shell-based recovery such as resuming auto-created tasks or unbinding stale runtime references.
- Guardrails and reporting: Avoid direct JSON/SQLite edits, require user confirmation for ambiguous operations, and produce a clear audit report of commands run and verification results.
- Use case: When a completed task still holds a runtime binding or a runtime points to a missing worktree, use this skill to classify the issue, apply safe shell fixes if unique, or present evidence and options for user approval.
Quick Start
Ask the assistant to audit the current vibe3 runtime scene, list discrepancies between task and flow status, and execute safe shell repairs only for issues that are deterministic.