---
title: "Agent workflow rules"
description: "- Use `scripts/task.sh` as the single task entrypoint. - Use `AGENT_NAME` when claiming and completing work. - Keep committed task backlog in `tasks/TASKS.md`. - Put deeper task notes in `tasks/details/<id>.md`."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/agents-13
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:07:04.765Z
license: CC-BY-4.0
attribution: "Agent workflow rules — Claudary (https://claudary.paisolsolutions.com/skills/agents-13)"
---

# Agent workflow rules
- Use `scripts/task.sh` as the single task entrypoint. - Use `AGENT_NAME` when claiming and completing work. - Keep committed task backlog in `tasks/TASKS.md`. - Put deeper task notes in `tasks/details/<id>.md`.

## Overview

# Agent workflow rules

- Use `scripts/task.sh` as the single task entrypoint.
- Use `AGENT_NAME` when claiming and completing work.
- Keep committed task backlog in `tasks/TASKS.md`.
- Put deeper task notes in `tasks/details/<id>.md`.

Task workflow commands:
- `scripts/task.sh plan <slug> --scope "..." --files "..." --note "..."`
- `AGENT_NAME=CODEX scripts/task.sh claim <number|id> --note "Starting work"`
- `AGENT_NAME=CODEX scripts/task.sh done <number|id> --note "Finished + build/test status"`
- `scripts/task.sh summary --last-24h`

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/agents-13) · https://claudary.paisolsolutions.com
