Git-backed issue tracker for multi-agent coordination.
Run `just fix` before committing to format code and fix lints.
When any commands change (added, removed, or modified), update `SKILL.md` to reflect the changes.
To work on a branch, create a git worktree at the parent directory:
```bash
git worktree add ../feature-auth feature/auth
```
See [docs/issue-workflow.md](docs/issue-workflow.md) for how to work on issues.