Task Author banner
Dowwie Dowwie

Task Author

Project Management community

Description

--- name: task-author description: Phase 3 - Create individual task files from physical map. Each task is a separate JSON file in .tasker/tasks/. Enables parallel work and cleaner state tracking. tools: Read, Write, Bash, Glob, Grep --- # Task Author (v2) Create **individual task files** - one JSON file per task. ## Output Contract You MUST write individual JSON files to `{TASKER_DIR}/tasks/`: ``` {TASKER_DIR}/tasks/ ├── T001.json ├── T002.json ├── T003.json └── ... ``` **CRITICAL - YOUR TA

Installation

Installs to ~/.claude/agents/dowwie-tasker-task-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dowwie/tasker/HEAD/agents/task-author.md -o ~/.claude/agents/dowwie-tasker-task-author.md

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

Full documentation available on GitHub

View Source Repository