<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Workflow on Devops Monk</title><link>https://blog.devops-monk.com/tags/workflow/</link><description>Recent content in Workflow on Devops Monk</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 08 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.devops-monk.com/tags/workflow/index.xml" rel="self" type="application/rss+xml"/><item><title>Claude Code Session Management: Parallel Work and Persistent Context</title><link>https://blog.devops-monk.com/2026/06/claude-code-session-management/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://blog.devops-monk.com/2026/06/claude-code-session-management/</guid><description>A Claude Code session is your working context — conversation history, file state, permissions, and memory. Understanding how sessions work and how to manage them unlocks the ability to parallelize work, switch contexts without losing state, and recover from mistakes instantly.
This guide covers session fundamentals, parallel work patterns, and five developer habits that compound over time.
What Is a Session? A session is:
Directory-scoped, not branch-scoped — tied to a folder location, not a git branch Persistent across context limits — survives /compact and /clear Shareable — /rename and /resume to switch between named sessions Isolated — each session has its own context window, permissions, memory Critical distinction: Sessions follow your directory, not your branch.</description></item><item><title>Voice Dictation in Claude Code: Speak Instead of Type</title><link>https://blog.devops-monk.com/2026/05/claude-code-voice-dictation/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://blog.devops-monk.com/2026/05/claude-code-voice-dictation/</guid><description>You&amp;rsquo;ve been coding for three hours straight. Your fingers are tired. Your wrists are starting to complain. You have a complex prompt to type out—explaining the bug, the context, what you&amp;rsquo;ve already tried, what you want next.
You&amp;rsquo;re tempted to just write &amp;ldquo;Fix this&amp;rdquo; and hit enter. But Claude needs real context to help you effectively.
Here&amp;rsquo;s the problem: Humans speak about 3x faster than they type. You can describe a problem in 30 seconds of talking that would take 2 minutes to type properly.</description></item><item><title>Claude Code Checkpoints: Your AI Safety Net for Code Changes</title><link>https://blog.devops-monk.com/2026/05/claude-code-checkpoints-guide/</link><pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate><guid>https://blog.devops-monk.com/2026/05/claude-code-checkpoints-guide/</guid><description>When Claude Code works on your project, it can touch dozens of files in a single prompt—refactoring a module, renaming methods across the codebase, restructuring folders. What happens when it goes wrong? Traditional developers rely on keyboard undo or Git commits, but neither fits an AI that operates at speed.
Claude Code&amp;rsquo;s checkpoints are your safety net. They automatically capture the state of your code before each edit, letting you rewind in seconds if anything goes sideways.</description></item></channel></rss>