Help us improve
Share bugs, ideas, or general feedback.
From grill-each-other
Interview the user relentlessly about a multi-agent collaboration design until every role, handoff, and failure mode is resolved. Use when the subject is multi-agent collaboration, subagent orchestration, fleet topology, or agent-roster design — prefer this over `grill-me` whenever multiple agents are involved. Triggers: "grill my agent topology", "grill my multi-agent design", "stress-test agent collaboration", "interrogate the agent roster", "design subagent orchestration". Do NOT use for greenfield non-agent plan grilling (use `grill-me`) or when the agent stack already exists in the codebase and you want to stress-test a change to it (use `grill-me-with-agents`).
npx claudepluginhub jackreis/dancer-a2a --plugin grill-each-otherHow this skill is triggered — by the user, by Claude, or both
Slash command
/grill-each-other:grill-me-agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interview me relentlessly about every aspect of this agent collaboration until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
Provides PHI/PII compliance patterns for healthcare apps including data classification, row-level security access control, audit trails, encryption, and common leak vectors. Useful for patient data features, APIs, and code reviews.
Share bugs, ideas, or general feedback.
Interview me relentlessly about every aspect of this agent collaboration until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
Ask the questions one at a time.
If a question can be answered by exploring the codebase, agent definitions, or existing prompts, explore them and propose the answer for my confirmation instead of asking from scratch.
Cover all 13 branches, in order, only descending once an upstream branch is settled:
Do not move to the next branch until the current one has a concrete answer, not a placeholder. If I give a vague answer, push back with the specific edge case that makes it vague.
When every branch is resolved, summarize the agreed design and offer to write it to a file (e.g., AGENT_DESIGN.md) using the template at ${SKILL_DIR}/AGENT_DESIGN.template.md (i.e. ~/.claude/skills/grill-me-agents/AGENT_DESIGN.template.md). The summary should include: roster, topology diagram (ASCII), handoff contracts, failure/termination rules, and open risks.
grill-me — single-track plan/design grilling (not agent-specific). Use when the subject is one design, not a multi-agent collaboration.grill-me-with-agents — same 13 branches but cross-references the existing agent stack in the repo. Use when the agents are already implemented and you want to stress-test a change.peer-grill — for two or more agents to grill each other (file-based reconciliation protocol). Distinct kind of grilling.