research-first

Spawn a research sub-agent to query framework docs and validation sources.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bjornslib/cobuilder-harness --skill research-first-bjornslib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-first
Source: https://github.com/bjornslib/cobuilder-harness/tree/main/.claude/skills/research-first
Command: npx skills add https://github.com/bjornslib/cobuilder-harness --skill research-first-bjornslib

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables teams to ensure they are using up-to-date framework guidance and validated approaches before implementation by spawning a dedicated research sub-agent to query context7 (framework docs) and Perplexity in a separate context window, then returning concise findings to keep the main context clean.

Core Features & Use Cases

  • Spawns a research sub-agent to lookup current framework documentation and cross-reference with solution validation sources.
  • Keeps the main execution context clean by performing heavy research in a separate context and returning concise, actionable findings.
  • Use cases include framework selection, architectural decisions, uncertainty-driven design exploration, and API usage pattern validation prior to coding.

Quick Start

Provide the project context and trigger a research query to gather current framework docs and validation insights.

Frequently Asked Questions about research-first

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I research current framework documentation before starting a project?

Researching current framework documentation involves spawning a dedicated sub-agent that queries context7 for framework docs and Perplexity for validation signals, returning concise findings to keep your main context clean and actionable for implementation.

What's the best way to validate framework best practices without cluttering my main context?

The best way to validate framework best practices while keeping your main context clean is to perform heavy research in a separate sub-agent context window, cross-referencing context7 and Perplexity, and returning only concise actionable findings to the main execution flow.

Can I use Perplexity and context7 together to look up framework docs and validation signals?

Yes, you can coordinate with context7 for framework documentation and Perplexity for validation signals simultaneously through a dedicated sub-agent that queries both sources in a separate context window and returns concise findings.

When do I need a dedicated research sub-agent for architectural decisions?

You need a dedicated research sub-agent for architectural decisions when you require up-to-date framework guidance and validated approaches before implementation, especially during framework selection, uncertainty-driven design exploration, or API usage pattern validation.

Does spawning a research sub-agent for framework docs affect my main execution context?

Spawning a research sub-agent does not clutter your main execution context because heavy research is performed in a separate context window, and only concise, actionable findings are returned to keep the main context clean and focused.