- KMPilot is an MIT-licensed template that turns Claude Code into a design-first Kotlin Multiplatform pipeline, with a seven-command build process.
- The walkthrough builds Loupe, an art gallery app for the Art Institute of Chicago's public-domain collection, featuring gallery and artists tabs with a placeholder favorites tab.
- The pipeline includes commands: /design-ui, /create-feature, /verify-ui, /test-feature, /review-feature, /modify-feature, and /health-report, with /clear between steps to reset context.
- Design-first approach: gallery feature was designed first (via Stitch MCP) then built; artists feature was built first then designed, demonstrating both orders.