safe-bypass-flow

Isolate bypass-style coding tasks in an isolated worktree with recovery checkpoints.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ilderaj/superpowering-with-files --skill safe-bypass-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: safe-bypass-flow
Source: https://github.com/ilderaj/superpowering-with-files/tree/main/harness/core/skills/safe-bypass-flow
Command: npx skills add https://github.com/ilderaj/superpowering-with-files --skill safe-bypass-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Isolate bypass-style work (bypass, autopilot, or long-running risky coding tasks) from the main checkout by using an isolated worktree with a recovery path and a remote backup, keeping the primary branch clean and auditable.

Core Features & Use Cases

  • Create a dedicated worktree to run risky sessions without touching the main workspace.
  • Preflight setup and base recording to capture the exact starting point for safe rollback.
  • Use checkpointing to push recovery evidence or remote backups after milestones, ensuring recoverability.

Quick Start

Start a bypass session by using harness worktree-preflight to create an isolated worktree, run your tasks, and push a recovery checkpoint when complete.

Frequently Asked Questions about safe-bypass-flow

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

FAQPage Schema
How do I isolate risky long-running coding tasks from my main git checkout?

You can isolate risky long-running coding tasks by using an isolated git worktree with a recovery path and remote backup, keeping your primary branch clean and auditable. This prevents main workspace contamination during autopilot or bypass sessions.

What is a safe bypass flow for autopilot coding sessions?

A safe bypass flow is a risk-management process that separates autopilot coding sessions from your primary checkout using an isolated worktree. It enforces preflight setup, base recording, and checkpoint pushes to maintain a clean, recoverable workspace.

How do I create a recovery checkpoint for a git worktree during a bypass session?

To create a recovery checkpoint during a bypass session, you push recovery evidence or remote backups to your repository after reaching milestones. This ensures recoverability and provides an auditable trail of your isolated worktree progress.

Does the safe bypass flow work with harness worktree-preflight and base tracking?

Yes, the safe bypass flow integrates directly with harness worktree-preflight, base tracking, and checkpoint-push procedures. This integration provides safe, auditable execution by capturing the exact starting point and enforcing stable preflight checks.

Why do I need base recording before starting a long-running risky coding task?

You need base recording before starting a long-running risky coding task to capture the exact starting point for safe rollback. It ensures that if your autopilot or bypass session fails, you can cleanly restore your primary branch.

Can I use this worktree isolation approach for any long-running git risk-management scenario?

Yes, you can use worktree isolation for any long-running risky coding scenario, including bypass and autopilot sessions. It prevents main workspace contamination and enforces checkpoint procedures to keep your primary branch stable.