Shaktix Docs

Guides

Task-oriented onboarding and launch-readiness playbooks for product, integration, and operations workflows.

30-Minute Onboarding Flow

Follow one track based on your role, then run the shared release checks before handoff.

Builder

Workspace Bootstrap

  1. 1Sign in and create your first project workspace.
  2. 2Open dashboard chat and run one circuit generation job.
  3. 3Verify simulation artifacts and BOM tabs render without warnings.
Open Dashboard

Developer

Integration Bootstrap

  1. 1Validate `/api/v1/status` and `/api/v1/usage/summary` contracts.
  2. 2Run SDK examples from docs against your local backend.
  3. 3Pin release metadata version before shipping client integrations.
Open API Reference

Operator

Operations Bootstrap

  1. 1Check release-blocker dashboard and confirm zero open blockers.
  2. 2Run key-rotation validation and capture fingerprints only.
  3. 3Execute incident simulation drill and archive run report.
Open Status Page

Shared Release Checks

`python -m pytest -q`

`npm --prefix frontend run lint`

`npm --prefix frontend run build`

`npm --prefix frontend run test:e2e`

`python backend/scripts/scan_secrets.py`

`python backend/scripts/run_incident_simulation.py`

Runbook Links

`docs/onboarding-launch-checklist.md`

`docs/key-rotation-runbook.md`

`docs/staging-rollback-drill-2026-02-22.md`

`docs/phase6-sprint-a-performance-capacity.md`

`plans/RELEASE_CHECKLIST.md`