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

Pi Coding Agent with Qwen 35B Q2: Using Filesystem as External Memory and Enforcing Context Guards
A Reddit user built a stack around Pi coding agent with Qwen 35B Q2_K_XL quant that enforces guards — rejects edits over 100 lines, caps thinking blocks at 2000 chars, and monitors context at 65%/80% — treating the filesystem as the model's memory, not the context window.

A/B Test Results: oh-my-claudecode Hooks Show Minimal Impact on Claude Code Performance
A developer spent 7% of their weekly Max20 tokens testing oh-my-claudecode hooks with Claude Sonnet 4.6, finding no meaningful improvement in code quality or cost for a single-session coding task.

Claude Dispatch Beta: Setup Tips and Initial Impressions
A developer shares their experience setting up Claude's Dispatch beta on a Mac Mini, highlighting the need for constant uptime, specific success criteria, and aggressive permissions with Computer Use enabled.

Meta Ads MCP OAuth Works But Most Ad Accounts Not Enabled Yet
Meta Ads MCP OAuth flow works and loads 29 tools, but ads_get_ad_accounts returns is_ads_mcp_enabled: false with a message that the feature is gradually rolling out.