بنقرة واحدة
handoff
Create a handoff note to capture work state and enable smooth session transitions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a handoff note to capture work state and enable smooth session transitions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
Add research notes to a phase for documentation and reference during development
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 | handoff |
| description | Create a handoff note to capture work state and enable smooth session transitions |
Create a handoff note to capture work state and enable smooth session transitions.
copilot-memory handoff --title "{{TITLE}}" [options]
--title <title> — Handoff title (required)--content <text> — Handoff content--stdin — Read content from stdin--session <id> — Session ID--phase <id> — Phase ID--tags <tag1,tag2> — Tags# Basic handoff
copilot-memory handoff --title "Sprint Complete" --content "## Done\n- Auth module"
# From stdin
echo "## Progress\nCompleted auth" | copilot-memory handoff --stdin --title "Auth Complete"
# With phase context
copilot-memory handoff --title "Feature Done" --phase auth-001 --tags "auth,complete"
Creates a handoff note in the vault and updates the indexes/latest-handoff.md pointer. Each handoff automatically links to the previous handoff for continuity.