research-adhoc-feature

Analyze a codebase with parallel sub-agents and synthesize research findings.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/DoGab/VitalStack --skill research-adhoc-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-adhoc-feature
Source: https://github.com/DoGab/VitalStack/tree/main/.agents/skills/research-adhoc-feature
Command: npx skills add https://github.com/DoGab/VitalStack --skill research-adhoc-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables systematic exploration of a codebase to answer ad-hoc user requests by coordinating parallel sub-agents, mapping context, and collecting design baselines.

Core Features & Use Cases

  • Orchestrates parallel research tasks across codebase components to answer user questions.
  • Generates design context and visual baselines for informed decision-making.
  • Produces a self-contained research artifact documenting findings for future reference.

Quick Start

Begin a guided research session by specifying your target research question.

Frequently Asked Questions about research-adhoc-feature

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

FAQPage Schema
How do I research a codebase to answer ad-hoc feature questions?

You can research a codebase by spawning parallel sub-agents that map components and fetch design context. This approach synthesizes findings into a self-contained research artifact for ad-hoc feature exploration.

What is the best way to map codebase components for design context?

The best way to map components for design context is using an orchestrated agent protocol. It coordinates parallel subtasks across the repository to capture visual baselines and document findings without producing implementation plans.

Can I use agents to generate implementation plans from codebase research?

No, you cannot use this agent coordination approach to generate implementation plans. It follows a strict research-only protocol that writes results to thoughts/research, explicitly avoiding the creation of implementation plans.

Does parallel sub-agent research store visual baselines and design context?

Yes, parallel sub-agent research does store visual baselines and design context. It orchestrates tasks across the codebase to collect this information and saves the synthesized findings as a self-contained artifact in thoughts/research.

How do I start a guided research session for an ad-hoc feature?

To start a guided research session for an ad-hoc feature, simply specify your target research question. The system will then orchestrate parallel sub-agents to analyze the codebase and document the findings.

What are the limitations of using sub-agents for codebase research?

A key limitation of using sub-agents for codebase research is the strict research-only protocol. It synthesizes findings into thoughts/research but does not produce actionable implementation plans for the identified components.