Build phase
Skill euphoriawolf/ai-assisted-app-kit/skills/new-app/templates/project-kit/build-phase
A kit for building web apps with an AI coding agent: Claude Code skills that interview you, scaffold the app, write its living docs, and install per-project skills — on top of a production Cloudflare stack (auth, D1, queues, design system).
npx -y skills add euphoriawolf/ai-assisted-app-kit --skill build-phaseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Work the {{APP_NAME}} build ledger in TODO.md — pick the next phase/task, implement it end-to-end, keep CLAUDE.md + AGENTS.md current, and check items off. Use when building the next piece of {{APP_NAME}} or asking "what's next".
SKILL.md
1.7 KB, as published. Nobody here has run it
{{APP_NAME}} — build-phase
Drives the phased build of {{APP_NAME}} against TODO.md (the ledger) and CLAUDE.md (the brain).
Loop
- Read
TODO.md. Find the first unchecked item in the earliest incomplete phase (or the phase the user names). ReadCLAUDE.mdfor current architecture + conventions. - Implement it end-to-end in the relevant package(s). Follow the stack conventions in
CLAUDE.md: Cloudflare-native, API-first, provider abstraction for external deps, the one-price credit lever, the gotchas (timestamps as ISOZ,API_BASEfor browser-navigated URLs, single Miniflare for local queue,@layer base, migration sync). - Verify.
pnpm typecheck; bootpnpm devand exercise the change in the browser preview; for queue work, confirm a job round-trips. Never mark done on failing checks. - Update the living docs. Check the item off in
TODO.md. If the change was substantive, updateCLAUDE.md, then re-mirror:cp CLAUDE.md AGENTS.md. Add any new gotcha toCLAUDE.md. - Report what shipped and what's next.
Rules
- One coherent task per pass; don't sprawl. Prefer finishing a phase before starting the next.
- Reuse existing utilities/components before writing new ones (grep first).
- Customer-facing copy goes through
/brand-voice; UI through/design. - Keep
CLAUDE.mdandAGENTS.mdbyte-identical — they are the memory that survives context resets.