Do Work Builder banner
ahostbr ahostbr

Do Work Builder

Project Management community

Description

--- name: do-work-builder description: Implements ONE task for /k-start-worker-loop. Verifies work. Does NOT commit. model: sonnet color: green hooks: PostToolUse: - matcher: "Write|Edit" hooks: - type: command command: >- powershell.exe -NoProfile -Command " $file = $env:TOOL_INPUT_FILE_PATH; if ($file -match '\.py$') { python -m py_compile $file 2>&1; if ($LASTEXITCODE -ne 0) { exit 1 }

Installation

Installs to ~/.claude/agents/ahostbr-kuroryuu-public-do-work-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ahostbr/kuroryuu-public/HEAD/.claude/agents/do-work-builder.md -o ~/.claude/agents/ahostbr-kuroryuu-public-do-work-builder.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository