phj128

14 mods across 1 repository, 17 stars between them.

autoworker

01

phj128/autoworker

Plugin Claude Code

Plugin marketplace listing 1 plugin: autoworker.

17 5mo ago A tokens not measured original MIT

autoworker

02

phj128/autoworker

Plugin Claude Code

Auto-loop execution workflow with quality gates for Claude Code. Automatically decomposes tasks, implements code, runs tests, and iterates through quality gates until completion.

17 5mo ago A tokens not measured original MIT

autoworker

03

phj128/autoworker

Command

Start the autoworker execution workflow for any non-trivial task.

17 5mo ago A 20 tokens original MIT

autoworker

04

phj128/autoworker

Skill Claude CodeCodex

Auto-loop execution workflow with quality gates. Use when starting any non-trivial implementation task. Provides automatic task decomposition, code implementation, testing (L1-L4), and iterative quality gates until completion. Invoke with /autoworker.

17 5mo ago A 53 tokens original MIT

checkpoint

05

phj128/autoworker

Skill Claude CodeCodex

Record progress to subtask: Phase completion (from autoworker:code) or test results (from autoworker:test). Auto-detects upstream type from conversation context. Ends by calling autoworker:dispatch.

17 5mo ago A 50 tokens original MIT

code

06

phj128/autoworker

Skill Claude CodeCodex

Implement ONE pending Phase from subtask plan. Only write code, do not mark checkboxes or run tests. Called by autoworker:dispatch. Ends by calling autoworker:checkpoint.

17 5mo ago A 43 tokens original MIT

deep-plan

07

phj128/autoworker

Skill Claude CodeCodex

Structured deep discussion for Plan Mode. Runs inside EnterPlanMode to ensure thorough questioning before writing a plan. Covers motivation, assumptions, design, acceptance criteria. Call this immediately after entering Plan Mode for any non-trivial task.

17 5mo ago A 50 tokens original MIT

dispatch

08

phj128/autoworker

Skill Claude CodeCodex

Read subtask.md checkbox state and route to next skill. The ONLY routing point in the execution loop. Called after autoworker:checkpoint, autoworker:gate-check, autoworker:subtask-update, autoworker:subtask-plan, or when resuming after context loss. When lost, call autoworker:dispatch.

17 5mo ago A 77 tokens original MIT

gate-check

09

phj128/autoworker

Skill Claude CodeCodex

Final quality gate before reporting task completion (Gate 3). Fills confidence assessment, runs supplementary verification for <95% items, completes self-check checklist. Writes PASS/FAIL result to subtask.md, then calls autoworker:dispatch for routing.

17 5mo ago A 55 tokens original MIT

subtask-init

10

phj128/autoworker

Skill Claude CodeCodex

Create subtask document (first half): user confirmation, goals, assumptions. Auto-runs assumption verification experiments and fills in results. Call after Gate 1.1 (user confirmation) is done, before writing any code.

17 5mo ago A 49 tokens original MIT

subtask-plan

11

phj128/autoworker

Skill Claude CodeCodex

Complete subtask verification plan: upstream traceability table + L1-L4 test plan + self-check. Call after autoworker:subtask-init. Makes subtask ready for code implementation.

17 5mo ago A 44 tokens original MIT

subtask-update

12

phj128/autoworker

Skill Claude CodeCodex

Update subtask with fixes or new steps. Two trigger modes: (A) Auto-called by autoworker:gate-check on FAIL — reads FAIL info, adds supplementary steps. (B) User calls with a finding/bug during testing — diagnoses, fixes, updates subtask. Both modes end by invoking autoworker:dispatch to re-enter the loop.

17 5mo ago A 77 tokens original MIT

sync-docs

13

phj128/autoworker

Skill Claude CodeCodex

Sync tracking documents based on current conversation results. Updates subtask, progress, findings, taskplan, project CLAUDE.md. Use when finishing a task or reaching a milestone.

17 5mo ago A 40 tokens original MIT

test

14

phj128/autoworker

Skill Claude CodeCodex

Execute ONE test level (L1/L2/L3/L4) from subtask verification plan. Only run tests, do not record results. Called by autoworker:dispatch with level argument. Ends by calling autoworker:checkpoint.

17 5mo ago B 53 tokens original MIT