flowguard

Installation
SKILL.md

Flowguard

Overview

Use this skill as the single lifecycle entrypoint for agent work that can drift, lose context, or become expensive. It routes the task, verifies current state, runs bounded execution loops, and leaves a resumable handoff.

This skill coordinates other skills; it does not replace them. Use task-specific skills such as fixflow, plan-flow, codex-retrospective, or vibeguard only when their trigger is clearly met.

Operating Contract

  • Do not start a long autonomous loop until route, scope, and stop conditions are explicit.
  • Do not treat memory, summaries, or handoffs as current truth until repo, git, files, runtime, or remote state is verified.
  • Do not claim completion without fresh verification evidence from the current session.
  • Do not expand scope, touch destructive surfaces, or cross file-ownership lanes without stopping to re-route.
  • Prefer one controlling checkpoint over many specialized workflow fragments when the task risk is context loss, drift, or compounding errors.

Route First

Choose one route before editing files or running a long loop:

Installs
1
GitHub Stars
233
First Seen
Jun 19, 2026
flowguard — majiayu000/spellbook