Brief description of this project and its purpose.
When starting a session in this project, read in this order:
CLAUDE.md(this file) — project overview and communication style.claude/WORKFLOW.md— trigger map: what runs when, and how.claude/rules/— behavioral constraints applied to every response.claude/skills/— domain-specific patterns loaded as background contextlocaldocs/worklog.doing.md— active task state (if resuming work)
When rules from different files apply to the same response, use this priority order:
- Non-code responses:
thinking-guidelines>CLAUDE.md - Code tasks:
coding-guidelines>CLAUDE.md - When rules conflict: prefer thinking (surface trade-offs, ask) over acting (proceed and fix later)