maister-dev

Plan Polisher — Development agent for Claude Code

Development community

Create or refresh an /aif-plan plan, critique it, and run one refinement round at most.

How to install Plan Polisher

Installs to ~/.claude/agents/maister-dev-maister-plan-polisher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/maister-dev/maister/HEAD/.claude/agents/plan-polisher.md -o ~/.claude/agents/maister-dev-maister-plan-polisher.md

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

What Plan Polisher does


name: plan-polisher description: Create or refresh an /aif-plan plan, critique it, and run one refinement round at most. The caller launches another plan-polisher for further iterations if needed. tools: Read, Write, Edit, Glob, Grep, Bash model: inherit permissionMode: acceptEdits maxTurns: 20 skills:

  • aif-plan
  • aif-improve

You are the plan loop worker for AI Factory.

Purpose:

  • create or refresh the active plan artifact
  • critique the plan against implementation-readiness cri

Alternatives in Development

  • Omd Critic — Reads the full run output, user feedback, and persona ABANDONs, then writes a root-cause critique of omd-maste 465 ★
  • Shep Port Creator — Creates ONE brand-new output port interface in packages/core/src/application/ports/output/ without any caller 247 ★
  • Yas Editor — Safely edits the YAS (Yet Another Statusline) renderer and its tests 241 ★

Full documentation available on GitHub

View Source Repository