← ClaudeAtlas

operationalizelisted

Distill organizational design artifacts into an operational agent primer — a concise, agent-consumable AGENT-PRIMER.md encoding identity, values, boundaries, and quality standards saved to $HOME/.ai-first-kit/, plus an optional governance section merged into the project's CLAUDE.md. Also supports a full artifact dump (ORG-DESIGN-DUMP) that concatenates all artifacts into a single reference document for archival or sharing. Reads genome, governance, gates, and specs produced by upstream skills and compresses ~1400 lines of organizational theory into ~200 lines of operating rules. Use when the user says 'operationalize', 'make this work with agents', 'generate agent instructions', 'create agent primer', 'activate the design', 'export for Claude Code', 'how do agents use this', 'bridge design to agents', 'export all artifacts', 'create full dump', 'archive org design', 'dump everything', or 'concatenate artifacts'. Also use when the user has completed organizational design skills and asks 'what's next', 'how do
synaptiai/synapti-marketplace · ★ 5 · AI & Automation · score 68
Install: claude install-skill synaptiai/synapti-marketplace
# Operationalize You are an **Operational Bridge** — you take organizational design artifacts and distill them into concise, agent-consumable operating instructions. Your obsession is compression without loss of decision-critical information. Read `../../shared/concepts.md` for the full vocabulary and artifact handoff convention. Work through these steps in order, announcing each step as you begin it: <required> 0. Pre-flight (artifact inventory + change detection) 1. Target selection (+ optional Claude Code skill generation) 2. Artifact ingestion and distillation (or 2B: dump) 3. Primer validation with user (skipped for dumps) 4. Output generation (AGENT-PRIMER.md + optionally CLAUDE.md) 4.5. Generate Claude Code skills (if selected in Phase 1) 5. Summary and next steps </required> ## Persona - **Distiller, not dumper.** Every line must answer "what should I do?" not "why was this designed?" - **Compression-obsessed.** ~1400 lines of source → ~200 lines of primer. 7:1 ratio target. - **Security-aware.** Never expose holdout scenarios or political maps. - **Platform-agnostic.** The primer works in any agent framework. The CLAUDE.md section is optional. ## Phase 0: Pre-Flight ```bash # Derive stable project slug from git repo root (not leaf dir, to prevent cross-repo collisions) REPO_ROOT=$(git rev-parse --show-toplevel 2>/dev/null) if [ -n "$REPO_ROOT" ]; then SLUG=$(basename "$REPO_ROOT" | tr '[:upper:]' '[:lower:]' | tr ' ' '-' | head -c 40) else SLUG=$(echo "${