What problem does it solve? Setting up a new development environment requires manually installing CLI tools, authenticating cloud services, and configuring Git repositories, which is error-prone and delays project kickoff. ## Core Features & Use Cases - CLI Audit and Installation: Detects the operating system and package manager, audits essential tools (git, gh, node, npm) plus infrastructure tools (supabase, railway, docker), and installs missing ones with update detection. - Service Authentication and Repository Setup: Authenticates GitHub, Supabase, and Railway CLIs, then initializes a local Git repository with .gitignore, README, and an initial commit pushed to a new GitHub remote. - Project Scaffolding and Reporting: Creates the Kord AIOS directory structure (docs/, .kord-aios/, src/, tests/), writes config files, optionally configures Docker MCP servers, and generates an environment report. - Use Case: Before writing a PRD for a greenfield project, run this bootstrap to verify git, gh, and node are installed, authenticate GitHub, create the remote repository, and scaffold the project structure in one guided flow. ## Quick Start Ask the agent to run the environment bootstrap to verify my CLI tools, authenticate GitHub, and initialize a new project repository.