Research Skill (Claude) — Step 1: Local + Domain Research

Generate local and domain research markdown files with draft requirement options.

Updated May 27, 2026
One-click install
npx skills add https://github.com/ormastes/Spipe --skill research-skill-claude-step-1-local-domain-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Research Skill (Claude) — Step 1: Local + Domain Research
Source: https://github.com/ormastes/Spipe/tree/main/doc/00_llm_process/skill_command/skills/pipe/research
Command: npx skills add https://github.com/ormastes/Spipe --skill research-skill-claude-step-1-local-domain-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you rapidly turn an initial product or engineering idea into a grounded research package by collecting local implementation details and prior domain findings, then translating them into draft requirements.

Core Features & Use Cases

  • Local implementation research: Uses code intelligence tools (MCP/LSP) and vault search to discover how the feature should work in this repository, then saves results to a local research document.
  • Domain research: Searches existing research docs and performs web research to capture external knowledge and prior art, then saves results to a domain research document.
  • Requirement drafting: Produces initial feature and non-functional requirement draft options based on the research outputs for faster downstream design and architecture decisions.

Quick Start

Run the research step to generate local and domain research docs and draft requirement options for a single target feature called <feature>.

Frequently Asked Questions about Research Skill (Claude) — Step 1: Local + Domain Research

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

FAQPage Schema
How do I generate draft requirements from existing code and domain knowledge?

To generate draft requirements from code and domain knowledge, you run a research step that uses code intelligence tools and vault search to gather local implementation evidence, then translates those findings into feature and non-functional requirement documents.

What is domain research for software feature planning?

Domain research for software feature planning is the process of searching existing research documents and performing web research to capture external knowledge and prior art, which is then saved to a domain research markdown file for downstream architecture decisions.

How do I document local implementation details for a new feature using repository intelligence?

You document local implementation details by using MCP and LSP code intelligence tools to discover how a target feature should function within your specific repository, subsequently saving the collected evidence into a local research markdown file.

Can I use this research step in a multi-LLM cooperative pipeline?

Yes, this research step is specifically designed for multi-LLM cooperative pipelines where Step 1 collects local implementation evidence and domain context to hand off to a downstream Codex step for further processing.

Does this research process capture the original user request verbatim?

Yes, the research process explicitly captures the user's original request verbatim to ensure the generated local and domain research markdown files align perfectly with the initial product or engineering idea.

What is the best way to translate prior domain findings into non-functional requirements?

The best way to translate prior domain findings into non-functional requirements is to aggregate external knowledge and local implementation evidence into draft requirement options, accelerating downstream design and architecture decisions.