From autoworker
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.
npx claudepluginhub phj128/autoworker --plugin autoworkerThis skill uses the workspace's default tool permissions.
Called by autoworker:dispatch with a target level argument. Does one thing: execute all test items for that layer from the subtask verification plan.
Complete subtask verification plan: upstream traceability table + L1-L4 test plan + self-check. Call after autoworker:subtask-init. Makes subtask ready for code implementation.
Freezes testable acceptance criteria in PLAN.md before building, then independently verifies implementation post-build using fresh agents and VERDICT.md.
Executes test phase in deep-work workflow: verifies receipt completeness, detects plan drift via git diff baseline comparison, auto-runs verification commands; retries to implement phase on failure.
Share bugs, ideas, or general feedback.
Called by autoworker:dispatch with a target level argument. Does one thing: execute all test items for that layer from the subtask verification plan.
autoworker:test L2) → use that levelGlob `subtask_*.md` (exclude subtask_template.md) →
0 found → stop, prompt to create subtask
1 found → use directly (backward compatible)
multiple → grep `status:` to filter:
- Files without status field treated as active (backward compatible)
- Exactly 1 active → use it
- 0 active → list all files + status, prompt user to choose
- >1 active → report anomaly
→ Read → extract all verification items for the target level
Each item contains:
For each verification item in the layer:
run_in_background=true, then TaskOutput to wait for results)Pass determination hard standard:
When a test fails:
When all pass:
L<N> tests passed:
- <item 1>: <actual output summary> PASS
- <item 2>: <actual output summary> PASS
→ Invoking autoworker:checkpoint
After outputting the summary, immediately invoke autoworker:checkpoint. Do not wait for user instructions, do nothing else.