What problem does it solve? AI coding sessions lose context between runs, forcing users to repeat decisions, plans, and progress. This Skill persists project state, decisions, and lessons in structured files so any new session can orient itself without asking the user to repeat context. ## Core Features & Use Cases - Project Initialization: Scaffolds the .resonance/ directory with soul, state, memory, tools, and systems files, plus docs and a per-host context bridge. - State Persistence: Maintains 01_state.md as a session log and active plan checklist, and records durable lessons and decisions in 02_memory.md or a typed ledger. - Orchestration: Breaks complex requests into checklist items and delegates implementation to backend, frontend, and design specialists. - Use Case: A user returns to a project after a week and asks what was decided about the database. The Skill reads the state and memory files, cites the exact decision entry, and lists pending tasks from the active plan instead of guessing. ## Quick Start Ask the agent to initialize a new Resonance project and set up the state files for what you want to build.