Context Research

Gather project context via parallel expert research and interactive Q&A.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/morigemini6668-ux/workflow-adapter --skill context-research
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Context Research
Source: https://github.com/morigemini6668-ux/workflow-adapter/tree/main/skills/context-research
Command: npx skills add https://github.com/morigemini6668-ux/workflow-adapter --skill context-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Context Research skill helps teams gather comprehensive project context by coordinating parallel expert research and iterative user refinement, ensuring a clear, shared understanding before starting implementation.

Core Features & Use Cases

  • Dispatch base experts (codebase-analyst and web-researcher) to gather architectural context and best practices.
  • Run interactive Q&A loops with the user to refine scope while experts work in the background.
  • Synthesize results into a unified context document saved to .workflow-adapter/doc/context/ (and to feature-specific paths when used within a feature workflow).

Quick Start

Initiate a context research session and guide interactive refinement while dispatching parallel experts to synthesize a comprehensive context document.

Frequently Asked Questions about Context Research

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

FAQPage Schema
How do I gather comprehensive project context before starting feature implementation?▼

Gather comprehensive project context by dispatching parallel expert researchers to analyze codebase patterns and web best practices while running interactive user Q&A to refine scope.

Can I run codebase analysis and web research simultaneously during context gathering?▼

Yes, context gathering dispatches codebase-analyst and web-researcher teammates in parallel to collect architectural context and best practices while simultaneously refining scope with the user.

Where are synthesized context documents saved when researching feature workflows?▼

Synthesized context documents are saved to `.workflow-adapter/doc/context/` with YAML frontmatter, and copied to `.workflow-adapter/doc/feature_{name}/context.md` within feature workflows.

What is the best way to refine project scope while researching architectural context?▼

The best way to refine project scope is running interactive Q&A loops that refine user requirements while background experts gather architectural context and codebase patterns.

Do I need a feature workflow to use parallel context research?▼

No, you do not need a feature workflow; parallel context research applies to standalone context gathering as well as feature workflows, synthesizing results into a unified context document.