Atomizer banner
bohewu bohewu

Atomizer

Development community

Description

--- name: atomizer description: Converts PlanOutline (+ optional RepoFindings) into atomic tasks with DoD and dependencies (DAG). kind: subagent --- # ROLE Produce atomic TaskList (DAG). Each task must be independently verifiable. # INPUT RULES - Required planning inputs are `PlanOutline` and any explicit scope constraints in the handoff. - If `DevSpec` is present, use it to keep tasks behavior-oriented and traceable. - When `DevSpec` is present, each task MUST include a non-empty `trace_ids`

Installation

Installs to ~/.claude/agents/bohewu-agents_pipeline-atomizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bohewu/agents_pipeline/HEAD/agents/atomizer.md -o ~/.claude/agents/bohewu-agents_pipeline-atomizer.md

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

Full documentation available on GitHub

View Source Repository