tasks-do

Claim, implement, verify, and update backlog tasks against acceptance criteria.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RagnarokButMemorySafe/opencode-config --skill tasks-do
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks-do
Source: https://github.com/RagnarokButMemorySafe/opencode-config/tree/main/skills/tasks-do
Command: npx skills add https://github.com/RagnarokButMemorySafe/opencode-config --skill tasks-do

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire lifecycle of a backlog task, from initial review and implementation to verification and final status updates, ensuring efficient task completion.

Core Features & Use Cases

  • Task Orchestration: Manages the end-to-end execution of tasks, acting as a foreman.
  • Subagent Delegation: Leverages specialist subagents for implementation when appropriate.
  • Verification: Ensures acceptance criteria are met through direct verification before task completion.
  • Continuous Mode: Can operate in a continuous loop, processing ready tasks until a stop condition is met.
  • Use Case: An agent can use this skill to automatically claim, implement, test, and close out a series of development tickets from a backlog.

Quick Start

Use the tasks-do skill to execute the next ready task in the backlog.

Frequently Asked Questions about tasks-do

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate backlog task execution end-to-end?

Backlog task execution is automated by claiming tasks, implementing them via specialist subagents, verifying against acceptance criteria, and updating metadata until the queue is empty or blocked.

What is the best way to manage agile workflow tasks continuously?

Continuous agile workflow management is achieved by operating in a loop that processes ready tasks, moves them to 'In Progress', and marks them 'Done' only after direct verification against acceptance criteria.

How does subagent delegation work for development task implementation?

Subagent delegation for development tasks works by reading the task, adhering to scope and parallelization rules, and routing the implementation work to specialist subagents for execution.

How do I verify backlog tasks against acceptance criteria before completion?

Backlog tasks are verified against acceptance criteria through direct verification checks before the task metadata is updated and the status is moved to 'Done'.

When should I stop automated task processing in a continuous loop?

Automated task processing in a continuous loop should stop when the agent encounters a blocking condition or when no ready tasks remain in the backlog to claim and implement.