Build phase
Skill euphoriawolf/ai-assisted-app-kit/skills/new-app/templates/project-kit/build-phase
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".From its SKILL.md
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.
One thing to look at
- 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.
SKILL.md
1.7 KB, 375 tokens by cl100k_base, 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.