aco-system: An Entire Company OS for Claude That Writes User Stories, Breaks Tasks, Reviews PRs

Someone posted on r/ClaudeAI about aco-system, an open-source framework that turns a single GitHub issue into a complete, reviewed pull request — all driven by Claude without manual intervention. The post describes the workflow:
The user typed into Claude: "Add Stripe payments with webhook support. Use aco-system." From there, the system autonomously:
- Wrote the user story
- Broke it into 8 tasks with estimates
- Validated the plan (checking for secrets, missing criteria, bad config) — would have stopped if validation failed
- Wrote the code once validation passed
- Created a branch and opened a PR with a meaningful description
- Reviewed the PR, added comments, flagged tests
The user only had to approve the final PR. The experience was described as "less like running a tool and more like having a junior team that doesn't sleep and doesn't need standup."
The project is available at github.com/aniketkarne/aco-system.
📖 Read the full source: r/ClaudeAI
👀 See Also

CopilotKit: Open-Source React Building Blocks for Agent UIs
CopilotKit (30k stars, MIT) provides React components for agent UI layer: chat, streaming, tool calls, human-in-the-loop, and generative UI, with AG-UI protocol support across LangGraph, ADK, CrewAI, and more.

Sherlock: Apple Developer Docs as Local MCP for Claude Code
Sherlock indexes 70k Apple API symbols into SQLite FTS5 and provides 5 MCP tools + 3 auto-triggering skills to ground Claude Code in real docs, preventing hallucinations.

ANE Optimization Through Phone-Steered AI Experiments Shows Kernel Fusion Benefits
A developer ran 55 experiments on Apple Neural Engine optimization, steering the process from their phone using Claude for brainstorming. Key improvements included fusing 3 ANE kernels into 1 mega-kernel, reducing validation loss from 3.75 to 2.49 and step time from 176ms to 96ms.

Can OpenClaw Embrace the Power of Claude CLI?
Explore key insights from r/openclaw on whether OpenClaw can integrate with Claude CLI, a powerful AI tool designed to enhance coding and automation processes.