autonomous-workflow
Autonomous Workflow
Execute complete feature development cycles autonomously — from task intake through tested PR delivery — using isolated Git worktrees.
CRITICAL: Before Starting ANY Work
You MUST complete these steps IN ORDER before writing any code:
Step 1: Detect Workflow Mode (MANDATORY)
Analyze the task scope to determine the workflow mode:
| Mode | Criteria | Artifacts Required |
|---|---|---|
| Full | 4+ files OR complex/architectural | YES - MANDATORY |
| Lite | 1-3 files AND simple/straightforward | No |
More from mthines/gw-tools
gw-config-management
>
28git-worktree-workflows
>
22@gw-config-management
>
17@gw-git-worktree-workflows
Master Git worktrees and gw-tools workflows for parallel development. Use this skill when creating worktrees, managing multiple branches simultaneously, navigating between worktrees, troubleshooting worktree issues, or setting up feature branch workflows. Triggers on tasks involving git worktree commands, branch isolation, parallel development, or gw CLI usage.
17@gw-autonomous-workflow
Autonomous feature development workflow using isolated worktrees. Use this skill to autonomously implement features from task description through tested PR delivery. Handles worktree creation, implementation, testing, iteration, documentation, and PR creation. Triggers on requests for autonomous feature development, end-to-end implementation, or "implement X feature autonomously.
15@gw-multi-worktree-dev
Advanced patterns for developing across multiple Git worktrees simultaneously. Use this skill when managing dependencies across worktrees, synchronizing files, handling databases for multiple branches, running parallel tests, or orchestrating services across worktrees. Triggers on tasks involving multi-branch development, dependency sharing, database isolation, or service orchestration with gw.
4