--- description: Visual workflow cheatsheet - Quick reference for all CCPM commands allowed-tools: [] --- # CCPM Workflow Cheatsheet **Quick visual reference for CCPM commands and workflows.** ```assistant I'll show you a comprehensive CCPM workflow cheatsheet with visual diagrams. --- # πŸ—ΊοΈ CCPM Workflow Cheatsheet ## πŸ“Š Quick Command Finder **What do you want to do?** ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Starting a new project/feature? β”‚ β”‚ β†’ Spec-First Workflow (Section 1) β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ Working on a small task? β”‚ β”‚ β†’ Task-First Workflow (Section 2) β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ Have existing markdown specs? β”‚ β”‚ β†’ /ccpm:spec:migrate β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ Resuming work on a task? β”‚ β”‚ β†’ /ccpm:utils:context β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ Need project overview? β”‚ β”‚ β†’ /ccpm:utils:report β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ Stuck or need help? β”‚ β”‚ β†’ /ccpm:utils:help [issue-id] β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` --- ## 1️⃣ Spec-First Workflow (Recommended for Features) **Use when:** Building new features, major projects, or anything requiring detailed planning ``` START β”‚ β”œβ”€β–Ί πŸ“‹ Create Epic/Feature β”‚ /ccpm:spec:create epic "User Authentication" β”‚ /ccpm:spec:create feature "JWT Auth" EPIC-123 β”‚ β”œβ”€β–Ί ✍️ Write Comprehensive Spec β”‚ /ccpm:spec:write DOC-123 all β”‚ OR write section by section: β”‚ /ccpm:spec:write DOC-123 requirements β”‚ /ccpm:spec:write DOC-123 architecture β”‚ /ccpm:spec:write DOC-123 api-design β”‚ /ccpm:spec:write DOC-123 data-model β”‚ /ccpm:spec:write DOC-123 testing β”‚ /ccpm:spec:write DOC-123 security β”‚ β”œβ”€β–Ί πŸ” Review & Validate Spec β”‚ /ccpm:spec:review DOC-123 β”‚ (AI grades A-F, suggests improvements) β”‚ β”œβ”€β–Ί πŸ“¦ Break Down into Tasks β”‚ /ccpm:spec:break-down WORK-100 β”‚ (Creates Features from Epic, or Tasks from Feature) β”‚ β”œβ”€β–Ί πŸš€ Implementation Phase β”‚ [Continue with Task-First Workflow below] β”‚ └─► πŸ”„ Keep Spec in Sync /ccpm:spec:sync WORK-100 (Run periodically during implementation) ``` **Spec Sections Available:** - `requirements` - Functional, non-functional, acceptance criteria - `architecture` - System design, component breakdown - `api-design` - Endpoints, request/response schemas - `data-model` - Database schema, TypeScript types - `testing` - Test strategies (unit, integration, E2E) - `security` - Auth, validation, rate limiting - `user-flow` - User journeys, wireframes - `timeline` - Task breakdown, estimates - `all` - Write all sections sequentially --- ## 2️⃣ Task-First Workflow (Quick Implementation) **Use when:** Small tasks, bug fixes, or quick features ``` START β”‚ β”œβ”€β–Ί πŸ“ Create Task + Plan β”‚ /ccpm:planning:create "Add dark mode" my-project JIRA-123 β”‚ OR (without external PM): β”‚ /ccpm:planning:quick-plan "Add dark mode" my-project β”‚ β”œβ”€β–Ί 🎯 Get AI Insights (Optional) β”‚ /ccpm:utils:insights WORK-200 β”‚ (Complexity scoring, risk analysis) β”‚ β”œβ”€β–Ί πŸ€– Auto-Assign Agents (Optional) β”‚ /ccpm:utils:auto-assign WORK-200 β”‚ (AI suggests optimal agent for each subtask) β”‚ β”œβ”€β–Ί πŸš€ Start Implementation β”‚ /ccpm:implementation:start WORK-200 β”‚ (Agent coordination begins) β”‚ β”œβ”€β–Ί πŸ”„ Work on Subtasks β”‚ /ccpm:implementation:next WORK-200 β”‚ (AI suggests optimal next subtask) β”‚ β”‚ Update progress: β”‚ /ccpm:implementation:update WORK-200 0 completed "Done" β”‚ β”‚ Save progress & findings: β”‚ /ccpm:implementation:sync WORK-200 β”‚ β”œβ”€β–Ί βœ… Quality Checks β”‚ /ccpm:verification:check WORK-200 β”‚ (Lint, tests, IDE warnings) β”‚ β”œβ”€β–Ί πŸ” Final Verification β”‚ /ccpm:verification:verify WORK-200 β”‚ (Comprehensive review by verification-agent) β”‚ β”‚ If failures: β”‚ /ccpm:verification:fix WORK-200 β”‚ └─► πŸŽ‰ Finalize & Complete /ccpm:complete:finalize WORK-200 (PR creation, Jira sync, Slack notification) ``` --- ## 3️⃣ Planning Phase Commands ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Create new task + plan in one step β”‚ β”‚ /ccpm:planning:create "" <project> [jira-id] β”‚ β”‚ β”‚ β”‚ Plan existing Linear issue β”‚ β”‚ /ccpm:planning:plan <issue-id> [jira-id] β”‚ β”‚ β”‚ β”‚ Quick planning (no external PM) β”‚ β”‚ /ccpm:planning:quick-plan "<desc>" <project> β”‚ β”‚ β”‚ β”‚ Update existing plan (interactive clarification) β”‚ β”‚ /ccpm:planning:update <issue-id> "<update-request>" β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` **Update Plan Examples:** ```bash /ccpm:planning:update WORK-123 "Also add email notifications" /ccpm:planning:update WORK-456 "Use Redis instead of cache" /ccpm:planning:update WORK-789 "Remove admin panel" ``` --- ## 4️⃣ Implementation Phase Commands ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Start implementation with agent coordination β”‚ β”‚ /ccpm:implementation:start <issue-id> β”‚ β”‚ β”‚ β”‚ Smart next action detection β”‚ β”‚ /ccpm:implementation:next <issue-id> β”‚ β”‚ β”‚ β”‚ Update subtask progress β”‚ β”‚ /ccpm:implementation:update <id> <idx> <status> "<msg>" β”‚ β”‚ β”‚ β”‚ Sync progress & findings to Linear β”‚ β”‚ /ccpm:implementation:sync <issue-id> [summary] β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` **Status values:** `pending` | `in_progress` | `completed` | `blocked` --- ## 5️⃣ Verification Phase Commands ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Run quality checks (lint, tests, IDE warnings) β”‚ β”‚ /ccpm:verification:check <issue-id> β”‚ β”‚ β”‚ β”‚ Final comprehensive verification β”‚ β”‚ /ccpm:verification:verify <issue-id> β”‚ β”‚ β”‚ β”‚ Fix verification failures β”‚ β”‚ /ccpm:verification:fix <issue-id> β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` --- ## 6️⃣ Completion Phase Commands ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Post-completion workflow (PR, Jira sync, Slack) β”‚ β”‚ /ccpm:complete:finalize <issue-id> β”‚ β”‚ β”‚ β”‚ Final spec sync (recommended) β”‚ β”‚ /ccpm:spec:sync <issue-id> β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` --- ## 7️⃣ Utility Commands (Available Anytime) ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ πŸ“Š Status & Context β”‚ β”‚ /ccpm:utils:status <issue-id> - Detailed task status β”‚ β”‚ /ccpm:utils:context <issue-id> - Load full context β”‚ β”‚ /ccpm:utils:report <project> - Project-wide report β”‚ β”‚ β”‚ β”‚ πŸ€– AI-Powered Analysis β”‚ β”‚ /ccpm:utils:insights <issue-id> - Complexity & risk β”‚ β”‚ /ccpm:utils:auto-assign <id> - Optimal agent assign β”‚ β”‚ β”‚ β”‚ πŸ”— Dependencies & Structure β”‚ β”‚ /ccpm:utils:dependencies <id> - Visualize dependencies β”‚ β”‚ /ccpm:utils:agents - List available agents β”‚ β”‚ β”‚ β”‚ πŸ”„ Sync & History β”‚ β”‚ /ccpm:utils:sync-status <id> - Sync to Jira β”‚ β”‚ /ccpm:utils:rollback <issue-id> - Rollback to previous β”‚ β”‚ β”‚ β”‚ ❓ Help β”‚ β”‚ /ccpm:utils:help - General help β”‚ β”‚ /ccpm:utils:help <issue-id> - Context-aware help β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` --- ## 8️⃣ Spec Management Commands ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ πŸ“‹ Create & Structure β”‚ β”‚ /ccpm:spec:create epic "<title>" β”‚ β”‚ /ccpm:spec:create feature "<title>" [parent-id] β”‚ β”‚ β”‚ β”‚ ✍️ Write Spec Content β”‚ β”‚ /ccpm:spec:write <doc-id> <section> β”‚ β”‚ Sections: requirements, architecture, api-design, β”‚ β”‚ data-model, testing, security, user-flow, β”‚ β”‚ timeline, all β”‚ β”‚ β”‚ β”‚ πŸ” Review & Break Down β”‚ β”‚ /ccpm:spec:review <doc-id> - AI validation β”‚ β”‚ /ccpm:spec:break-down <id> - Generate tasks β”‚ β”‚ β”‚ β”‚ πŸ”„ Sync & Migration β”‚ β”‚ /ccpm:spec:sync <id> - Sync with code β”‚ β”‚ /ccpm:spec:migrate <path> - Migrate from markdown β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` --- ## 🎨 UI Design Workflow (New) **Use when:** Designing user interfaces ``` START β”‚ β”œβ”€β–Ί 🎨 Design UI β”‚ /ccpm:planning:design-ui WORK-300 β”‚ (AI generates comprehensive UI design) β”‚ β”œβ”€β–Ί πŸ”„ Refine Design (if needed) β”‚ /ccpm:planning:design-refine WORK-300 "<refinement>" β”‚ β”œβ”€β–Ί βœ… Approve Design β”‚ /ccpm:planning:design-approve WORK-300 β”‚ (Marks design as approved, ready for implementation) β”‚ └─► πŸš€ Continue with Implementation /ccpm:implementation:start WORK-300 ``` --- ## πŸ”„ Common Workflow Patterns ### Pattern A: Feature Development (Complete) ```bash # 1. Create epic with spec /ccpm:spec:create epic "User Authentication System" # 2. Write comprehensive spec /ccpm:spec:write DOC-100 all # 3. Review spec /ccpm:spec:review DOC-100 # 4. Break down into features /ccpm:spec:break-down WORK-100 # 5. For each feature, write detailed spec /ccpm:spec:write DOC-101 all # 6. Break feature into tasks /ccpm:spec:break-down WORK-101 # 7. Implement each task /ccpm:implementation:start WORK-201 /ccpm:verification:check WORK-201 /ccpm:verification:verify WORK-201 /ccpm:complete:finalize WORK-201 # 8. Keep spec in sync throughout /ccpm:spec:sync WORK-101 ``` ### Pattern B: Quick Task (Express) ```bash # 1. Create + plan /ccpm:planning:create "Add dark mode" my-project # 2. Implement /ccpm:implementation:start WORK-300 # 3. Verify & complete /ccpm:verification:check WORK-300 /ccpm:verification:verify WORK-300 /ccpm:complete:finalize WORK-300 ``` ### Pattern C: Resume Work ```bash # Morning: Check project status /ccpm:utils:report my-project # Load task context /ccpm:utils:context WORK-150 # Continue where you left off /ccpm:implementation:next WORK-150 # End of day: Save progress /ccpm:implementation:sync WORK-150 ``` ### Pattern D: Migration + Spec Workflow ```bash # 1. Migrate existing specs /ccpm:spec:migrate ~/personal/my-project # 2. Review migrated items /ccpm:utils:report my-project # 3. Sync with codebase /ccpm:spec:sync WORK-102 # 4. Continue with spec workflow /ccpm:spec:break-down WORK-102 /ccpm:implementation:start WORK-201 ``` --- ## 🎯 Decision Trees ### "I'm starting something new..." ``` Are you building a major feature or project? β”œβ”€ YES β†’ Use Spec-First Workflow β”‚ 1. /ccpm:spec:create β”‚ 2. /ccpm:spec:write β”‚ 3. /ccpm:spec:review β”‚ 4. /ccpm:spec:break-down β”‚ └─ NO β†’ Use Task-First Workflow 1. /ccpm:planning:create 2. /ccpm:implementation:start ``` ### "I have existing markdown specs..." ``` Do you have markdown files in .claude/? └─ YES β†’ Migrate first 1. /ccpm:spec:migrate <path> 2. /ccpm:utils:report <project> 3. Continue with spec workflow ``` ### "I'm stuck on a task..." ``` What's the issue? β”œβ”€ Don't know what to do next β”‚ β†’ /ccpm:implementation:next <issue-id> β”‚ β”œβ”€ Task seems too complex β”‚ β†’ /ccpm:utils:insights <issue-id> β”‚ β”œβ”€ Not sure which agent to use β”‚ β†’ /ccpm:utils:auto-assign <issue-id> β”‚ β”œβ”€ Need to understand dependencies β”‚ β†’ /ccpm:utils:dependencies <issue-id> β”‚ └─ Need context refresh β†’ /ccpm:utils:context <issue-id> ``` ### "I'm ready to finish..." ``` Are all subtasks complete? β”œβ”€ YES β†’ Run quality checks β”‚ 1. /ccpm:verification:check <issue-id> β”‚ 2. /ccpm:verification:verify <issue-id> β”‚ 3. /ccpm:complete:finalize <issue-id> β”‚ └─ NO β†’ Find next action /ccpm:implementation:next <issue-id> ``` --- ## πŸ“‹ Command Syntax Quick Reference ### Spec Management ```bash /ccpm:spec:create epic|feature "<title>" [parent-id] /ccpm:spec:write <doc-id> requirements|architecture|api-design|data-model|testing|security|user-flow|timeline|all /ccpm:spec:review <doc-id> /ccpm:spec:break-down <epic-or-feature-id> /ccpm:spec:migrate <project-path> [category] /ccpm:spec:sync <doc-id-or-issue-id> ``` ### Planning ```bash /ccpm:planning:create "<title>" <project> [jira-id] /ccpm:planning:plan <issue-id> [jira-id] /ccpm:planning:quick-plan "<description>" <project> /ccpm:planning:update <issue-id> "<update-request>" /ccpm:planning:design-ui <issue-id> /ccpm:planning:design-refine <issue-id> "<refinement>" /ccpm:planning:design-approve <issue-id> ``` ### Implementation ```bash /ccpm:implementation:start <issue-id> /ccpm:implementation:next <issue-id> /ccpm:implementation:update <issue-id> <idx> <status> "<message>" /ccpm:implementation:sync <issue-id> [summary] ``` ### Verification ```bash /ccpm:verification:check <issue-id> /ccpm:verification:verify <issue-id> /ccpm:verification:fix <issue-id> ``` ### Completion ```bash /ccpm:complete:finalize <issue-id> ``` ### Utilities ```bash /ccpm:utils:status <issue-id> /ccpm:utils:context <issue-id> /ccpm:utils:report <project> /ccpm:utils:insights <issue-id> /ccpm:utils:auto-assign <issue-id> /ccpm:utils:sync-status <issue-id> /ccpm:utils:rollback <issue-id> /ccpm:utils:dependencies <issue-id> /ccpm:utils:agents /ccpm:utils:help [issue-id] /ccpm:utils:cheatsheet ``` ### Project-Specific ```bash /ccpm:my-project:check-pr <pr-number-or-url> ``` --- ## πŸ’‘ Pro Tips ### Workflow Tips - **Interactive Mode**: Every command suggests next actions - trust the flow! - **Context Loading**: Use `/ccpm:utils:context` when resuming work - **Daily Standup**: Start with `/ccpm:utils:report <project>` - **Spec Sync**: Run `/ccpm:spec:sync` periodically during implementation - **Get Help**: Use `/ccpm:utils:help <issue-id>` for context-aware suggestions ### Efficiency Tips - **Parallel Work**: Use `/ccpm:utils:auto-assign` to identify parallel tasks - **Dependencies**: Check `/ccpm:utils:dependencies` before starting - **Insights Early**: Run `/ccpm:utils:insights` for complex tasks upfront - **Rollback**: Made a mistake? Use `/ccpm:utils:rollback` ### Quality Tips - **Always check before verify**: `/ccpm:verification:check` catches issues early - **Spec-First for features**: Better estimates, fewer surprises - **Review specs**: `/ccpm:spec:review` ensures completeness before coding - **Keep specs synced**: Drift reports help maintain documentation --- ## 🚨 Safety Reminders β›” **Never writes to external systems without confirmation:** - Jira (issues, comments, status changes) - Confluence (pages, edits) - BitBucket (pull requests, comments) - Slack (messages, posts) βœ… **Always allowed:** - Read operations from external systems - Linear operations (internal tracking) - Local file operations πŸ“– Full details: See `SAFETY_RULES.md` --- ## πŸ“š More Help - **Comprehensive Guide**: See `README.md` in commands directory - **Context-Aware Help**: `/ccpm:utils:help <issue-id>` - **General Help**: `/ccpm:utils:help` - **Available Agents**: `/ccpm:utils:agents` --- πŸ’‘ **What would you like to do next?** 1. ⭐ Start with Pattern A, B, C, or D above 2. πŸ” Get help for specific task β†’ `/ccpm:utils:help <issue-id>` 3. πŸ“Š Check project status β†’ `/ccpm:utils:report <project>` 4. πŸ“‹ Load task context β†’ `/ccpm:utils:context <issue-id>` 5. 🎯 Find next action β†’ `/ccpm:implementation:next <issue-id>` 6. ❓ Ask me anything about CCPM workflow ```