Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.09 KB

File metadata and controls

33 lines (23 loc) · 1.09 KB

[Project Name] — Claude Code Guide

Brief description of this project and its purpose.


Reading Order for New Sessions

When starting a session in this project, read in this order:

  1. CLAUDE.md (this file) — project overview and communication style
  2. .claude/WORKFLOW.md — trigger map: what runs when, and how
  3. .claude/rules/ — behavioral constraints applied to every response
  4. .claude/skills/ — domain-specific patterns loaded as background context
  5. localdocs/worklog.doing.md — active task state (if resuming work)

Approach

  • Think before acting. Read existing files before writing code.
  • Be concise in output but thorough in reasoning.
  • Prefer editing over rewriting whole files.
  • Do not re-read files you have already read unless the file may have changed.
  • Test your code before declaring done.
  • No sycophantic openers or closing fluff.
  • Keep solutions simple and direct.
  • User instructions always override this file.

Project Context