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

Nyx: Autonomous Testing Harness for AI Agents
Nyx is a blackbox testing harness that probes AI agents for failure modes like logic bugs, reasoning failures, and security vulnerabilities through multi-turn adaptive conversations. It tests in under 10 minutes what manual audits take hours to surface.

Holisto Seed: A Local LLM Framework with Persistent Identity and Consensual Memory Consolidation
Holisto Seed is a Relational Individuation Framework that gives LLM agents persistent identity, biographical memory, and co-evolutionary relationships with users. It runs fully local with a Git-based versioning system and features a consensual sleep cycle for memory consolidation.

Galadriel: Open-Source Warm-Cache Harness for Persistent Claude Agents
Galadriel is a 3-tier stacked caching harness for Claude that reduces costs by 87% and latency to under 3s for 100K token prompts. Integrates MemPalace for persistent vector memory.
Wakehook: Trigger OpenClaw Morning Automations on Actual Wake Time, Not Cron
Wakehook reads Google Health/Fitbit sleep data and POSTs a user.awake event to OpenClaw when you actually wake up. Self-hostable, poll-based, no public URL needed.