Building a Real-World Task System with Claude and Open Source
ironmanfromebay · reddit · 2026-07-16
Using Claude + an open-source skill, the author transformed their team's task board into a "Clash of Clans world." This wasn't just a landing page gimmick—it runs as a fully functional system.
Key Process
- Claude generated the entire project skeleton: tables/ agents/ functions/ workflows/ surfaces/ app interface/ schedules
- Initial setup took minutes; the next two hours were spent defining business logic: who can approve, whether agents can assign tasks, and how to handle rejections.
- Every answer translated into a permission or workflow step.
Current Capabilities
- Assign tasks via Slack (e.g., @quartermaster give DJ the onboarding flow, 30 pts, due Friday)
- Tasks hit the board and notify the relevant members.
- Completing a task unlocks a building proportional to the point value, placed in a shared 3D world.
- Manager approval "solidifies" the building; rejection turns it into ruins (which are preserved).
- Agents track blockers and auto-post weekly recaps, eliminating manual Friday updates.
A Surprising Developer Detail
The Slack agent and the app agent are identical—reading the same tables and sharing the same permission scope—without requiring extra functional integrations. The author attributes this to the fact that surfaces/ is simply a folder within the project.
The project runs locally, and the author mentions already subscribing to Claude.
More from coding & agent
- Building a Secure AI Agent Gateway: Self-Hosting OAuth for Multiple SaaS Apps — Defiant_Cod_2654 · 2026-07-22
- Rowboat launches as an open-source, local-first AI coworker with memory — ycombinator · 2026-07-22
- Reddit user chains Ideogram 4 and Krea2 to mimic bbox-based image positioning — v3lh0t05c0 · 2026-07-22
- Apollo Cuts AI Assistant Skill Dev Time by 85% with Deep Agents — LangChain · 2026-07-22
- Scoble says AI “loops” really means long-running multi-agent workspaces — Scobleizer · 2026-07-22
- Kimi Code opens a waitlist as Moonshot rolls out its coding product — Fabulous_Bonus_8981 · 2026-07-22