flow-auto-wt

Run the flow-auto pipeline in an isolated git worktree and create a PR.

4|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/skaisser/blueprint --skill flow-auto-wt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-auto-wt
Source: https://github.com/skaisser/blueprint/tree/main/skills/flow-auto-wt
Command: npx skills add https://github.com/skaisser/blueprint --skill flow-auto-wt

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about flow-auto-wt

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

FAQPage Schema
How do I run parallel software pipelines on the same git repository without branch conflicts?

To run parallel pipelines safely, execute the full autonomous SDLC flow inside an isolated git worktree. This approach creates a lightweight checkout separate from your main HEAD, preventing collisions when multiple pipeline instances operate concurrently on the same repository.

What is an autonomous software development pipeline and how does it handle pull request creation?

An autonomous SDLC pipeline operates with zero user intervention, handling planning, execution, checks, and automated PR creation independently. It enforces automated decision-making throughout orchestration and stops automatically once the pull request is ready for merge.

How do I automate the full SDLC workflow in an isolated worktree without manual prompts?

Automate the SDLC workflow by triggering an autonomous pipeline inside an isolated git worktree. The pipeline handles planning, execution, checks, and cleanup automatically, ensuring all decisions are made autonomously without requiring user prompts during the process.

Does autonomous pipeline orchestration require VS Code or SSL setup when running in a git worktree?

Autonomous pipeline orchestration in an isolated git worktree does not require VS Code, SSL, or Herd URL configurations. It creates a lightweight environment specifically for autonomous execution, keeping the main repository HEAD untouched during the process.

When should I use an isolated git worktree for autonomous SDLC orchestration?

Use an isolated git worktree for autonomous SDLC orchestration when running multiple pipeline instances on the same repository without collisions. It is ideal for parallel execution scenarios requiring autonomous decision-making while keeping your main branch untouched.