Use this skill when the user asks for /phase-research, phase research, requirement understanding, implementation research, or the first stage of an automated software delivery flow.
Purpose
Turn a request into grounded context before design or implementation.
Workflow
Search for existing implementations in the current repo.
Search external examples when useful, preferring primary documentation and reputable source code.
Check framework/library documentation when the request depends on specific APIs.
Question the requirement:
What user or system need does it satisfy?
Which parts are required now?
Which parts look like premature scope?
What is the simplest viable implementation?
Produce a concise research report.
Output
Include:
current repo findings
relevant external references
feasible implementation options
recommended direction
major risks and unknowns
requirements that should be simplified, clarified, or removed
End with PHASE_RESEARCH_DONE when the report is complete. If research is blocked, output PHASE_RESEARCH_BLOCKED and list the blocker.
1---2name: phase-research3description: Phase Research4---56# Phase Research78Use this skill when the user asks for `/phase-research`, phase research, requirement understanding, implementation research, or the first stage of an automated software delivery flow.910## Purpose1112Turn a request into grounded context before design or implementation.1314## Workflow15161. Search for existing implementations in the current repo.172. Search external examples when useful, preferring primary documentation and reputable source code.183. Read project context: `AGENTS.md`, `CLAUDE.md`, `README`, package manifests, docs, and nearby code.194. Check framework/library documentation when the request depends on specific APIs.205. Question the requirement:21 - What user or system need does it satisfy?22 - Which parts are required now?23 - Which parts look like premature scope?24 - What is the simplest viable implementation?256. Produce a concise research report.2627## Output2829Include:3031- current repo findings32- relevant external references33- feasible implementation options34- recommended direction35- major risks and unknowns36- requirements that should be simplified, clarified, or removed3738End with `PHASE_RESEARCH_DONE` when the report is complete. If research is blocked, output `PHASE_RESEARCH_BLOCKED` and list the blocker.
Run npx skillmds@latest add yaomeng1749/phase-research in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Phase Research It is listed under Research & Search on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Yaomeng1749 (@yaomeng1749) published this skill. Their other Agent Skills are listed on their SkillMD profile.