Topic
Coworking patterns
How to work with Claude as a colleague rather than a vending machine: when to plan, when to ask, when to let it just go, and how to keep the loop tight.
-
How do I make Claude open a PR every Monday morning?
Routines are saved Claude Code configurations that run on a schedule, on demand via HTTP, or in response to GitHub events — on Anthropic's cloud, not your laptop. This is everything you need to set one up and avoid the obvious footguns.
intermediate
-
How do I make Claude plan before it edits code?
Use planning mode (or just ask) so Claude writes the plan, you approve it, and only then does it touch files.
beginner