Decompose complex implementation plans into focused, autonomous agent sprints. Each sprint is self-contained, has measurable acceptance criteria, and can execute without human intervention.
| >15 discrete steps or >8K tokens | Decompose into sprints | | Cross-domain work (multiple categories, services, or layers) | Decompose into sprints | | Long-running work requiring checkpoints | Decompose into sprints | | <10 steps, single domain, clear scope | Execute directly — decomposition adds overhead |
| Exploratory or research work | Execute directly — fluid reasoning needs cross-domain context |
측정 가능한 승인 기준을 사용하여 복잡한 구현 계획을 집중적이고 자율적인 에이전트 스프린트로 전환합니다. (1) 대규모 계획을 에이전트 실행 가능 청크로 분해할 때, (2) 다중 엔드포인트 마이그레이션 또는 다단계 프로젝트를 세분화할 때, (3) 자율 에이전트에 대한 승인 기준을 사용하여 스프린트 정의를 생성할 때, (4) 구현 스프린트 전반에 걸쳐 종속성 체인을 계획할 때, 또는 (5) 병렬 에이전트 실행을 위한 작업을 구조화할 때 사용합니다. 출처: jkappers/agent-skills.