pre-dev-research

Dispatch three parallel research agents to collect codebase patterns and framework documentation.

205|26|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/LerianStudio/ring --skill pre-dev-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-dev-research
Source: https://github.com/LerianStudio/ring/tree/main/pm-team/skills/pre-dev-research
Command: npx skills add https://github.com/LerianStudio/ring --skill pre-dev-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Gate 0 research ensures planning documents reflect real codebase patterns and external best practices before PRDs/TRDs are created.

Core Features & Use Cases

  • 3 parallel research agents to cover code, external benchmarks, and framework docs
  • Structured research output saved as docs/pre-dev/{feature}/research.md
  • Knowledge grounding for more accurate PRDs and TRDs

Quick Start

Run Gate 0 Research for a new feature; review the generated research.md before PRD.

Frequently Asked Questions about pre-dev-research

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

FAQPage Schema
How do I conduct pre-development research before writing a PRD?

Pre-dev research gathers codebase patterns, external best practices, and framework documentation before planning. Run parallel research agents across your greenfield, modification, or integration context to produce a structured research.md file grounding your PRD decisions in actual patterns and proven approaches.

What should a pre-development research document include?

A pre-dev research document contains metadata, executive summary, synthesis of findings, codebase references with file:line citations, external URLs, and framework version constraints. This structured output ensures your PRD and TRD decisions reflect real constraints and documented best practices.

Can I run pre-dev research for existing codebases or only greenfield projects?

Pre-dev research operates in three modes: greenfield for new features, modification for changes to existing code, and integration for incorporating external systems. Each mode dispatches agents to collect relevant patterns and documentation for your specific context.

Why perform Gate 0 research before writing technical requirements?

Gate 0 research prevents PRDs and TRDs from diverging from real codebase patterns and framework capabilities. By grounding planning in actual code references and external benchmarks upfront, you avoid discovering constraints or better patterns after design work is complete.

How does pre-dev research handle framework version constraints?

Pre-dev research agents analyze framework documentation and codebase usage to capture version constraints relevant to your feature. These constraints appear in the research output, ensuring your PRD accounts for compatibility requirements and deprecation timelines.