CLAUDE_START_HERE.mdā¢849 B
# š START HERE - Claude Coordination for ECCComposerMCP
## Project Overview
This is the ECCComposerMCP project, coordinating work between Claude Code and Claude Desktop.
**Claude Desktop Role**: Analysis, planning, documentation review, architecture decisions
**Claude Code Role**: Implementation, file operations, testing, debugging
## For Claude Desktop
If you're reading this via Project Knowledge, you're already aware of the coordination protocol!
### Your Workflow:
1. Check latest context: Run `cat CLAUDE_DESKTOP_CONTEXT.md`
2. Review coordination rules in `CLAUDE_DESKTOP_README.md`
3. Analyze key documents in `docs/references/`
4. Create analysis documents in `docs/analysis/`
5. Leave implementation tasks in `docs/tasks/`
## For Claude Code
Run these commands to get started:
```bash
cat CLAUDE.md
./scripts/claude-sync.sh
```