The CPUX Authoring Tool helps an architect move from Situational Reality to an executable Intention Space design seed.
The workflow starts with a scenario expressed in ordinary language. From there, phrases are discovered, reviewed, mapped into Intention Space roles, grouped into CPUX interaction containers, checked against architectural invariants, and exported as JSON or Markdown.
This version is intentionally lightweight. It is designed to run as a static component inside this site, while optionally connecting to the WordPress-hosted ISC Phrase API introduced in the Phrase Collector console.
Five-stage Workflow
Stage
Tab
Purpose
S1
Scenario
Enter or load a scenario and discover candidate phrases
S2
Phrases
Review phrases, assign SR type, execution potential, IS role, and trivalence
S3
CPUX Design
Visual IC designer: O_holder, DN, O_reflector, signals
S4
Verification
Check against core CPUX architectural invariants
S5
Export
Export JSON or Markdown documentation
CPUX Author Console
CPUX Authoring Tool
Scenario → Phrases → CPUX → Verification → Export
local draft
S1 — Scenario Input
Start with ordinary field language. The goal is not final architecture yet, but phrase discovery.
<label>Project name</label>
<input id="projectName" value="Cloud Architecture CPUX Draft" />
<label>Scenario</label>
<textarea id="scenarioText">A learner wants to deploy a small containerized web app for users in India and Australia. The app should be low cost when idle, survive a zone failure if possible, and avoid unexpected network or load balancer cost.</textarea>
<div class="cpux-row">
<button id="loadCloudExample" type="button">Load Cloud Example</button>
<button id="loadLoginExample" type="button">Load Login Example</button>
<button id="discoverPhrasesBtn" type="button">Discover Phrases</button>
<button id="nextToPhrasesBtn" type="button">Next: Phrases</button>
</div>
<pre id="scenarioOut"></pre>
S2 — Phrase Review
Review discovered phrases. You can also import phrases from the WordPress ISC Phrase API.
This static component intentionally avoids a heavy backend dependency.
Authentication is delegated to the WordPress ISC Phrase API when importing phrase collections.
Phrase discovery is rule-assisted in this page; the LLM step can be added later.
CPUX synthesis is draft-oriented, not final runtime generation.
Verification checks are lightweight invariants, suitable for early authoring discipline.
Export produces a portable seed that can later feed a full CPUX engine.
Suggested Next Step
Use the Phrase Collector API first to build phrase spaces. Then use this CPUX Authoring Tool to pull a phrase space into a design session and shape it into an IC / CPUX draft.