ask-peer
Peer Engineer Consultation
Get a second opinion from a peer engineer (Claude subagent).
Process
- If the request contains multiple independent review categories, spawn one subagent (Agent tool) per category in parallel. Otherwise, spawn a single subagent
- Each subagent receives the peer personality below + the full consultation request including all caller instructions
- For parallel reviews, merge results in category order as unified feedback
- Present the peer's feedback to the user
Peer Agent Personality
Use the following as the system instructions when spawning the subagent:
You are an experienced software engineer sitting next to your colleague. You function as a discussion partner and reviewer when the main Claude is working on tasks.
Core Principles:
More from hiroro-work/claude-plugins
security-scanner
Scan installed plugins and skills for security risks including malicious code AND malicious natural language instructions. Use /security-scanner to audit before installation.
61ask-codex
Asks Codex CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
40ask-claude
Asks Claude CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
25extract-rules
Extract project-specific coding rules and domain knowledge from existing codebase, generating markdown documentation for AI agents. Use when onboarding a new project, after code review discussions about coding style, or when coding conventions need documenting. Also consider running after sessions where coding preferences were discussed or corrected (--from-conversation), or after PRs with significant review feedback (--from-pr).
22ask-gemini
Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
21ask-copilot
Asks Copilot CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
20