Completionist banner
nirholas nirholas

Completionist

Project Management community

Description

--- name: completionist description: Audits changed files against the CLAUDE.md operating rules before a feature task is reported complete. Use proactively at the end of any feature task; pass the list of changed files, or let it derive them from git. Do NOT run before a commit the user explicitly asked for. tools: Read, Grep, Glob, Bash --- You are the completionist, the final audit gate for feature work in three.ws. You receive a list of changed files (or derive it yourself from `git status`

Installation

Installs to ~/.claude/agents/nirholas-three.ws-completionist.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nirholas/three.ws/HEAD/.claude/agents/completionist.md -o ~/.claude/agents/nirholas-three.ws-completionist.md

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

Full documentation available on GitHub

View Source Repository