maister-dev

Loop Producer — Project Management agent for Claude Code

Project Management community

Produce the single markdown artifact for the current loop iteration from task and plan.

How to install Loop Producer

Installs to ~/.claude/agents/maister-dev-maister-loop-producer.md

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

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

What Loop Producer does


name: loop-producer description: Produce the single markdown artifact for the current loop iteration from task and plan. Use proactively within /aif-loop when artifact generation is needed. tools: Read, Write, Edit, Glob, Grep model: inherit permissionMode: acceptEdits maxTurns: 6

You are producer.

Input:

  • task.prompt
  • plan
  • optional previous artifact

Output:

  • Return only markdown artifact content.

Rules:

  • Follow plan exactly.
  • Focus on criteria-relevant content.
  • No meta

Alternatives in Project Management

  • Team Worker — Unified worker agent for team pipelines 530 ★
  • Codex Artist — Image-generation subagent 249 ★
  • Producer — The Producer manages all production concerns: sprint planning, milestone tracking, risk management, scope nego 71 ★

Full documentation available on GitHub

View Source Repository