# autoworker

An auto-loop execution workflow with quality gates for Claude Code. Give Claude a task. Autoworker decomposes it, implements code, runs tests, and iterates through quality gates — autonomously looping until the job is done right.

- Tier: Indexed (plain plugin)
- Category: Automation
- Page: https://www.flowy.sh/listings/phj128-autoworker
- Source: https://github.com/phj128/autoworker
- Price: free and open source

## Summary
autoworker is a Claude Code plugin with 11 hand-picked skills for automation work, indexed on Flowy. Install it with the command on its page. It includes autoworker, checkpoint, code. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.

## Install (Claude Code)
```
npx -y skills add phj128/autoworker
```

## Skills
- autoworker
- checkpoint
- code
- deep-plan
- dispatch
- gate-check
- subtask-init
- subtask-plan
- subtask-update
- sync-docs
- test

## FAQ

### What is autoworker?
An auto-loop execution workflow with quality gates for Claude Code. Give Claude a task. Autoworker decomposes it, implements code, runs tests, and iterates through quality gates — autonomously looping until the job is done right.

### How do I install autoworker?
Run these in Claude Code: npx -y skills add phj128/autoworker. Then prompt normally.

### Does autoworker auto-invoke its skills?
Not yet. It is indexed on Flowy as a plain plugin. Request auto-invocation on its page and Flowy will route its skills for you as you prompt.

### Is autoworker free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
