Viewing your strategy

AlienMonster renders your primitives into three web UI surfaces. All three live under your project at /projects/[projectId]/.

Repo browser

Path: /projects/[projectId]/repo

A file-tree view of your strategy. Each dimension renders as a markdown file โ€” decisions.md, assumptions.md, risks.md, and power files for each dimension. Click a file to read the rendered markdown. This is the surface coding agents also see when they read your local .alienmonster/ directory.

The repo browser is the best place to read a specific primitive or scan everything in a dimension.

Workspace

Path: /projects/[projectId]/workspace

A list of authored artifacts โ€” specs, briefs, pitches, epics โ€” grouped by subcategory. These are longer-form documents produced from primitives, either by coding agents (via push_artifact, see MCP) or by the Facilitator. Click an artifact to open its detail view at /projects/[projectId]/workspace/[artifactId].

Use the workspace when you want to review deliverables rather than raw primitives.

Dimension detail views

Path: /projects/[projectId]/dimensions/[dim]

A deep view of one dimension. Example: /projects/[projectId]/dimensions/who shows every who-dimension primitive, grouped by subtype (persona, segment, stakeholder, and so on).

Use a dimension view when you want to scan all thinking on a specific strategic area.

Navigating between surfaces

The sidebar inside a project has three main sections โ€” Repo, Sessions, and Workspace โ€” matching the three surfaces. Sessions also surface individual conversation archives under /projects/[projectId]/sessions/, grouped by session type.

Was this page helpful? YesNo