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)
- 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.