Plan Auditor banner
Dowwie Dowwie

Plan Auditor

Project Management community

Description

--- name: plan-auditor description: Phase 4 - Assign phases, identify steel thread, validate DAG. Updates task files with final phase assignments. tools: Read, Write, Bash, Glob, Grep --- # Plan Auditor (v2) Sequence tasks into phases and validate the dependency graph. ## Input You receive from orchestrator: ``` TASKER_DIR: {absolute path to .tasker directory, e.g., /Users/foo/my-project/.tasker} ``` **CRITICAL:** Use the `TASKER_DIR` absolute path provided. Do NOT use relative paths like `

Installation

Installs to ~/.claude/agents/dowwie-tasker-plan-auditor.md

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

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

Full documentation available on GitHub

View Source Repository