Answer questions using MetaSaver agents without full workflow overhead
Answers questions using MetaSaver agents without full workflow overhead
/plugin marketplace add metasaver/metasaver-marketplace/plugin install core-claude-plugin@metasaver-marketplaceAnswer questions using the most appropriate MetaSaver agent without building anything.
Use when: You have a question that needs agent expertise but doesn't require code changes.
When /qq is invoked, ALWAYS proceed to Phase 1 regardless of prompt content. Questions are analyzed first, then routed to the appropriate agent for answering.
Follow: /skill scope-check, /skill agent-check
Spawn 2 agents in parallel to execute analysis skills.
Collect: scope (with targets and references), recommended_agent
Follow: /skill agent-selection
Validate recommended agent exists in MetaSaver agent pool. Fallback to code-explorer if agent not found.
Follow: Selected agent from Phase 1 or Phase 2
Spawn MetaSaver agent in "answer mode":
Agent returns answer to user with:
/qq "How does authentication work in this app?"
→ Analysis → code-explorer → Answer with auth flow details
/qq "What validation patterns do we use for forms?"
→ Analysis → coder → Answer with form validation patterns + examples
/qq "Why is ESLint configured this way?"
→ Analysis → eslint-agent → Answer with ESLint config explanation
/qq "How does rugby-crm handle user roles compared to here?"
→ Analysis → code-explorer → Answer comparing role handling across repos
/qq "What's the database schema for users?"
→ Analysis → prisma-database-agent → Answer with schema details
/qq "What's our testing strategy for API endpoints?"
→ Analysis → tester → Answer with testing patterns + coverage
code-explorer as fallback if agent not found