task-worker

Automate task processing from workspace/tasks/todo/ through in-progress and done states.

2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/sssemil/SKILLS --skill task-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-worker
Source: https://github.com/sssemil/SKILLS/tree/main/task-worker
Command: npx skills add https://github.com/sssemil/SKILLS --skill task-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill automates the lifecycle of discrete tasks, reducing manual coordination and ensuring consistent execution through TDD and self-review loops.

Core Features & Use Cases

  • Continuous task processing from workspace/tasks/todo/, with in-progress tracking and automated completion.
  • TDD-driven implementation and brutal-review self-checks to surface and fix issues early.
  • Resilience to interruptions by resuming in-progress tasks and maintaining task lifecycles.

Quick Start

Start processing the next available task from workspace/tasks/todo/ and let the worker manage it through to completion.

Frequently Asked Questions about task-worker

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

FAQPage Schema
How do I automate repetitive software development workflows end-to-end?

Automated task processing works by continuously consuming tasks from a todo directory, applying TDD-driven implementation and self-review checks, and tracking progress through in-progress and done states with atomic git commits per change.

What is the best way to track task lifecycle states and history for automated workflows?

Task lifecycle tracking works by moving tasks through in-progress and done states, logging history for auditability, and making atomic git commits per change to ensure an auditable and resilient workflow.

Can I use TDD and self-review loops for automated task implementation?

Yes, automated task implementation applies TDD-driven development and brutal-review self-checks to surface and fix issues early, ensuring resilient and consistent execution throughout the task lifecycle.

How do I handle interruptions when running automated task workflows?

Automated task workflows handle interruptions by automatically resuming in-progress tasks and maintaining task lifecycles, ensuring resilience and preventing data loss or incomplete execution states.

Does the autonomous task worker support git atomic commits for each change?

Yes, the autonomous task worker supports git atomic commits per change, ensuring an auditable task lifecycle by logging history and tracking state changes from todo through in-progress to done.