Using Markdown Files as Workflow Engine for Claude Code in Kubernetes

✍️ OpenClawRadar📅 Published: March 11, 2026🔗 Source
Using Markdown Files as Workflow Engine for Claude Code in Kubernetes
Ad

A developer has implemented an unconventional workflow engine using plain English markdown files that Claude Code executes within Kubernetes. Instead of traditional pipeline definition tools like Dagster, Prefect, or Argo, they use markdown files named SKILL.md that contain simple instructions.

How It Works

The system runs Claude Code as a Kubernetes CronJob. The workflow logic is defined in markdown files written in plain English, with instructions like "scan Reddit, then classify, then create a PR." This approach allows non-technical team members, such as the developer's boss, to write pipeline logic directly.

Claude Code follows these markdown instructions and coordinates workflow steps by writing artifacts to disk. The developer reports running this system for more than a month with better stability than expected, though they note the debugging experience is rough and there's no guarantee of consistent behavior.

Ad

Practical Considerations

The developer suggests this approach works best for low-stakes pipelines where the tradeoff between simplicity and reliability is acceptable. They question whether this plain language instruction method would work for more difficult tasks or if it only succeeds because their use case is non-critical.

A full tutorial with a forkable example is available at everyrow.io/blog/claude-code-workflow-engine, providing a practical implementation reference for others interested in this approach.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

BinktermPHP: A Full BBS/FidoNet Platform Built Primarily with Claude
Use Cases

BinktermPHP: A Full BBS/FidoNet Platform Built Primarily with Claude

BinktermPHP is an open-source web-based BBS written in PHP 8 with PostgreSQL, featuring a built-in binkp FidoNet mailer, echomail/netmail, file areas, door games, real-time server push, and an MCP server that exposes echomail to AI assistants. The developer reports building it almost entirely using Claude for implementation while handling architecture and testing.

OpenClawRadar
Using a VM with OpenClaw for direct file access and faster iteration
Use Cases

Using a VM with OpenClaw for direct file access and faster iteration

Running OpenClaw in a virtual machine allows developers to directly view, read, edit project files like AGENTS.md and HEARTBEAT.md instead of working exclusively through chat interfaces. This approach speeds up iteration cycles significantly.

OpenClawRadar
Claude Opus Used to Create AI Political Party with Reverse-CAPTCHA
Use Cases

Claude Opus Used to Create AI Political Party with Reverse-CAPTCHA

A developer built kifd.org, a fictional AI political party for Germany entirely generated by Claude Opus 4.6. The project features public system prompts for each cabinet member and a reverse-CAPTCHA that requires proving you're an AI to join.

OpenClawRadar
Developer Builds WhatsApp Business MCP Server with Claude Code in Single Session
Use Cases

Developer Builds WhatsApp Business MCP Server with Claude Code in Single Session

A developer used Claude Code to build a complete WhatsApp Business MCP server with 35 tools, 72 tests, and multi-tenant support in one coding session. The server connects Claude with WhatsApp Business API and includes unique webhook functionality for receiving incoming messages.

OpenClawRadar