Research Discovery
SkillDev toolsFast broad-to-narrow read-only discovery for planning, routing, and review preparation.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Research Discovery skill
What this skill tells your AI
The instructions your AI receives, as published by abivan-tech/opencode-agentic-workflows in .agents/skills/research-discovery/SKILL.md and read by ahel’s review.
Use this skill when an agent needs to understand an unfamiliar request, map the codebase quickly, or gather just enough context for planning, routing, or review.
Search Strategy
Go broad to narrow:
- Start with broad discovery:
- file patterns
- directory ownership
- obvious entry points
- Narrow with targeted text or symbol search:
- specific identifiers
- error strings
- integration points
- Read files only when the path is known or full context is needed.
Parallel Discovery
Parallelize only when the task has multiple mostly independent tracks.
x1: one primary areax2: two clear research tracks (for example frontend + backend)x3: architecture/onboarding/multi-surface work where three tracks materially improve decomposition
Do not exceed x3.
Speed Principles
- Bias for speed over exhaustiveness.
- Stop once you have enough context to answer the delegated question.
- Prefer a few targeted searches over large indiscriminate sweeps.
- Reuse existing patterns and analogous implementations whenever possible.
Memory Use
- Read session memory only when it helps align with recent context.
- Do not treat session memory as durable project truth.
- If a discovery result becomes durable knowledge, it must be written later into
.agent-memory/by the appropriate writing agent.
Output
Return concise findings that are immediately useful to the parent agent:
- clickable absolute file paths
- specific functions, types, patterns, or commands worth reusing
- likely owners, subsystem boundaries, or candidate epics when the parent agent is planning larger work
- blockers, ambiguities, and risks
- direct answer to the delegated question
Do not drift into implementation unless the parent agent explicitly asked for implementation guidance.
Signals
- GitHub stars
- 28
- Forks
- 3
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
research-discovery- Source
- github.com/abivan-tech/opencode-agentic-workflows