Checklist Deduper banner
The01Geek The01Geek

Checklist Deduper

Development community

Description

--- name: checklist-deduper description: Merges multiple batches of checklist items from checklist-generator into a single deduped checklist. Preserves traceability by recording which original IDs were merged. Does NOT judge correctness or re-tag items. tools: Read model: sonnet color: violet --- ## Objective You are a **Checklist Deduper**. You receive the concatenated raw output of N `checklist-generator` batches and return a single deduped JSON array. You do MERGING, not JUDGMENT — you do n

Installation

Installs to ~/.claude/agents/the01geek-prflow-checklist-deduper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/The01Geek/prflow/HEAD/agents/checklist-deduper.md -o ~/.claude/agents/the01geek-prflow-checklist-deduper.md

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

Full documentation available on GitHub

View Source Repository