The Mothership: Built for Flow

A Senior Product Designer’s Design Ops system: encode the design system so agents stop drifting, then ship under real constraints. Site, tokens, and architecture compiled through a human-steered AI loop — also a cognitive prosthetic for a neurodivergent brain. You are reading the output.

Back to Work
Role: Senior Product Designer / Systems Designer (Solo) Year: 2026 Stack: Cursor · Vite · React · Next.js · TypeScript · Vercel · GitHub · Claude API Timeline: ~3 months, iterative

// 01

Overview

I didn't plan to build an app. I was deep inside a brutal enterprise migration – 48 tenant sites, 3,500 legacy pages, zero ramp-up – and kept hitting the same execution blocks: AI tools that drift the moment they lose context, and no infrastructure built for how my brain actually works.

So I built an agentic system designed to route around both.

Mothership is an orchestration console that encodes your design system into machine-readable instructions, giving AI agents a stable source of truth – without hallucinating, drifting, or ignoring your tokens. The entire stack – this site, the token system, the architecture – was autonomously orchestrated and compiled through an AI developer loop. It's also a set of digital prosthetics for a neurodivergent brain. Built around my cognitive wiring, not against it.

The clearest proof it works: you are inside the compiled output right now.

The Mothership Console — Template Grid Manager, Token Calibration Unit, and Agentic Prompt Console working in concert.
The Console mid-session — Template Grid Manager, Token Calibration Unit, and Agentic Prompt Console compiling a structured instruction stream.

// 02

Challenge

There were two problems running in parallel, and I couldn't solve one without the other.

The External Problem

AI coding tools are powerful but system-blind. They don't understand your tokens, your naming conventions, or why a component is being used a certain way.

Every session starts from zero. Every handoff requires re-explaining the entire design system. And when you're working at scale – multiple templates, multiple tenants, multiple stakeholders – that drift compounds into debt, fast.

The Internal Problem

I'm AuDHD, recently diagnosed, and recovering from burnout. The tools that exist – long linear chat threads, context-heavy onboarding, rigid daily workflows, walls of undifferentiated text – are almost precisely engineered to drain a neurodivergent brain.

I needed infrastructure that externalised my working memory, chunked complexity into single decisions, and protected deep focus rather than constantly interrupting it.

Neither problem had an off-the-shelf solution. Mothership had to be both things at once: a technically sound orchestration engine, and a cognitive environment I could actually operate in.

// 03

Process

The idea came from friction. I was brought into a large enterprise migration as the systems thinker on the project, and arrived with an architectural approach the team wasn't structured to receive.

While navigating that gap, between the solution I could see clearly and the environment I was operating in, I realised I needed to build the infrastructure for myself. Not for that project. For the way I work.

I started in Cursor, learning by doing. The early build was messy. I hit what I now call the Frankenstein problem – code that no longer reflected my intent, sessions that drifted, components that conflicted with each other.

The natural response would have been to keep patching. Instead, I stopped, stepped back, and executed a clean architectural reset.

That reset produced the Triple-Anchor system:

A visual system architecture page in Figmathe bird's-eye view

A PROJECT_ANCHOR.md in Cursorthe single daily source of truth

A clean GitHub repository with strict commit disciplinethe safety net

The Triple-Anchor system: the Mothership Orchestration Engine radiating bi-directional sync to three structural anchors — Figma Architecture, PROJECT_ANCHOR.md, and GitHub Repository — which feed downstream outputs: Portfolio, Resume, and Console.
The Triple-Anchor system: three structural anchors keep the orchestration engine in sync, then feed every downstream output.

From there I developed a Hub-and-Spoke workflow: short, single-focus build sessions anchored to a persistent MOTHERSHIP_STATE.md document, specifically designed to prevent the same context drift I was solving for in the product from happening inside my own process. I was using the methodology to build the methodology.

The concept kept growing. What started as a design library module evolved into something with a larger architecture: a modular orchestration engine where the design system was just the first pillar. The scope wasn't wrong – it was scaling. That realisation forced me to think harder about architecture for extensibility from the start, not just immediate function.

It's a lesson I now carry into every system I build.

