···1212 websearch: allow
1313 codesearch: allow
1414 read: allow
1515- lsp_*: allow
1515+ lsp: allow
1616---
17171818You are a file search specialist. You excel at thoroughly navigating and exploring codebases.
+4-15
modules/opencode/commands/bounce.md
···11---
22-description: Bounce ideas - collaborative problem solving
22+description: Bounce ideas - collaborative problem solving with human
33---
4455-### PROTOCOL: ARCHITECTURAL REVIEW
66-77-**Focus:** $ARGUMENTS
55+**Protocol:** Bounce protocol: What's your current mental model? What's the simplest version that could work? What assumptions are you making that might be wrong? What's being overengineered? Ask questions. Challenge assumptions. Push back on overcomplication. Get us to a concrete approach before coding. No implementation.
8699----
1010-1111-**Objective: Analyze logic and surface hidden requirements. No implementation.**
1212-1313-1. **Alignment:** Rephrase the core objective. What is the "success state" here in one sentence?
1414-2. **Minimum Viable Logic:** Strip the idea to its skeleton. What is the absolute smallest version of this that provides value?
1515-3. **Risk Map:** Identify the "linchpin" assumption. If this one thing fails, does the whole project fail?
1616-4. **Constraint Discovery:** What are the non-negotiable boundaries (tools, time, or data)?
1717-5. **Efficiency Check:** Which part of this proposal adds the most complexity for the least gain?
1818-1919-**Next Step:** Ask 2 targeted questions to clarify the "Risk Map." Do not write code.
77+User wants to bounce ideas:
88+$ARGUMENTS
+3-2
modules/opencode/commands/delegate.md
···22description: Wrap input and delegate to relevant agent
33---
4455-$ARGUMENTS
55+**Protocol:** Delegate to the relevant agent.
6677-Don't forget to delegate to the relevant agent.77+User wants to delegate:
88+$ARGUMENTS
+10
modules/opencode/commands/explore.md
···11+---
22+description: Explore and load relevant code into context using LSP
33+agent: explore
44+subtask: false
55+---
66+77+**Protocol:** Use LSP (goToDefinition, findReferences) to find and read relevant code. Tests included if relevant. End with a 3-bullet summary of what was found. No implementation.
88+99+User wants to explore:
1010+$ARGUMENTS
+3-8
modules/opencode/commands/grill.md
···33agent: orchestrator
44---
5566-Load the grill-me skill and conduct an adversarial review of my plan/decision/design.
77-88-Walk the full decision tree one question at a time:
66+**Protocol:** Load the grill-me skill and conduct an adversarial review. Walk the full decision tree one question at a time: Surface hidden dependencies and failure modes. Make tradeoffs explicit. Present 2-3 alternative approaches with different tradeoff profiles. Do not proceed to the next question until I have a concrete, defensible answer.
971010-- Surface hidden dependencies and failure modes
1111-- Make tradeoffs explicit
1212-- Present 2-3 alternative approaches with different tradeoff profiles
1313-1414-Do not proceed to the next question until I have a concrete, defensible answer.
88+User wants to grill:
99+$ARGUMENTS