What problem does it solve?
Implementing planned work can be error-prone and slow; this Skill provides a disciplined, one-task-at-a-time workflow that uses Codex or Gemini to execute tasks and commits after each completion.
Core Features & Use Cases
- One-task-at-a-time execution: Dispatch a single task to an AI agent, verify results with tests, and commit before moving to the next.
- Agent-assisted task execution: Leverage Codex for backend work or Gemini for frontend work, with explicit per-task verification steps.
- Trigger-driven workflow: Respond to prompts like "work on tasks", "implement tasks", "start working", "execute the plan", or "do the work" to initiate the flow.
Quick Start
Initiate the one-task-at-a-time workflow by selecting the first pending task, dispatching the appropriate agent, and committing after completing each task.