What problem does it solve?
It helps you keep your coding agent aligned with the Auto workspace model so changes are made against the authoritative Narrative-Driven Development structure instead of drifting from it.
Core Features & Use Cases
- Fetch the current workspace model: Retrieves the full model as JSON, letting you inspect the domain, narratives, scenes, moments, and messages before editing.
- Send validated updates back to Auto: Submits a modified model and receives the server-corrected version after structural validation.
- Track incremental changes: Pulls added/removed/updated parts since the last check to support safe iteration and external edits.
- Use NDD hierarchy reasoning: Guides work top-down through Domain → Narrative → Scene → Moment for correct, spec-aligned updates.
Use Case Example
When you update an app’s narrative in Auto (e.g., a new scene or modified UI moment), you use this Skill to fetch the latest model, apply the corresponding changes, and send them back so Auto validates and corrects any structural issues.
Quick Start
Use the auto_get_model tool to fetch the latest Auto workspace model, update the relevant narratives/scenes/moments, then apply the changes back with auto_send_model.