SISS — Silicon Island Submission System¶
The Silicon Island Submission System (SISS) is the digital submission and review platform for planning and building applications to the Silicon Island local authority (CMU). It replaces paper-driven workflows with a single system that accepts submissions, validates parameters, routes work to the right technical agencies with SLAs, uses AI (always human-in-the-loop) to assist compliance checking and comment drafting, and issues digitally signed Kertas Perakuan, SIGL, and Surat Sokongan certificates.
System context¶
flowchart LR
PSP([PSP])
OFF([CMU · ATD/ATL · SIRP<br/>officers])
AUD([Auditor])
SISS["<b>SISS platform</b><br/>React SPA<br/>8 microservices<br/>AlloyDB · GCS · Pub/Sub<br/>Temporal · BigQuery"]
IDP[GCP Identity<br/>Platform]
VTX[Vertex AI · Gemini<br/>Vector Search]
KMS[Cloud KMS / HSM]
GIS[Masterplan GIS]
MAIL[Email / SMS]
OUT[/Signed certificates<br/>Kertas Perakuan · SIGL<br/>Surat Sokongan/]
PSP --> SISS
OFF --> SISS
AUD -.read-only audit.-> SISS
SISS --> IDP
SISS --> VTX
SISS --> KMS
SISS --> GIS
SISS --> MAIL
SISS ==> OUT
Who this site is for
- Engineers building or operating SISS — see Architecture and Delivery.
- Stakeholders and reviewers — see Overview for scope, personas, and the M1–M7 roadmap.
- Auditors — see Observability and Security & RBAC for audit trail and access controls.
Jump in¶
- Overview — What SISS is, who uses it, and the M1–M7 roadmap.
- Architecture — Services, data, events, workflows, AI and BIM pipelines, signing, security, observability.
- Delivery — The M2 implementation plan, testing strategy, deployment, and open issues.
- Reference — Product backlog and release-gate acceptance criteria.
Sources of truth¶
This site is a navigable summary. The authoritative source documents live alongside the repo:
- Architecture spec —
docs/superpowers/specs/2026-04-13-siss-architecture-design.md - M2 implementation plan —
docs/superpowers/plans/2026-04-13-siss-m2-km-digital-backbone.md - Project planning CSVs —
docs/SISS - Project Planning V1.0 - *.csv
When this site and the source documents diverge, the source documents win.