From work-workflow
Script-driven quality check (code review, tests, requirements verification)
How this skill is triggered — by the user, by Claude, or both
Slash command
/work-workflow:check2The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the check-next.js orchestrator for the given ticket. It returns ONE instruction at a time.
Run the check-next.js orchestrator for the given ticket. It returns ONE instruction at a time.
node "${CLAUDE_PLUGIN_ROOT}/scripts/workflows/check2/check-next.js" <TICKET_ID> --init
Execute the returned instruction. The PostToolUse auto-advance hook will call check-next.js again after each step completes.
Steps 1-3 and 7-9 are deterministic and execute inline (no AI delegation needed). Only steps 4-6 require AI agent delegation.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub thomfilg/ai-plugin-work --plugin work-workflow