一键导入
phase-research
Add research notes to a phase for documentation and reference during development
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add research notes to a phase for documentation and reference during development
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a handoff note to capture work state and enable smooth session transitions
Initialize a copilot-memory vault or start a new project with onboarding (greenfield or brownfield mode)
Create a new development phase with organized directory structure for research and execution tracking
Complete or pause a phase with a summary handoff note
Resume from the latest handoff note to restore context at the start of a session
Run health checks on the vault structure and notes to detect and fix issues
| name | phase-research |
| description | Add research notes to a phase for documentation and reference during development |
Add research notes to a phase for documentation and reference.
copilot-memory phase research [--phase {{PHASE_ID}}] --title "{{TITLE}}" [options]
--phase <id> — Phase ID (optional when active phase is set via vault tracker)--title <title> — Research title--content <text> — Research content--stdin — Read from stdin--tags <tag1,tag2> — Tags# With content
copilot-memory phase research --phase abc123 --title "OAuth2 patterns" --content "## Findings..."
# From stdin (uses active phase from tracker)
echo "## JWT Best Practices..." | copilot-memory phase research --stdin --title "JWT Study"
Research notes are stored in .copilot-memory-vault/phases/{{PHASE_ID}}/research/ with timestamped filenames. If no --phase is specified, the active phase from vault tracker is used.