POC CloudSalesforce simulation engine
Read Explainer Conventions Roadmap Extending Review
Internal · Cirrius

Walkable Salesforce demos — before the build.

Pick an engagement to open its console, browse its schema, or scaffold a new one. Every POC is authored in metadata that maps 1:1 to a Salesforce DX project, so when the client signs off, the build starts from real ground.

Engagement Setup

Two guided flows. New engagement names a client, records what you already know about them, and picks the standard Salesforce objects to start from — scaffolding a workspace that composes with zero blockers and boots. Schema Picker adds objects to a workspace that already exists. Both record a choice; the composer and the gated kernel do the writing.

Engagements

loading…

Loading engagements…

Reading engagements/_index.json

Tools

/runtime/admin

Schema Explorer

Browse every object, field, relationship, and validation rule in an engagement. The Setup → Object Manager equivalent.

/runtime/admin

Schema Picker

Adds objects to a workspace that already exists — it does not create one (use New engagement for that). Pick objects by Salesforce package, then Export selection: it writes nothing itself and hands you the selection plus the one poc plan add-standard-object command that applies it through the gated kernel.

/docs

Authoring conventions

Linter rules 1–10. Every metadata key maps to a Salesforce Metadata API element. Read this before you write JSON.

/review

Migration review

The Cowork → Design write-up: architecture, what's worth keeping, the three-step plan, open questions.