What problem does it solve? Developers working on Algorand projects need to remember the correct AlgoKit CLI commands and their proper order for compiling contracts, running tests, managing the local network, and deploying applications, and mistakes in this workflow cause build or deployment failures. ## Core Features & Use Cases - Contract Build & Test Workflow: Compile contracts via Puya, generate ARC-56 specs and typed clients, then run the Vitest test suite against generated clients. - LocalNet Management: Start, stop, reset, and check the status of the local Algorand network for development and testing. - Deployment Guidance: Deploy contracts to localnet with prerequisite checks, plus configuration via .algokit.toml and environment files. - Use Case: After editing a smart contract, ask the assistant to build the project, run the test suite, and deploy to localnet, and it will execute the correct AlgoKit commands in the right order. ## Quick Start Ask the assistant to build the smart contracts and run the tests using AlgoKit, then deploy to localnet once the tests pass.