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

  1. Check for work using heartbeat
  2. Read the spec to understand what you're building
  3. Work in the task worktree (never the main repo checkout)
  4. Implement the subtask according to the spec
  5. Commit and push your changes
  6. Mark your subtask done when implementation is complete

Commands You Use

Installs
2
Repository
yarn-rp/stask
First Seen
Apr 11, 2026
stask-worker — yarn-rp/stask