What problem does it solve?
Fully autonomous SDLC pipeline in an isolated git worktree — zero user intervention, zero git conflicts with other terminals. Creates a lightweight worktree (no Herd URL, no VS Code, no SSL), runs the full flow-auto pipeline inside it, and stops when the PR is ready for merge. Use this skill whenever the user says "/flow-auto-wt", "auto flow worktree", "parallel flow-auto", "flow-auto in worktree", or any request to run the autonomous pipeline in an isolated worktree. Also triggers on "isolated flow-auto", "worktree auto", "parallel auto", "run flow-auto in isolation", "don't touch my branch", "run in parallel", "parallel pipeline", or when running multiple flow-auto instances on the same repo. IMPORTANT: never use AskUserQuestion in this skill — all decisions are made autonomously.
Core Features & Use Cases
- Autonomous run of the full flow-auto pipeline inside an isolated worktree to avoid collisions with the main repo.
- Supports parallel, isolated executions so multiple pipelines can run concurrently on the same repository.
- Automatically handles planning, review, execution, checks, PR creation, and cleanup with no user prompts.
Quick Start
Use the /flow-auto-wt command to start an autonomous worktree pipeline.