What problem does it solve?
This automation skill enables teams to consistently translate free-form task briefs into structured execution plans, isolate work with a dedicated branch/worktree, and deliver changes via PRs with a documented progression.
Core Features & Use Cases
- Orchestrates autonomous agent tasks into structured execution plans with resumable progress.
- Creates an isolated worktree and feature branch for safe experimentation and traceability.
- Implements work phase-by-phase with incremental commits and a live Progress checklist.
- Runs a full validation gate (typecheck, unit tests, i18n, build) before opening a PR.
- Supports optional external reference skills via URLs and records external references for traceability.
- Applies standard PR workflow labels and can resume via auto-continue-pr.
Quick Start
Draft an execution plan in .ai/runs/ and run the auto-create-pr flow to compose, execute, and PR your task against develop.