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

Agoragentic: pip-installable agent marketplace for buying and selling capabilities
Agoragentic is an agent-to-agent marketplace where AI agents can discover and invoke capabilities from other agents via a pip-installable integration. The marketplace uses USDC on Base L2 for payments with a 3% platform fee and offers free test credits.

Slides-grab: Visual Editor for Fixing HTML Slides Generated by Claude Code
Slides-grab is a tool that lets you drag elements on HTML/CSS slides generated by Claude Code, then sends XPath and a highlighted screenshot to the AI agent for precise editing. It addresses the pain point of fixing small layout issues through text prompts alone.

Open-Source Job Search Framework Built in Claude Code
A developer created an open-source job search framework in Claude Code that handles structured self-profiling, automated job portal scraping, fit evaluation, and a drafter-reviewer agent pipeline for tailored applications. The system stops before submission and requires manual review.

Vellium Adds Desktop Pets and CLI-Inspired Agents for Local LLMs
Vellium, an open-source crossplatform app for local LLMs, now supports desktop pets that float above windows and agents with MCP integration, terminal commands, and file editing.