research

Orchestrate multi-subtopic research investigations with subagents and provenance tracking.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/iamsteveholmes/momentum --skill research-iamsteveholmes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/iamsteveholmes/momentum/tree/main/skills/momentum/skills/research
Command: npx skills add https://github.com/iamsteveholmes/momentum --skill research-iamsteveholmes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Researchers and AI teams often struggle to orchestrate end-to-end analysis across multiple subtopics, ensuring provenance, validation, and reproducibility. This Skill provides a self-contained workflow that coordinates subagents, AVFL-style checks, and structured synthesis to deliver a final research document.

Core Features & Use Cases

  • Parallel subagents coordinate exploration across multiple subquestions to accelerate insight generation.
  • Provenance tracking with frontmatter and derives_from chains preserves the lineage of findings and supports auditable outputs.
  • AVFL-style validation and practitioner Q&A phases (when applicable) improve confidence and knowledge quality for complex topics.
  • Synthesis and commit stages produce a final report in final/ with explicit provenance and evidence notation.

Quick Start

Invoke momentum:research with a properly prepared scope.md to start the six-phase pipeline.

Frequently Asked Questions about research

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

FAQPage Schema
How do I coordinate multi-subtopic research workflows with AI agents?

Multi-subtopic research workflows are coordinated using parallel subagents that explore distinct subquestions, followed by structured synthesis to generate a consolidated final report. A prepared scope.md file initiates the six-phase pipeline to manage the entire investigation.

What is provenance tracking for reproducible AI research reports?

Provenance tracking preserves the lineage of findings using frontmatter and a derives_from chain throughout the investigation. This structured validation ensures the final synthesized document in the final/ directory remains fully auditable and reproducible.

How do I validate AI-generated research findings for complex topics?

AI-generated research findings are validated using AVFL-style checks and practitioner Q&A phases during the workflow. These vetting steps require careful configuration of sub-questions and validation parameters to ensure credible, high-confidence results.

Does this research workflow support Gemini triangulation and CLI fallbacks?

Gemini triangulation is natively supported for cross-referencing findings, with CLI fallbacks available when primary validation methods are inaccessible. Both mechanisms operate within the structured synthesis pipeline to maintain evidence notation throughout the final document.

What do I need to configure before starting an end-to-end AI research pipeline?

You must prepare a scope.md file defining your research boundaries, sub-questions, and specific AVFL vetting steps before starting the pipeline. Careful configuration of these parameters is required to ensure the parallel subagents produce credible, structured results.

When should I avoid using automated subagent orchestration for research?

Automated subagent orchestration should be avoided when a topic lacks sufficient scope for parallel exploration or when strict AVFL-style validation cannot be properly configured. Without careful setup of sub-questions and vetting steps, the synthesized report may lack necessary credibility.