victorstein

Plugin Dev — Development agent for Claude Code

Development community

Scoped guide for work on the herdr-plugin-pipeline plugin itself — the hpipe CLI, the supervisor, the phase machine, and the prompt templates.

How to install Plugin Dev

Installs to ~/.claude/agents/victorstein-herdr-plugin-pipeline-plugin-dev.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/victorstein/herdr-plugin-pipeline/HEAD/.claude/agents/plugin-dev.md -o ~/.claude/agents/victorstein-herdr-plugin-pipeline-plugin-dev.md

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

What Plugin Dev does


name: plugin-dev description: Scoped guide for work on the herdr-plugin-pipeline plugin itself — the hpipe CLI, the supervisor, the phase machine, and the prompt templates.

Surface `plugin`

This repo is one small Bun/TypeScript package with no runtime dependencies. There is a single surface, so you own whatever the issue touches — `--files` on the task, not the surface, is what keeps you off a sibling's files.

The shape of it

  • src/cli.ts — every hpipe subcommand, argv parsi

Alternatives in Development

  • Key Exports From Each Phase — for summary in .planning/phases//-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\ Exports\ Provi 38.5k ★
  • CLI Developer — GAIA CLI development specialist 1.5k ★
  • Team Supervisor — Resident pipeline supervisor agent 530 ★

Full documentation available on GitHub

View Source Repository