Zzzops banner
david-rzepa david-rzepa

Zzzops

Git community

Description

Agentic engineering for autonomous coding agents: bootstrap agent-ready repositories, manage durable goals in GitHub Issues, and execute verified work.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ZzzOps

**Infinite backlog for agents. Finite bedtime for token-addicted humans.**

ZzzOps is an agentic-engineering workflow for developers who want autonomous coding agents to bootstrap repositories and handle substantial work without constant supervision. It turns project policy, specifications, TODOs, dependencies, verification evidence, and blockers into a durable goal graph backed by GitHub Issues—then gives agents a reliable loop for working through it.

Use ZzzOps when a task is too important or too long-lived to exist only in one chat. The goal is simple: make the repository and its feedback loops clear enough that agents can keep moving, stop safely, and resume without you reconstructing the plan.

Get started

1. Install ZzzOps

ZzzOps v2 is an [Agent Plugin](https://agent-plugins.org/). For Codex, install it from the [official ZzzOps listing in the Codex Plugins Directory](https://chatgpt.com/plugins/plugins_6a7892fe4c548191a9e0dbfb8ac2c987), then open a new Codex task in the repository where you want to use it.

As a secondary Git option, pin an immutable release tag:

codex plugin marketplace add david-rzepa/zzzops@v2.0.1
codex plugin add zzzops@zzzops

See [advanced installation options](docs/ADVANCED.md#alternative-installations) to follow the moving `latest` channel, refresh an installation, or change pinned versions.

Claude Code users can install from this repository:

claude plugin marketplace add david-rzepa/zzzops
claude plugin install zzzops@zzzops

Claude and Codex use the same canonical implementation. See the [Claude Code installation and submission notes](docs/CLAUDE_MARKETPLACE.md).

2. Bootstrap the repository

In the target repository, start with the initial project specification:

Use $bootstrap-zzzops-repository to create this project from the following specification: .

For an existing repository: