Breaks down complex work into trackable tasks with built-in dependency chains using Claude Code's native TaskCreate, TaskUpdate, TaskGet, and TaskList tools. You create tasks in pending state, link them with addBlockedBy to enforce execution order, then move them through in_progress to completed as you work. The activeForm pattern gives you spinner-friendly present continuous labels ("Running tests" vs "Run tests"). Works solo for coordinating multi-step implementations or with Agent Teams for parallel work where teammates claim tasks and message each other directly. The team guidance is honest about cost tradeoffs (2.5x vs solo) and when you actually need peer-to-peer versus simple sequential execution. Good middle ground between ad-hoc comments and heavyweight project management.
npx skills add https://github.com/yonatangross/orchestkit --skill task-dependency-patterns