Developer Workflow

27 articles about developer workflow.

AI Coding Technique: Change One File, Migrate the Entire Codebase

·2 min read

A practical AI coding technique - manually change one SwiftUI file, then have Claude Code migrate 1500+ hardcoded calls across the entire codebase to match.

ai-codingclaude-codemigrationswiftuirefactoringdeveloper-workflow

Fixing AI Goldfish Memory with CLAUDE.md Constraints

·3 min read

When your AI agent confidently says it made a change but nothing changed, CLAUDE.md constraints prevent confident-but-wrong behavior across sessions.

claude-mdai-agentsmemoryconstraintsdeveloper-workflowclaude-code

Autonomous Multi-Session AI Coding Without Worktrees

·2 min read

Skip git worktrees entirely. Run 5 Claude Code instances on the same repo with CLAUDE.md as the shared spec and each agent handling a discrete task.

claude-codeparallel-agentsgit-worktreesmulti-sessiondeveloper-workflow

Why CLAUDE.md Is the Entire Game for Parallel Claude Code Agents

·2 min read

CLAUDE.md is the most important file when running parallel Claude Code agents. Without detailed specs, 5 agents on the same codebase will overwrite each other.

claude-mdclaude-codeparallel-agentsdeveloper-workflowai-orchestration

Hitting Claude's Context Limit Mid-Build and How CLAUDE.md Fixes It

·2 min read

When Claude Code hits the context limit during a build, you lose project context. A CLAUDE.md file prevents starting over by keeping essential specs persistent.

claude-codecontext-windowclaude-mddeveloper-workflowproductivity

When Claude Files Bug Reports Against Its Own Code - And They Are Real

·2 min read

Running 5 parallel Claude agents with CLAUDE.md as the single source of truth leads to agents finding real bugs in each other's code. Here is how it works.

claude-codeclaude-mdparallel-agentsbug-reportsdeveloper-workflow

Put 'Challenge My Assumptions' in Your CLAUDE.md

·3 min read

Adding assumption-challenging directives to CLAUDE.md prevents AI agents from blindly implementing bad ideas. Make your agent argue with you before it builds.

claude-mdai-agentsdeveloper-workflowcode-qualitybest-practices

Is Claude Overkill? Adding Anti-Over-Engineering Directives to CLAUDE.md

·2 min read

Claude Code tends to over-engineer solutions. Adding 'avoid over-engineering, only make changes that are directly requested' to your CLAUDE.md keeps it focused and prevents scope creep.

claude-codeclaude-mdover-engineeringdeveloper-workflowbest-practices

Making Claude Code Skills Repeatable - 30 Skills Running Reliably

·3 min read

Running 30 Claude Code skills reliably for a macOS agent. The key to repeatability is explicit frontmatter, narrow scope per skill, and clear input/output contracts.

claude-codeskillsreliabilityautomationdeveloper-workflow

Why the Claude API Plan Is a Game Changer for Concurrent Agent Sessions

·2 min read

Claude usage limits frustrate developers until they discover the API plan. Here is why concurrent sessions on a Swift/Rust codebase demand it.

claude-codeapi-planusage-limitsconcurrent-sessionsdeveloper-workflow

The Scope Shift in Code Copying - From Stack Overflow Snippets to Full AI Interaction Flows

·2 min read

AI changed how developers copy code. Instead of grabbing individual accessibility API snippets from Stack Overflow, we now generate entire interaction flows with Claude.

ai-codingaccessibility-apidesktop-automationdeveloper-workflowstack-overflow

Context Management Is 90% of the Skill in AI-Assisted Coding

·3 min read

The real skill in AI-assisted development is not prompting - it is context management. Persistent memory across sessions separates productive developers from frustrated ones.

ai-codingcontext-managementclaude-codepersistent-memorydeveloper-workflow

Reducing Context Switching Cost with Running Notes - How AI Agents Solve the Same Problem

·3 min read

Context switching destroys productivity because you lose your mental model. Running notes files help humans, and CLAUDE.md does the same thing for AI agents.

context-switchingproductivityclaude-mdai-agentsdeveloper-workflow

Cowork vs Claude Code: Why Terminal Gives You More Control

