write-research-doc
Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Generic migration orchestrator that reads CHANGELOG.md to understand and execute version-specific migrations
Determine feature slug interactively by auto-detecting next number and prompting user for description
Share personal documents to the shared namespace with atomic git commit and push
Use when creating implementation plans to generate properly structured plans with phases, success criteria, and project references.
ALWAYS check this skill before using grep, glob, Task tool, or doing any codebase exploration. Guides you to use specialized agents that are more efficient than basic tools.
Use when writing tests to ensure they follow project conventions. References patterns from thoughts/notes/testing.md.
| name | write-research-doc |
| description | Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references. |
Create structured research documents following project conventions.
Use the template from templates/research-document.md:
Frontmatter (YAML):
Research Question:
Summary:
Detailed Findings:
Key Discoveries:
Implementation Patterns:
References:
Determine feature slug first using determine-feature-slug skill:
Save to: thoughts/{namespace}/NNNN-description/research.md
Example workflow:
erik (from git config)erik/0005-authenticationthoughts/erik/0005-authentication/research.mdCollaboration: Documents start in personal namespace. Use share-docs skill to promote to thoughts/shared/ when ready for team review.
Backward compatibility: Old path thoughts/shared/research/YYYY-MM-DD-NN-description.md still recognized by all commands.
Use gather-project-metadata skill to get:
Always include specific file:line references:
src/auth/handler.go:45 - Format for referencesWatch for these common mistakes:
thoughts/shared/research/ - Correct for shared researchthoughts/searchable/ - Old path, don't usethoughts/notes/ - Correct for reference documents