Coding workflow

Odysseus coding guide

Odysseus can be useful for coding once the model and tool access are configured carefully. Start with read-only project context, then add write access only after you trust the workflow.

1. Start with a coding-capable model

For coding, pick a model that can follow instructions and handle long context. Small models are fine for quick explanations, but code review and refactoring need stronger reasoning.

2. Give Odysseus project context safely

Do not point an agent at your entire home directory. Create a narrow project folder, then expose only the files needed for the task.

git status --short
git diff --stat
git diff

These commands are often enough for an assistant to understand a change without broad filesystem access.

3. Add GitHub or filesystem MCP carefully

MCP can make coding workflows much stronger, but it also increases risk. Start read-only, test on a throwaway repository, and avoid production credentials.

Set up MCP for Odysseus

Useful coding prompts

Coding safety rules