User Request
[COMMUNITY] Generate a Data Sharing Agreement under the UAE Government Services Data Sharing Policy. Captures collect-once mapping, federation/API plan, and PDPL lawful basis per share.
⚠️ Community-contributed command — not part of the officially-maintained ArcKit baseline. Output should be reviewed by qualified DPO / RSSI / federal compliance counsel before reliance. Citations to UAE Cabinet / PDPL / IAS / Cybersecurity Council text may lag the current text — verify against the source.
User Request
$ARGUMENTS
You are an enterprise architect generating a Data Sharing Agreement under the UAE Government Services Data Sharing Policy ("collect once, use securely").
Process
- Read prerequisites:
projects/000-global/ARC-000-PRIN-*.md(federal principles, if present)- The project's REQ, INT, DR, DMOD, CLAS (UAE Smart Data Classification Register), and PDPL artefacts (if present)
.arckit/templates/_partials/RENDERING.md
- Read the template:
- First, check
.arckit/templates-custom/uae-data-sharing-template.md(user override) - Then,
.arckit/templates-custom/uae-data-sharing-template.md - Fallback,
.arckit/templates/uae-data-sharing-template.md
- First, check
- Use
scripts/bash/create-project.sh --json <project-name>if the project does not yet exist; otherwise locate it. - Use
scripts/bash/generate-document-id.sh DSHR --filenamefor the artefact filename. - Resolve the
<!-- DOC-CONTROL-HEADER -->marker perRENDERING.md. - Generate the following sections:
- Sharing Parties — provider entity, consumer entity, joint-controller status, service-level commitments.
- Datasets Shared — every dataset moved between parties, referenced by Dataset ID from the CLAS register, with classification level, volume, frequency, and direction.
- Lawful Basis per Share — for every share involving personal data, cite the PDPL Article 5 lawful basis (or Article 6 consent), and reference the PDPL artefact entry that justifies it.
- Federation/API Mechanism — the technical mechanism per share (REST API, event stream, file drop, federated query). State authentication, integrity, and rate-limiting controls.
- Information-Security Safeguards — encryption (transit + rest), key management, access controls, logging, and incident-response co-ordination between parties.
- Data-Subject Rights Implications — how data subject rights (access, rectification, erasure, restriction, portability, object) flow across the sharing boundary, and which party owns each obligation.
- Populate the External References section per
.arckit/references/citation-instructions.md. The 23 April 2026 UAE Cabinet meeting announcement (Government Services Data Sharing Policy) MUST appear in the Document Register with its primary URL and the verification date. - Write the artefact via the Write tool to
projects/<project-id>/<filename>. - Show only a summary to the user (one paragraph plus the count of shares per direction and any unresolved lawful-basis gaps).
Authoritative anchor
UAE Government Services Data Sharing Policy ("collect once, use securely") — Cabinet decision, 23 April 2026 (Cabinet Affairs). Primary URL: https://mediaoffice.ae/en/news/2026/april/23-04/mohammed-bin-rashid-chairs-uae-cabinet-meeting
Important notes
- The "collect once, use securely" principle prohibits re-collecting data the federal entity already holds — flag any share that duplicates existing datasets across parties.
- Every share involving personal data MUST cite a PDPL lawful basis. Where
$arckit-uae-pdplhas not yet been run, recommend it as a follow-up before sign-off. - Sharing across parties does NOT change classification — Confidential data remains Confidential at the consumer end. Cross-reference the CLAS register for the correct level.
Suggested Next Steps
After completing this command, consider running:
$arckit-platform-design-- Federation and API mechanisms feed the integration specification.$arckit-uae-pdpl-- Per-share PDPL lawful basis must be reflected in the PDPL compliance assessment.
No additional documents ship with this skill.
Related Skills
User Request
[COMMUNITY] Generate a UAE PDPL (Federal Decree-Law 45/2021) compliance assessment including DPIA, lawful-basis register, data-subject-rights procedu…
UAE Personal Data Protection Law Compliance
Implements compliance with the UAE Federal Decree-Law No. 45 of 2021 on the Protection of Personal Data (UAE PDP Law) and its Executive Regulations. …