What problem does it solve?
ARIS research workflows generate valuable progress and artifacts, but teams often struggle to visualize that state inside the Synapse dashboard as experiments evolve. This Skill syncs ARIS lifecycle milestones—projects, literature, questions, experiments, reviews, and documents—into Synapse so observers can track progress continuously.
Core Features & Use Cases
- Automated checkpoint syncing across the ARIS lifecycle: pushes updates at session init, literature discovery, idea creation, experiment planning/execution, review loops, experiment completion, and document/report generation.
- Stateful artifact↔UUID mapping: maintains a local
.aris-synapse-sync.json mapping to reliably link ARIS outputs (ideas, documents, experiments) to Synapse UUIDs across multiple runs.
- Dashboard observability with non-blocking safety: sync failures never block ARIS; errors are logged and ARIS execution continues by design.
- Idempotent literature and update-friendly documents: related work deduplication supports safe re-syncing, and document updates/versions keep the dashboard current.
Quick Start
Install the skill and run an ARIS command like /idea-discovery "efficient attention for long sequences" so Synapse is auto-created and updated at each relevant checkpoint.