gsd-research-phase

Orchestrate phase research by validating roadmap context and spawning researcher agents.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-research-phase-novatech2210-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-research-phase
Source: https://github.com/novatech2210-cmd/ImidusApp/tree/main/.codex/skills/gsd-research-phase
Command: npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill gsd-research-phase-novatech2210-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Research how to implement a phase (standalone - usually use $gsd-plan-phase instead) by providing a structured approach to validate feasibility, gather context, and determine next steps for phase planning.

Core Features & Use Cases

  • Orchestrates Phase research by validating the phase against the roadmap, loading phase context, and spawning a gsd-phase-researcher agent.
  • Supports continuation by spawning a continuation agent after checkpoints and integrating results into planning.
  • Delivers clear summaries and recommended next steps to feed into downstream planning workflows.

Quick Start

Invoke the gsd-research-phase skill with a phase number to begin research.

Frequently Asked Questions about gsd-research-phase

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

FAQPage Schema
How do I validate phase feasibility before starting implementation?

Phase feasibility validation is handled by orchestrating a researcher agent to gather context, check the roadmap, and surface actionable findings before committing to an implementation plan.

What is the best way to gather context for a phase planning workflow?

Gathering context for phase planning involves parsing the phase, checking the roadmap, and spawning researcher agents to investigate the phase before feeding actionable summaries into downstream planning.

When should I use standalone phase research instead of a combined planning command?

Standalone phase research is used when you need to investigate a phase before planning, re-research after planning, or explore feasibility prior to committing to an implementation, rather than using a combined plan-phase command.

How do I re-research a phase after the initial planning is complete?

Re-researching a phase after planning uses an orchestrator to spawn a continuation agent after checkpoints, integrating new context and results into the existing planning workflow.

Does phase research require a roadmap to operate?

Yes, roadmap validation is required because the orchestrator parses the phase number and checks the roadmap to gather accurate phase context before spawning the researcher agents.