isomux-second-opinion

Solid

Ask another agent for an opinion on a specific question. They reply once with their take; you keep driving. Optionally takes the peer's name and the question as arguments.

Web & Frontend 34 stars 3 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
51
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
90
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Ask a peer agent for a second opinion on a specific question — a design decision, an approach, a fork in the road. The peer replies once with their take and you keep driving. Syntax: `/isomux-second-opinion {peer-agent-name} {optional question}` ### 1. Pick the peer If a peer name was supplied, look up their agent ID via the agent manifest: `curl -s localhost:4000/agents -H "Authorization: Bearer $ISOMUX_AGENT_TOKEN"` (4000 is the default isomux server port; adjust if your office runs on a different one). Match the name case-insensitively. Otherwise try to infer the peer from context — e.g., an agent the boss and you have already paired or consulted with in this session. If there's a clear inference, use it (and briefly confirm who you picked). Otherwise, list candidates (prefer agents whose `cwd` matches yours) and ask the boss to pick. You need the peer's agent ID to POST messages to them. ### 2. Frame the question If the boss supplied a question, use it verbatim. Otherwise pin down one concrete thing you want an opinion on. ### 3. Send the ask POST to `/agents/<peer-id>/message`. The body must include: - **The question**, framed clearly. - **Just enough context** to form an opinion: the specific code path or decision, relevant constraints. - **What you want from them**: a concrete recommendation with reasoning. Not approval — you're not asking for permission. - **How to reply**: they must POST back to your agent endpoint, not type in their own chat. Give them your ...

Details

Author
nmamano
Repository
nmamano/isomux
Created
4 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category