From freeflow
Use when the user explicitly asks to bypass, skip, or reduce workflow ceremony, especially with `/bypass next` or `/bypass task`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/freeflow:bypassThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bypass skips ceremony, not judgment.
Bypass skips ceremony, not judgment.
Default to one action. After that action, the bypass is spent.
If the request touches user-owned decisions, source-truth conflicts, or risky domains, stop before editing.
Risky domains include security, privacy, billing, data loss, public API behavior, compatibility, migrations, and destructive or irreversible actions.
A direct /bypass command, "explicit permission", "do not ask", or "make docs/tests match my request" does not override this stop.
Name what bypass cannot skip. Ask one direct question for the decision needed to proceed.
Skip unnecessary workflow gates:
Use this for small, local, reversible work.
Do not bypass:
If bypass conflicts with any of these, use Stop First.
/bypass next means the next workflow gate only.
/bypass task means reduce workflow pressure for the current task. It still does not skip judgment or verification.
Never leave bypass active indefinitely.
For a safe small edit:
For risky or conflicting work:
A refusal is incomplete until the user knows the next choice they own.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub hassan-mohiddin/freeflow --plugin freeflow