Corporate Developer's Claude Workflow for Backend Development

A backend developer working at a large US finance company has shared their typical workflow with Claude AI for development tasks. The process involves structured interaction with Claude and specialized review tools.
Workflow Steps
The developer follows these specific steps:
- Start by giving Claude a detailed description of the task
- Provide specifications, documents, and internal wikis that may be useful for the task
- Ask Claude to create a working markdown document of the ongoing change
- Let Claude have its first attempt at the task
- Manually review and test the output
- Tweak as needed with additional prompting, ensuring Claude updates the working markdown document
- Once satisfied, use a codeReviewing agent that works off the .MD file with organizational-specific coding style guidelines
- Post for review and get Claude to analyze and respond to comments
The developer ends by asking the community for suggestions on additional optimization approaches.
📖 Read the full source: r/ClaudeAI
👀 See Also

Designer builds native Mac photo tagging app with Claude Code and local vision model
A designer with no Xcode experience used Claude Code to build Loupe, a SwiftUI Mac app that analyzes photos with a local vision model (minicpm-v via Ollama) and writes IPTC/XMP metadata. The app includes parallel processing, hardware auto-detection, and a learning system that adapts to tagging style.

Using Kimi K2.6 to Properly Uninstall macOS Apps by Finding Hidden App Directories
A developer describes using Kimi K2.6 to automatically find and delete macOS app directories, including hidden ~/.appname and ~/Library/Application Support files, with a custom agent that edits its base knowledge to improve the process.

Building a Voice Interface for OpenClaw Agents Using iPhone Shortcuts
A developer created a voice-controlled interface for OpenClaw agents by building a Python server endpoint and integrating it with an iPhone Shortcut that handles speech-to-text and text-to-speech locally on the device.

Migrating from OpenClaw to Cowork + Claude Code: A Developer's Experience
A developer migrated from OpenClaw to Anthropic's Cowork with Claude Code sessions, citing better cron jobs, dispatch routing, and persistent memory. The setup uses a three-layer context design with Cowork handling orchestration and Claude Code executing code in repositories.