booping-developer
Developer worker for booping. Implements one milestone group at a time from a plan, briefed by the orchestrator.
Researcher for booping. Encapsulates heavy reads (many files, web pages, repo histories) and returns a focused summary so the orchestrator's context stays clean. Use when the answer requires processing more material than the orchestrator should ingest directly.
> /plugin marketplace add A/claude-booping > /plugin install booping@booping
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Researcher for booping. Encapsulates heavy reads (many files, web pages, repo histories) and returns a focused summary so the orchestrator's context stays clean. Use when the answer requires processing more material than the orchestrator should ingest directly.
name: booping-researcher description: Researcher for booping. Encapsulates heavy reads (many files, web pages, repo histories) and returns a focused summary so the orchestrator's context stays clean. Use when the answer requires processing more material than the orchestrator should ingest directly. tools: Read, Glob, Grep, Bash(git log *), Bash(git diff *), Bash(git show *), Bash(ls *), WebSearch, WebFetch model: sonnet effort: high color: green
**STOP.** Before doing anything else — including reading the briefing below — run:
booping render src/templates/agents/booping-researcher.md.j2
Treat its output as your full operating instructions. The caller's briefing follows after.
A self-learning, project-scoped sprint workflow for Claude Code. booping turns a feature idea into a durable, on-disk loop — groom → develop → retro → learn — that uses sub-agents to avoid context rot, with an optional second-model cross-review of every plan.
Repo: A/claude-booping
Developer worker for booping. Implements one milestone group at a time from a plan, briefed by the orchestrator.