# Grok Bot System Architecture Capture

> Bind a Grok Bot agent to System Architecture Capture. Isolation, identity, deterministic reverse-engineering.

- Skill: `spillwavesolutions/grok-bot-system-architecture-capture` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/grok-bot-system-architecture-capture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/grok-bot-system-architecture-capture/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/grok-bot-system-architecture-capture

---


# Grok Bot / System Architecture Capture

Read `docs/ONBOARDING.md` first, then follow `docs/GROK_BOT.md`.

1. Identity: `grok-bot/system-architecture-capture`
2. Open an isolation session before writes (`scripts/brain_session.py open`) unless the human already pointed `SECOND_BRAIN_ROOT` at a session worktree.
3. Reverse-engineering: `sac_plan.py` / `--plan-only`, then area walker fan-out (`--from-plan --area`). For topology *questions*, spawn `architecture-retriever` (child Task + retrieval card). Do not run `sac_search` / `sac_pack` in this parent. Writes still go through `scripts/sac_*.py` for owned architecture types only.
4. Close the session to PR. Report path + validation result.
5. Never document a private remote. Never write raw Markdown into the tree.

