How to delegate agent tasks via Google Doc comments
Every afternoon, I run /desk. The skill checks my inboxes (Email, Slack, Todoist, etc.) and then writes a list of things I might want to work on.
The list opens in Roughdraft, a markdown editor with a Google Docs-style comment feature:

I comment on tasks, and my agent spawns tabs to work on them:

You could implement the same pattern for Google Docs, using gdoc.
I prefer Roughdraft because it can open files instantly, and it’s easy to customise.
Another option: Orca, one of the best Agentic Development Environments, has a good markdown viewer with similar features. If I didn’t already have a lovely terminal-based ADE, I’d seriously consider Orca as the foundation for all my agent workflows.
