project-session-management
Installation
SKILL.md
Project Session Management
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 8-step workflow outlined in this document MUST be followed in exact order for EVERY session management operation. Skipping steps or deviating from the procedure will result in lost progress or incomplete handoffs. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Session management scenarios with sample outputs
- Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("project-session-management", "{project-name}"). See MemoryStore Interface.
Interface References
- Context: Loaded via ContextProvider Interface
- Memory: Accessed via MemoryStore Interface
- Schemas: Validated against context_metadata.schema.json and memory_entry.schema.json