# autonomy_kickoff > Run the full autonomy bootstrap with minimal questions. - Author: CheekyCodexConjurer - Repository: CheekyCodexConjurer/agentic-operations-architect - Version: 20251230100351 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/CheekyCodexConjurer/agentic-operations-architect - Web: https://mule.run/skillshub/@@CheekyCodexConjurer/agentic-operations-architect~autonomy_kickoff:20251230100351 --- --- name: autonomy_kickoff description: Run the full autonomy bootstrap with minimal questions. metadata: short-description: Autonomy kickoff --- ## Purpose Complete the first-run setup like an installer, with minimal questions. ## Steps 1. Ask for response style and record it. 2. Run non-destructive bootstrap. 3. Run `analyze_repo_capabilities` and `detect_commands`. 4. Populate `QUALITY_GATES.md` with best-known commands. 5. Run `repo_indexer`, `skills_auditor`, and `skills_sync`. 6. Run `agent_manager` to initialize the agent registry and proposals. 7. Run architecture mapping (index-first, baseline in `overview.md`). 8. Initialize Action Log, Handoff, Backlog, and line budgets. 9. Run `refactor_gate` after mapping. 10. Mark `AUTONOMY_MODE.md` as done. 11. Continue end-to-end unless blocked.