What problem does it solve? Setting up a new project workspace involves scattered manual steps: bootstrapping Spec-Driven Development context, verifying persistent memories are stored under the correct project name, reviewing custom skills for errors, and pushing state to cloud sync. This Skill orchestrates that entire initialization sequence so nothing is missed or mislabeled. ## Core Features & Use Cases - SDD Bootstrap: Invokes the sdd-init skill to establish Spec-Driven Development context for the workspace. - Memory Validation: Checks Engram memories for incorrect project names (e.g., entries wrongly saved as "antigravity") and corrects them with mem_update, while ensuring user prompts are captured via capture_prompt. - Skill Review & Cloud Sync: Audits project-specific skills in .agents/skills/ or .gemini/skills/ for errors, then synchronizes Sessions, Observations, Prompts, and Mutations to Engram Cloud under the correct project name. - Use Case: When starting work on a freshly cloned repository, ask the agent to initialize the project and it will set up SDD, fix mislabeled memories, repair broken skill files, and push everything to Engram Cloud in one pass. ## Quick Start Initialize this project with SDD context, verify my Engram memories use the correct project name, and sync everything to Engram Cloud.