The Mothership orchestration loop: Propose, Validate, Correct, and Deploy cycle around a persistent memory state, with AGENTS.md compliance checks, bounded drift correction, and reviewable Git-backed versioning.
The orchestration loop: every proposal is validated against AGENTS.md, corrected within a bounded scope, versioned in Git, and written back into persistent memory for the next cycle.
Git-backed governance — every design-system change is a reviewable, versioned commit.
Git-backed governance — every design-system change is a reviewable, versioned commit.

// 04

The Console: What It Actually Does

The most important thing to understand about Mothership is what you see when you open it.

Three panels, working in concert.

Open live Console (demo)

Soft Bento demo · separate visual language from this portfolio · POC

dx-grid-inspector on GitHub

Open-source DX POC · Template Grid panel, building in public

Template Grid Manager

The Template Grid Manager on the left holds your design building blocks – nodes categorised by type (Display, Functional, Content, Navigation), each carrying its own status and token dimensions. This is the library layer.

Token Calibration Unit

The Token Calibration Unit in the centre is a live editor. Select a node and you can adjust its exact values in real time – corner radius, internal padding, surface fill, border preset. These aren't visual overrides. They feed the system.

Agentic Prompt Console

The Agentic Prompt Console on the right is where the architecture earns its name. It watches what you're doing across the other two panels and compiles a fully structured AI instruction, automatically, in real time. Node logic, visual specification codes, instruction protocol, structural constraints. All generated. All machine-readable. Ready to inject directly into Cursor or any AI coding tool.

The Mothership Console pipeline: Template Grid Manager node categorisation flows through live Token Calibration variables into the Agentic Prompt Console, which compiles machine-readable JSON and Markdown instructions.
Three panels in concert: categorised design nodes become calibrated token state, then compile into a machine-readable instruction stream.

This is the gap current tooling doesn't bridge. Design tools document the system. AI coding tools write the code. Mothership sits between them, translating design intent into agent instructions before a single line of code gets written. No drift. No re-explanation. No output that ignores your tokens.

// 05

Key Architecture Decisions

// 06

Site as Proof

Compiled Output

This live application is not documentation of the system. It is the system – site, tokens, and architecture – autonomously orchestrated and compiled via an AI developer loop.

Mothership's first fully operational output is the portfolio you're on – live on Vercel, built with Next.js and TypeScript, with a Claude API integration handling image curation for case studies.

Beyond the site, what shipped is the infrastructure: a validated token architecture, a working agentic prompt console, a template grid manager, a live token calibration unit, and a governance layer that means any AI agent, or future collaborator, can onboard to the system by reading three files.

No invented metrics. What I can say is that the system works: one designer, no engineering team, shipped a production-ready portfolio and a working orchestration console in three months of non-linear, burnout-conscious building.

jennifer@hull_architecture:~/mothership$ compile --target site

[loop]  propose → validate → correct → deploy
[gate]  AGENTS.md compliance .............. PASS
[gate]  tokens.json → foundations ......... PASS
[gate]  human-in-the-loop review .......... PASS

diff --git a/deliverable b/proof
--- a/documentation
+++ b/compiled output
- mockup of the system
+ site · tokens · architecture
+ live on Vercel · Next.js · TypeScript

// You are inside the artifact.
jennifer@hull_architecture:~$ status --ready-for-new-builds
Compile log – the live site is the artifact, not a screenshot of one.

// 07

Reflection

The concept outgrew my initial architecture, not because the architecture was wrong, but because I couldn't anticipate the full scope at the start. The lesson isn't “plan more upfront.” It's that when you're building something genuinely new, your architecture needs to be designed for scale before you know what you're scaling to. I know that now in a way no document could have taught me.

The bigger surprise was how natural this work feels. I've always been technical – I just found the traditional coding environment too tedious to sustain. Agentic tools removed the friction standing between me and something I'm apparently wired for. For someone neurodivergent, finding a way of working that matches your cognition rather than fighting it is the difference between burnout and flow.

Mothership isn't finished. It's a living system. But it's already doing what I built it to do, letting one person operate with the output of a team, by building the infrastructure that thinks alongside them.

BUILT BY ONE.

POWERED BY SYSTEMS.

THIS SITE IS THE PROOF.