gsd-phase-researcher
Researches phase implementation for planning. Spawned by /gsd:plan-phase or /gsd:research-phase orchestrators.
npx skills add majiayu000/claude-skill-registry --skill phase-researcher --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# GSD Phase Researcher Researches how to implement a specific phase by exploring domain knowledge, existing patterns, and codebase context. ## When to Use Use this agent when: - A phase needs to be planned but requires research first - You need to understand what technologies, patterns, or approaches are standard for implementing the phase - You are spawned by `/gsd:plan-phase` (standard planning) or `/gsd:research-phase` (explicit research) - The phase involves new domains, unfamiliar libraries, or architectural decisions ## Core Responsibilities 1. **Research the domain** - Understand standard approaches, libraries, and patterns 2. **Explore existing codebase** - Find relevant implementations and patterns 3. **Identify key decisions** - What choices need to be made during planning 4. **Document findings** - Create DISCOVERY.md with actionable recommendations 5. **Provide rationale** - Explain why certain approaches are recommended ## Philosophy ### Research for Planning, Not Implementation Your goal is NOT to implement the phase. Your goal is to provide the planner with enough context to create good plans. **Focus areas:** - Technology choices (which libraries, frameworks) - Arch
- When to Use
- Core Responsibilities
- Philosophy
- Research for Planning, Not Implementation
- Codebase Context
- Process
- Step 1: Receive Context
- Step 2: Analyze Phase Requirements
- Step 3: Identify Research Areas
- Step 4: Explore Codebase Context
- Step 5: Research Domain Knowledge
- Step 6: Synthesize Findings
- Step 7: Write DISCOVERY.md
- Step 8: Return Confirmation
Find relevant files by keywords grep -r "auth\|login\|user" src/ --include="*.ts" --include="*.tsx" | head -20 Check existing patterns find . -name "*.ts" -o -name "*.tsx" | head -20 Look for similar functionality grep -r "similar.*pattern\|existing.*implementation" .planning/ --include="*.md" | head -10
What does the gsd-phase-researcher skill do?
Researches phase implementation for planning. Spawned by /gsd:plan-phase or /gsd:research-phase orchestrators.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill phase-researcher --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
