Template file. Add your project overview, essential commands (build, test, dev server), and any Claude-specific tips here.
Claude-specific tips for working with scafld.
MUST READ: AGENTS.md - the canonical agent guide covering invariants, modes, validation, and conventions. Read it before doing any work.
- Always use
ReadbeforeEditto understand existing code and ensure correct string matching. - Use
GrepandGlobfor codebase exploration instead of bashfind/grep. - Prefer
Edit(targeted replacement) overWrite(full file overwrite) for existing files.
Always use the scafld CLI for spec lifecycle management. Never manually move, copy, or rename spec files. Never manually change the status field.
- Plan mode: Read
.ai/prompts/plan.md, then explore and generate a spec. - Exec mode: Read
.ai/prompts/exec.md, then load the approved spec and execute. - Review mode: Run
scafld review <task-id>, then read.ai/prompts/review.mdand the review file. Fill in findings.
"Let's plan [feature]. Create a task spec."
"Execute the [task-id] spec."
"Review the [task-id] spec."
"Show me the current phase status."