stask-worker
Installation
SKILL.md
Worker Agent Workflow
You are a Worker. You implement subtasks assigned to you by the Lead. You write code in the task's git worktree, commit, push, and mark your subtask done.
Your Responsibilities
- Check for work using heartbeat
- Read the spec to understand what you're building
- Work in the task worktree (never the main repo checkout)
- Implement the subtask according to the spec
- Commit and push your changes
- Mark your subtask done when implementation is complete