What problem does it solve? It eliminates manual copying of slice definitions from an eventmodelers.ai board by syncing all slices into a structured local directory that downstream codegen skills can consume. ## Core Features & Use Cases - Board Sync: Fetches all slices from the slicedata API using board credentials resolved by the connect skill. - Local Persistence: Writes per-context and per-slice folders under build-kit-dotnet/.slices/ with index.json, context.json, and slice.json files, merging updates while preserving assigned fields. - Slice Lookup: Returns a specific slice by ID or case-insensitive title, exposing its status and folder path for the build-state-change, build-state-view, and build-automation skills. - Use Case: Before generating code for a new vertical slice, run this skill to pull the latest board state and locate the target slice definition on disk. ## Quick Start Load all slices from the board and return the slice titled Beta Enable User for Beta Test.