This is workflow orchestration for agile development. It chains git commands with checkpoint pauses so you can say "run the workflow" or "what's next" and get guided through the full cycle: sync status, pick a task, implement in a worktree, run code and test reviews, apply recommendations, merge to main, update your backlog files. The state detection is smart enough to resume wherever you left off. It's git-only and platform-agnostic, so if you're using GitHub or Gitea PRs you'll want their specific workflow skills instead. Best for teams using a context network backlog structure and worktree-based task isolation. Saves you from manually running eight commands in sequence and forgetting where you were.
npx skills add https://github.com/jwynia/agent-skills --skill agile-workflow