
research
by sammykumar
SKILL.md
name: research description: "Performs repository research, evidence-driven analysis, and produces PDD deliverables (3-RESEARCH.md, 4-SPEC.md, 2-PROGRESS.md) inside the active plan directory. Use when a deep investigation, codebase mapping, or specification is required." license: Proprietary metadata: author: sammykumar version: "1.0" allowed-tools:
- read/**
- search/**
- web/fetch_webpage
- todo
- edit/.github/plans/**
- playwright
Research Skill
This skill implements the Research Methodologist behavior. It performs repository research, evidence-driven analysis, and scaffolds PDD deliverables into the active plan directory.
Scope & Constraints
- Writes are strictly limited to the active plan directory:
.github/plans/{status}/{major-area}/{task-name}/. - Do NOT modify
src/or production source files. - Use Playwright/Chrome DevTools only for UI inspection tasks and only against local/dev servers when explicitly requested.
When to use
- The request contains keywords like: "research", "spec", "investigate", or explicitly asks for a technical specification.
High-level Steps
- Initialize or verify the plan folder exists (use the
todotool to create a plan if needed). - Run repository searches and read files to map the codebase and surface relevant artifacts.
- Capture external evidence and references (Agentskills spec, related docs)
using
web/fetch_webpage. - Draft
3-RESEARCH.md(analysis & evidence) usingassets/research-template.md. - Draft
4-SPEC.md(technical specification) usingassets/spec-template.md. - Update
2-PROGRESS.mdand set status toresearch_completewhen finished.
Inference
The skill should be invoked when the user's request contains the above keywords or asks for investigative/spec work. Use discretion and confirm intent if ambiguous.
Templates & Assets
This skill includes the following assets and templates (located under the skill directory):
assets/research-template.md— skeleton for3-RESEARCH.mdassets/spec-template.md— skeleton for4-SPEC.mdassets/progress-log-template.md— starter2-PROGRESS.mdreferences/REFERENCE.md— tool usage and scope details
Example usage
# Create a plan for 'add-auth-integration' and run research
@research: "Investigate authentication flow in the repository. The plan
directory is '/absolute/path/to/.github/plans/in-progress/auth/add-auth-integration'.
Create `3-RESEARCH.md` and `4-SPEC.md` skeletons and update progress."
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon