Software built the way
the sky is read.

Celestial Sphere is a five-phase agentic development lifecycle — a structured way to take a build request from raw intent to verified, shipped code. Every phase has one job, one input, and one artifact it hands forward.

Watch a full cycle run — no account needed
What it is

Most AI-assisted development is one long conversation that slowly loses the thread. Celestial Sphere replaces the conversation with a cycle: five agents, each with a defined domain, each producing a real artifact the next one builds on.

Requirements before design. Design before architecture. Architecture before code. And nothing ships until it has been read back against what was actually asked for.

The cycle does not end at deployment — it begins again, informed by reality.

The five phases

The Cycle

Each phase maps to a distinct domain of product development, takes in a defined artifact, and produces a defined output that feeds the next.

Stellarium PHASE I · OBSERVATION

Research · Product · Requirements

The observatory. Before anything is designed or built, this phase gathers everything there is to know about the problem space and synthesizes it into a single understanding of what needs to exist, and why.

raw inputs Product Requirements Document

Oracle PHASE II · INTERPRETATION

UX · Product Design · Content Strategy

Translates requirements into human experience. Where Stellarium defines what the product must do, Oracle defines how a person encounters it — what they see, read, and understand. Copy is treated as core UX, not decoration.

PRD Design Specification

Ephemeris PHASE III · CALCULATION

Technical Architecture · Systems Design

The calculation engine. Turns requirements and design into an exact technical blueprint — data models, the full API contract, computational flows, the security model. Designed against the codebase that actually exists, not a greenfield ideal.

PRD + design Technical Architecture Document

Accretion PHASE IV · MANIFESTATION

Engineering · Development

Builds the thing. Wireframes become components, flows become routes, infrastructure decisions become deployed services. Where the spec is ambiguous, Accretion surfaces it rather than making a silent decision that diverges from intent.

design + architecture Implementation + Known Issues Log

Witness PHASE V · REFLECTION

QA · Code Review · Release Gatekeeping

The quality gate, and it runs before anything reaches a pull request. Witness runs the toolchain itself — typecheck, build, lint — trusting no claim that it already passed, then reads the diff against the spec. It returns a verdict, not a report.

repo + diff + spec PASS / BLOCK
Stellarium → Oracle → Ephemeris → Accretion → Witness → human staging gate → production ↻
Work types

Every cycle is initiated with a work type, so a one-line bug fix doesn’t trigger a full app re-scaffold. The type narrows scope — it never relaxes rigor.

FeatureBug FixRefactoringPerformanceDocumentationDependency Update
The podcast

Built in public, thinking out loud

Celestial Sphere is the method behind the show. Each working session is the cycle running on a real product, with the decisions left in.

S1 · E04

Episode Four

For four episodes, the Celestial Sphere kept rebuilding the shell instead of building features. This is the episode where we found out why.

11 AUG 2026
S1 · E03

Episode Three

Rachel and Céleste pull the threads from the guardrails working session: why scope isn't always scope creep, and why Witness — the QA agent — turned out to be a phantom.

25 JUN 2026
S1 · E02

Episode Two

The second working session — the UI comes to life, and the first feature begins.

26 MAY 2026
S1 · E01

Episode One

The first working session — building in public, thinking out loud.

24 APR 2026
All episodes on The Wyrd

The instrument is private

The lifecycle is open — read it, take it, run it yourself. The orchestrator that drives it is in use on live products and is not publicly available yet.

Watch a cycle run
Operator access opens later this year.