Dev docs system Creates a structured documentation system for large tasks to maintain context across sessions. When to invoke - When starting a large, multi-session task - When you need to track progress across context compactions - When working on complex implementations requiring documentation - Before major refactoring or feature development Usage Instructions When this command runs: 1. Create dev docs directory structure : 2. Generate plan.md with: - Task overview and objectives - High-level implementation strategy - Key architectural decisions - Risk assessment and mitigation - Success c…