AIKARAI

Explore Aikarai

Real software, creator stories, and three clear commercial lanes.

Lesson 03

Build with Claude Code and close the loop.

Use the gather-context, act, and verify loop, with a runnable check that lets the agent correct its own work.

Suggested time
15 minutes to set up · 60–120 minutes to build
You will finish with
A small implementation verified against an explicit user journey.

Authenticate deliberately

Claude Code supports subscription login for eligible plans and API-based access. Environment API keys take precedence when present.

Let the agent inspect first

Ask it to read the relevant files and explain the planned slice before broad changes.

Give it a correction signal

Tests and browser observations are feedback the agent can act on.

Copy-ready starter prompt

Replace the bracketed details, give it to your coding agent, and keep the verification steps intact.

Explore this repository and identify the smallest vertical slice for [FEATURE]. Read its instructions and relevant tests first.

Plan the journey [START] → [ACTION] → [RESULT], then implement it without expanding scope. Preserve unrelated work and do not add external services, secrets, trackers, or remote assets.

Verify with the repository’s real test, typecheck, lint, and production-build commands. Exercise the journey in a browser at desktop, 390px, and 320px; inspect keyboard focus, console errors, and external requests. Fix observed failures and return the exact evidence plus any incomplete checks.

Official resources

Learn pages are public and anonymous. They do not create an account, a session, analytics, or marketplace activity.

Feedback