AI Is the Primary User
Wick is designed for AI agents, not humans. Every convention, file name, and pattern is optimized so Claude knows exactly what to create — no exploration, no guessing.
Stop copy-pasting AI output into black-box editors. Wick gives AI a real Go project — you own everything it builds.
Paste this into any AI agent to get started:
Check if Go is installed by running: go version
If Go is not installed, help me install it first for my OS, then come back to this.
Once Go is ready:
1. Install wick: go install github.com/yogasw/wick@v0.3.0
2. Ask me: what do you want to name your project?
3. Scaffold it: wick init <name>
4. Run: wick dev — then show me what was created.Paste this into any AI agent to get started:
Check if Go is installed by running: go version
If Go is not installed, help me install it first for my OS, then come back to this.
Once Go is ready:
1. Install wick: go install github.com/yogasw/wick@v0.3.0
2. Ask me: what do you want to name your project?
3. Scaffold it: wick init <name>
4. Run: wick dev — then show me what was created.