What problem does it solve? Running multiple parallel workstreams on the same repository causes collisions on ports, shared state, and gitignored files, and manually setting up isolated git worktrees with their own services, dependencies, and review workflows is repetitive and error-prone. ## Core Features & Use Cases - Stack Audit and Isolation Strategy: Audits the target project's language, containerization, ticket tracker, and PR conventions, then proposes a full (port/slot-based) or light (worktree + dependency install) isolation strategy for confirmation. - CLI and Skill Generation: Generates a worktree-isolation CLI from shared portable-bash libraries plus a family of up to six alias-prefixed companion skills covering task launching, ticket handling, PR review, and template tuning. - Safe Lifecycle Management: Tracks every generation in a registry with marker commits so generated tooling can be validated with a smoke test and safely torn down later. - Use Case: Point it at a containerized web app repo and receive a myappctl CLI with slot-based port isolation, a shell alias, and skills like myapp-free-ask and myapp-review-prs for parallel agent workflows. ## Quick Start Run /orchard-bootstrap inside your project repository and confirm the proposed isolation strategy to generate the CLI and companion skills.