OpenClaw AI Agent with 6 Roles, Memory, and ADHD-Aware Design: Daily Ops Breakdown
A Reddit user with ADHD who left corporate to run a solo consultancy built an open-source AI agent that runs 6 distinct roles from a single memory base. The system handles daily planning, call debriefs, writing, legal work, and OSINT investigations without manual wiring between tasks.
Daily workflow (by 8am)
The agent produces a 4-hour action plan on the user's desk, with energy-tagged tasks and time estimates. It auto-drafts follow-up messages for every person the user owes a reply. The user reviews and sends.
Core features
- Debriefs: Paste a call transcript → the agent extracts promises made, who said what, action items, and CRM entries. Files everything automatically.
- Writing: No email or post drafted from scratch in 4 months. The agent writes in the user's voice, trained on 4 years of their posts and DMs. Recipients don't notice the difference.
- Legal work: Same system, different role. Generates separation packages, redlines vendor contracts, drafts compliance memos with citations.
- Investigations: Another role tracks active OSINT cases, manages evidence, drafts intel reports.
- Six roles total sharing the same underlying memory. Insights from a sales call can inform a legal review without manual cross-referencing.
ADHD-aware design choices
- No shame language — ever.
- Effort tracked (e.g., “you sent 4 messages”) not outcomes (“nobody replied”).
- If you can't copy-paste, click, or check it off, it doesn't belong on the user's plate.
The system is open source. The user invites others to fork it and teach it their own work.
📖 Read the full source: r/ClaudeAI
👀 See Also

Coding-Flashcards: 800+ Anki cards for Rust, SQLite, Godot, and Wolfram Language
Over 800 markdown flashcards covering Rust, SQLite, Godot, and Wolfram Language from first principles, with scripts to convert to Anki decks or PDFs.

Stagent: Open-source ops layer for Claude Agent SDK with local governance and workflow orchestration
Stagent is an open-source, local-first coordination workspace built on top of Claude Agent SDK and Claude API that provides workflow orchestration, budget guardrails, and human-in-the-loop governance for AI agents. It includes 15 product surfaces, 6 workflow patterns, 52+ reusable agent profiles, and runs entirely locally with SQLite.

Open-Source JARVIS Desktop Assistant Built with Claude Code in 2 Days
A developer built a macOS desktop AI assistant called JARVIS in 1-2 days using Claude Code as the primary development tool. The application features a holographic UI, 18 native tools for system control, voice interface, and integrations with Gmail, Google Calendar, Notion, GitHub, and Obsidian.

AutoBe: How Weak Local LLMs Fixed an AI Backend Generator's Architecture
AutoBe is an open-source AI agent that generates complete backend apps using TypeScript, NestJS, and Prisma. The team discovered their initial 100% compilation success produced unmaintainable code, then rebuilt with modular generation—crashing success to 40%—and used weak local LLMs like qwen3-30b-a3b-thinking to debug schema ambiguities.