research

Synthesizes offering research inputs into cited market, financial, and competitive intelligence files.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Wizarck/nexandro --skill research-wizarck
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/Wizarck/nexandro/tree/main/skills/research
Command: npx skills add https://github.com/Wizarck/nexandro --skill research-wizarck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It turns scattered raw research materials in an offering's input folder into structured, source-cited intelligence documents, eliminating manual synthesis and untraceable claims. ## Core Features & Use Cases - Categorized Synthesis: Processes input materials into market.md, financial.md, competitive.md, customer.md, and technical.md research files. - Citation Discipline: Every data point carries a source citation with document and line references, with anti-circular citation rules enforced. - Gap Tracking: Identifies unknowns and records them in GAPS.md with sequential GAP-XXX identifiers. - Use Case: After dropping new analyst reports into an offering's 00_Research/input/ folder, invoke this Skill to extract key data points, update the research files, flag gaps, and hand off to /qa-research for validation. ## Quick Start Run the research skill for offering OFFER-042 to process the new files in its research input folder and update the research documents.

Frequently Asked Questions about research

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

FAQPage Schema
How do I process new research materials for an offering?▼

Place the source files in the offering's 00_Research/input/ folder and invoke the research skill with the offering ID. It categorizes materials by type, extracts cited data points, and updates the corresponding research files.

What research files does this skill produce?▼

It maintains five deliverables in the offering's 00_Research/ folder: market.md, financial.md, competitive.md, customer.md, and technical.md. Files exceeding roughly 500 lines are decomposed into linked sub-files with a router index.

How are citations handled in research documents?▼

Every data point must cite a source document with line numbers, or an external URL with date. Research files cannot cite each other as primary sources; claims must trace to input files, external URLs, or internal documents outside 00_Research/.

How are research gaps tracked?▼

Unknown data is marked as [TBD - GAP-XXX] and all gap IDs are defined centrally in GAPS.md. New gaps use the next available number, and resolving a gap requires updating GAPS.md status before replacing the placeholder.

When should I use market-intel instead of the research skill?▼

Use /market-intel for global market intelligence updates such as fleet counts, persona changes, new competitors, or industry TAM. The research skill only processes offering-specific inputs from an offering's own input folder.

What happens if QA validation finds issues?▼

The skill calls /qa-research before completing and fixes any listed issues, then re-runs QA. After two rework cycles or a recurring issue, it pauses and escalates to the user.