← スキル一覧に戻る

write-research-doc
by eveld
Research, planning, and implementation workflows for Claude Code
⭐ 3🍴 1📅 2026年1月6日
SKILL.md
name: write-research-doc description: Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.
Write Research Document
Create structured research documents following project conventions.
Document Structure
Use the template from templates/research-document.md:
-
Frontmatter (YAML):
- date, researcher, git info, topic, tags, status
-
Research Question:
- Original user query verbatim
-
Summary:
- High-level findings (2-3 paragraphs)
-
Detailed Findings:
- Organized by component/area
- Include file:line references
- Explain purpose and implementation
-
Key Discoveries:
- Bullet list of important findings
-
Implementation Patterns:
- Common patterns found
-
References:
- Links to source files and related docs
File Path and Naming
Save to: thoughts/shared/research/YYYY-MM-DD-NN-description.md
Format:
YYYY-MM-DD- Today's dateNN- Sequence number (01, 02, etc.)description- Kebab-case brief description
Example: 2025-12-23-01-authentication-flow.md
Metadata Collection
Use gather-project-metadata skill to get:
- Timestamp
- Git commit and branch
- Repository name
File References
Always include specific file:line references:
src/auth/handler.go:45- Format for references- Use actual line numbers where functions/types are defined
Path Corrections
Watch for these common mistakes:
- ✅
thoughts/shared/research/- Correct for shared research - ❌
thoughts/searchable/- Old path, don't use - ✅
thoughts/notes/- Correct for reference documents
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
