OpenPraxis banner
k8nstantin k8nstantin

OpenPraxis

Testing community

Description

Superseded by SuperX (github.com/k8nstantin/superx) — kept public as prior art. Spec-driven platform for autonomous coding agents: products → manifests → task DAGs, agents in isolated git worktrees, independent audit, cost attribution. The engine that built go-leiden.

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

OpenPraxis

⚠️ Superseded by [SuperX](https://github.com/k8nstantin/superx)

**OpenPraxis is no longer developed.** Last commit May 2026. It is kept public as prior art and as a working record of what it proved.

The successor is **[SuperX](https://github.com/k8nstantin/superx)** — the same thesis, rebuilt in Rust on an append-only substrate: [k8nstantin.github.io/superx](https://k8nstantin.github.io/superx/)

**Reading this repository:** the documentation below describes the system as designed, and in several places the design outran the code before development stopped — the independent watcher was removed, cost tracking was gutted pending a redesign, retry and the proposer loop were partially wired, and forecasting was never built. Treat the README as intent and the code as the source of truth. That gap is itself part of what the rewrite was for, and the specifics are recorded in [What carried forward](#what-carried-forward-into-superx) below.

[![CI](https://github.com/k8nstantin/OpenPraxis/actions/workflows/ci.yml/badge.svg)](https://github.com/k8nstantin/OpenPraxis/actions/workflows/ci.yml) [![Go Version](https://img.shields.io/github/go-mod/go-version/k8nstantin/OpenPraxis)](https://github.com/k8nstantin/OpenPraxis/blob/main/go.mod) [![Go Report Card](https://goreportcard.com/badge/github.com/k8nstantin/OpenPraxis)](https://goreportcard.com/report/github.com/k8nstantin/OpenPraxis) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Release](https://img.shields.io/github/v/release/k8nstantin/OpenPraxis?include_prereleases&sort=semver)](https://github.com/k8nstantin/OpenPraxis/releases)

Build products with AI agents — end to end.

**OpenPraxis is a full DAG execution engine for AI-assisted software development.** One captured Idea becomes a Product. A Product holds chained Manifests (versioned specs with deliverables). Each Manifest holds chained Tasks that dispat