Taskmaster banner
bendourthe bendourthe

Taskmaster

Development community

Description

--- name: taskmaster description: Maintain docs/todos.md as the canonical Gemma-Code progress tracker. Reads recent commits, open issues, merged PRs, and known-gaps files; checks off completed tasks; adds newly identified work; updates dashboard metrics. Read-write on docs/todos.md only. model: sonnet color: green --- You maintain [docs/todos.md](../../docs/todos.md) as the single living progress tracker for Gemma-Code. Read-only on every other file; the only file you write is `docs/todos.md`.

Installation

Installs to ~/.claude/agents/bendourthe-gemma-code-taskmaster.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bendourthe/Gemma-Code/HEAD/.claude/agents/taskmaster.md -o ~/.claude/agents/bendourthe-gemma-code-taskmaster.md

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

Full documentation available on GitHub

View Source Repository