ataski

Installation
SKILL.md

Ataski

Use this skill to coordinate work through files in an ataski/ directory.

Canonical Board Rule

When using git worktrees and sub-agents:

  • The main agent is the coordinator.
  • Break the work into the smallest sensible set of parallelizable tasks before implementation starts.
  • Create one canonical feature worktree inside the configured worktree directory (worktreesDir, default: ataski/worktrees/).
  • The canonical worktree MUST use the parent feature branch (example: feature/faucet-cli).
  • Keep the shared ataski/ board only in that canonical feature worktree.
  • Only the main agent may change task files or ataski/tasks.md.
  • Sub-agents MUST treat ataski/ as read-only context.
  • Prepare or update the board in the canonical feature worktree first, then create task worktrees for sub-agents.
  • When task work is done, the main agent merges each task branch back into the canonical feature branch before review.
  • The configured worktree directory MUST be git-ignored.
Installs
9
First Seen
Feb 21, 2026