A collection of playbooks, tools, and best practices from Focus Consulting for AI-powered software delivery.
Built with Hugo and the Hugo Book theme. Deployed to GitHub Pages at playbooks.focusconsulting.com.
# Install Hugo
brew install hugo
# Clone with submodules
git clone --recurse-submodules git@github.com:focusconsulting/focus-ai-playbooks.git
cd focus-ai-playbooks
# Run locally
hugo serverOr with Docker:
docker compose up
# Visit http://localhost:8080See CONTRIBUTING.md for detailed authoring instructions.