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
- 1Sign in and create your first project workspace.
- 2Open dashboard chat and run one circuit generation job.
- 3Verify simulation artifacts and BOM tabs render without warnings.
Developer
Integration Bootstrap
- 1Validate `/api/v1/status` and `/api/v1/usage/summary` contracts.
- 2Run SDK examples from docs against your local backend.
- 3Pin release metadata version before shipping client integrations.
Operator
Operations Bootstrap
- 1Check release-blocker dashboard and confirm zero open blockers.
- 2Run key-rotation validation and capture fingerprints only.
- 3Execute incident simulation drill and archive run report.
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`