autonomous-workflow
Installation
SKILL.md
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 |