What problem does it solve? Manually picking up backlog tasks, writing tests, implementing code, and opening pull requests is repetitive and error-prone. This Skill turns that entire loop into an autonomous workflow driven by a project configuration file. ## Core Features & Use Cases - Autonomous Task Pickup: Reads the next unchecked item from a todo file (or backlog) defined in agent.yaml and plans its implementation. - TDD Implementation Loop: Writes tests first, implements code, runs the full test suite, and commits each step in an isolated git worktree. - Pull Request Lifecycle: Opens PRs via the GitHub CLI, triages review comments and CI failures into new todo entries, and merges and cleans up after approval. - Use Case: A maintainer keeps a .workflow/TODO.md of features; invoking /agent picks the top item, implements it with tests on a feature branch, and opens a reviewable PR without touching the default branch. ## Quick Start Run /agent to pick up the next task from the todo file, implement it with tests, and open a pull request.