domain-research

Identify candidate subdomains and map them to pipeline concepts.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill domain-research-notque
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-research
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/domain-research
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill domain-research-notque

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Discover and classify subdomains within a target domain for pipeline generation.

Core Features & Use Cases

  • Parallel four-agent research to broaden subdomain discovery and reduce bias.
  • Classify subdomains by task type, complexity, and reuse potential.
  • Map subdomains to step-menu chains and produce a Component Manifest for the scaffolder.
  • Integrate existing repository inventory and domain references to guide decomposition.

Quick Start

Provide a domain name and a run ID to initiate Phase 1 research and generate phase artifacts.

Frequently Asked Questions about domain-research

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

FAQPage Schema
How do I discover subdomains within a target domain for pipeline generation?

Subdomain discovery uses parallel four-agent research to identify candidate subdomains within a target domain, reducing bias and broadening coverage. It classifies subdomains by task type and complexity, then maps them to initial pipeline concepts for further development.

What is domain decomposition and when do I need it for mapping step-menu chains?

Domain decomposition breaks a target domain into manageable subdomains to drive a self-improving pipeline generator. You need it when classifying subdomains by reuse potential and mapping them to step-menu chains to produce a Component Manifest for the scaffolder.

How do I start mapping subdomains to pipelines using a run ID?

To start mapping subdomains, provide a target domain name and a run ID to initiate Phase 1 research. The process generates phase artifacts, specifically content.md and manifest.json files, across phases 1 through 3 to document the pipeline concepts.

Can I use existing repository inventory to guide subdomain classification?

Yes, you can integrate existing repository inventory and domain references to guide subdomain classification. The research agents reference a task-type guide to classify discovered subdomains by task type, complexity, and reuse potential before mapping them.

What is the best way to reduce bias during subdomain discovery?

The best way to reduce bias during subdomain discovery is using parallel research with four independent agents. This multi-agent approach broadens the identification of candidate subdomains within a target domain before classification and pipeline mapping.

What artifacts does domain decomposition produce for the scaffolder?

Domain decomposition produces phase artifacts including content.md and manifest.json files for phases 1 through 3. The Component Manifest specifically maps classified subdomains to step-menu chains, providing structured output directly usable by the scaffolder.