autoworker

Automate end-to-end implementation tasks with a state-machine workflow and quality gates.

17|3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/phj128/autoworker --skill autoworker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoworker
Source: https://github.com/phj128/autoworker/tree/main/skills/autoworker
Command: npx skills add https://github.com/phj128/autoworker --skill autoworker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autoworker automates non-trivial implementation tasks end-to-end, handling planning, decomposition, coding, testing, and iterative verification until quality gates pass.

Core Features & Use Cases

  • Automatic plan generation, subtask decomposition, and an execution chain with repeatable checks.
  • Deterministic state-machine workflow that orchestrates planning → execution → verification, using the /autoworker trigger.
  • Applies to complex development tasks requiring multi-layer testing (L1-L4) and progressive gate checks.

Quick Start

Invoke /autoworker to start the end-to-end task loop from planning through quality gates.

Frequently Asked Questions about autoworker

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

FAQPage Schema
How do I automate end-to-end implementation tasks from planning to verification?

You can automate end-to-end implementation tasks by invoking the /autoworker trigger to initiate a deterministic state-machine workflow that orchestrates planning, coding, testing, and iterative quality gate checks until verification passes.

What is a state-machine workflow for automated coding and testing?

A state-machine workflow for automated coding and testing is a deterministic execution chain that enforces sequential phases—subtask-init, subtask-plan, dispatch, code, test, checkpoint, and gate-check—to prevent skipping critical steps.

How do I enforce quality gates in an automated development workflow?

To enforce quality gates in an automated development workflow, you use a deterministic execution chain that applies progressive gate checks and multi-layer testing (L1-L4) after coding and testing phases to verify quality before proceeding.

Can I use automated task execution for complex development tasks requiring multi-layer testing?

Yes, you can use automated task execution for complex development tasks requiring multi-layer testing (L1-L4) and progressive gate checks because it decomposes tasks into subtasks and runs repeatable checks across an automated execution chain.

What's the best way to prevent skipping steps in an automated coding workflow?

The best way to prevent skipping steps in an automated coding workflow is to implement a deterministic state-machine that coordinates planning, execution, and verification, requiring successful checkpoint completion before advancing.

Why does my automated workflow need subtask decomposition before coding?

Your automated workflow needs subtask decomposition before coding to break down non-trivial implementation tasks into manageable phases, enabling automatic plan generation and repeatable iterative verification across the execution chain.