بنقرة واحدة
phase-create
Create a new development phase with organized directory structure for research and execution tracking
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a new development phase with organized directory structure for research and execution tracking
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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)
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
استنادا إلى تصنيف SOC المهني
| name | phase-create |
| description | Create a new development phase with organized directory structure for research and execution tracking |
Create a new development phase with organized directory structure.
copilot-memory phase create --title "{{TITLE}}" --goal "{{GOAL}}"
--title <title> — Phase title (required)--goal <goal> — Phase goal or objective--id <id> — Custom phase ID (optional, auto-generated if omitted)--tags <tag1,tag2> — Tagscopilot-memory phase create --title "Authentication" --goal "Implement OAuth2 with JWT"
.copilot-memory-vault/phases/{{PHASE_ID}}/phase.md file with frontmatterresearch/, execution/, handoffs/copilot-memory phase research --title "Findings"copilot-memory phase handoff --title "Phase Complete"