majesticlabs-dev

Pi Implementer — Development agent for Claude Code

Development community

Implementation lane driven by the pi CLI (a local multi-provider coding agent, distinct from omp).

How to install Pi Implementer

Installs to ~/.claude/agents/majesticlabs-dev-claude-advisor-pi-implementer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/majesticlabs-dev/claude-advisor/HEAD/agents/pi-implementer.md -o ~/.claude/agents/majesticlabs-dev-claude-advisor-pi-implementer.md

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

What Pi Implementer does


name: pi-implementer default_model: grok-4.6 description: Implementation lane driven by the `pi` CLI (a local multi-provider coding agent, distinct from `omp`). Model-agnostic like builder, defaults to grok-4.6 via pi's own xai-auth provider, but any model pi lists is fair game if the spec names one. Pick this lane over builder when you specifically want pi's tool/extension surface (its own read/bash/edit/write tools, skills, extensions) rather than omp's. Requires the `pi` CLI installed and

Alternatives in Development

Full documentation available on GitHub

View Source Repository