·2 min read

Claude Code in the terminal offers more control than GUI alternatives like Cowork - especially when running 5 parallel instances on the same codebase.

claude-codecoworkterminalparallel-agentsdeveloper-workflow

Developers Are Becoming Their Own Business Analysts in the AI Era

·2 min read

The most productive developers now spend their day writing detailed requirements and acceptance criteria, then handing them to Claude. Writing specs is the new coding.

developer-workflowai-codingrequirementsspecificationsclaude-code

Explicit Acceptance Criteria in CLAUDE.md to Stop Premature Victory

·2 min read

How adding explicit acceptance criteria to CLAUDE.md stops Claude Code from declaring victory prematurely. Tests must pass, files must exist, no regressions.

claude-mdacceptance-criteriaclaude-codetestingdeveloper-workflowquality

Running 5 AI Agents on the Same Codebase Without Branch Isolation

·3 min read

Lessons from running 5 Claude Code agents in parallel on a Swift, Rust, and Flutter desktop app. Same repo. Same branch. No isolation.

parallel-agentsmulti-agentcodebase-managementdeveloper-workflowclaude-code

Five Months In: Why Parallel Claude Code Beats Nested Subagents

·2 min read

After five months of trying subagents, the nesting limitations made them impractical. Running 5 separate Claude Code processes in parallel on the same repo works better.

claude-codeparallel-agentssubagentsdeveloper-workflowproductivity

From Copilot to Claude Code - Why a 200-Line CLAUDE.md Changed Everything

·3 min read

How switching from GitHub Copilot to Claude Code with a 200-line CLAUDE.md running 5 parallel agents transformed a solo developer's entire workflow.

claude-codecopilotclaude-mdparallel-agentsdeveloper-workflow

The Shift from Writing Code to Writing CLAUDE.md Specifications

·3 min read

Six months ago my workflow was Swift, Rust, and Flutter by hand. Now I write CLAUDE.md files and let agents handle the implementation.

claude-mdai-agentsdeveloper-workflowspecificationsproductivity

Large SaaS Claude Workflow - Five Agents Running Off the Same CLAUDE.md Spec

·2 min read

How to write everything in CLAUDE.md and run 5 parallel Claude agents off the same spec for large SaaS projects. A practical workflow guide.

claude-codeclaude-mdparallel-agentssaasdeveloper-workflow

How MCP Servers Changed My Coding Workflow After 10 Years of Backend Dev

·3 min read

MCP servers eliminated copy-pasting between apps. Direct tool interaction from Claude Code changed how a backend developer writes and ships code.

mcpbackend-developmentdeveloper-workflowclaude-codeproductivity

Building Persistent Memory for Claude Code Agents with CLAUDE.md

·2 min read

Why CLAUDE.md is the only memory that survives across Claude Code sessions. How to build persistent context for 5 parallel agents working on the same repo.

claude-codeclaude-mdpersistent-memoryparallel-agentsdeveloper-workflow

Running 10+ Claude Code Agents Without Chaos - Tmux Orchestration

·2 min read

How to run ten or more Claude Code agents in parallel using tmux sessions for isolation, with practical tips on session management, context separation, and avoiding conflicts.

claude-codetmuxparallel-agentsorchestrationmulti-agentdeveloper-workflow

When Developers Stop Writing Code and Start Reviewing AI Agents

·3 min read

Going from writing code to mass-reviewing output from 5 parallel Claude agents. Haven't typed a function in weeks. The new developer workflow is review, not write.

code-reviewparallel-agentsclaude-codedeveloper-workflowai-developmentproductivity

Stop Losing Context When Claude Code Compacts - Run It Inside tmux with Logging

·3 min read

Claude Code clears your terminal scrollback when it compacts context. The fix: run it inside tmux with logging enabled so you never lose conversation history.

claude-codetmuxloggingdeveloper-workflowcontext-management

The Irony of Writing Documentation That AI Agents Actually Read

·3 min read

Developers now write more documentation than ever - but it is CLAUDE.md specs for AI agents. The irony: AI agents read every word, which is more than most human coworkers do.

documentationclaude-mdspecsdeveloper-workflowai-agents

Browse by Topic