Open-source governance for AI-enabled software delivery โ your Confluence Cloud Space, production-ready in 5 to 30 minutes.
D-POAFยฎ (Decentralized Proof-Oriented AI Framework) is a free, open-source framework that brings traceable governance to AI-enabled software delivery. This kit installs the complete D-POAFยฎ Governance Space in your Confluence Cloud, with all templates, reference pages, and sample lifecycle pre-configured.
๐ Open the D-POAFยฎ Confluence Template โ
After installation, your D-POAFยฎ Governance Space will contain:
5 reference pages (ready to read, ~15 min onboarding)
3 page templates (accessible via + Create)
3 parent index pages with auto-listing
1 complete sample lifecycle (cohesive demo)
| Method | Duration | Skill required | Best for |
|---|---|---|---|
| A. Automated (recommended) | 5 minutes | Run a Python script | Most teams |
| B. Manual via Build Guide | 30 minutes | Confluence admin UI | Non-technical leads |
| C. XML import | 15 minutes | Storage Format editing | Confluence Data Center / Server |
If you donโt already have a dedicated Space:
D-POAFยฎ GovernanceDPOAFGOV (or any other key you prefer)Governed AI-enabled software delivery. Wave Scope ยท Prompt Actions ยท Proof Records ยท Dynamic Laws.D-POAF BuilderOpen a terminal (PowerShell on Windows, Terminal on macOS/Linux), navigate to this kitโs folder, and:
PowerShell (Windows):
$env:CONFLUENCE_URL = "https://YOURSITE.atlassian.net"
$env:CONFLUENCE_EMAIL = "your.email@example.com"
$env:CONFLUENCE_TOKEN = "ATATT3xFfGF0..."
$env:CONFLUENCE_SPACE_KEY = "DPOAFGOV"
python build_dpoaf_confluence.py
Bash (macOS/Linux):
export CONFLUENCE_URL="https://YOURSITE.atlassian.net"
export CONFLUENCE_EMAIL="your.email@example.com"
export CONFLUENCE_TOKEN="ATATT3xFfGF0..."
export CONFLUENCE_SPACE_KEY="DPOAFGOV"
python3 build_dpoaf_confluence.py
The script will create the 3 templates, 5 reference pages, 3 parent pages, and sample lifecycle.
In the same terminal (variables still set):
python3 patch_dpoaf_confluence.py
This adds the Workflow and Traceability pages that complete the v1.2 set.
Open your Space at https://YOURSITE.atlassian.net/wiki/spaces/DPOAFGOV/overview. You should see all 8 pages in the sidebar + 3 templates available via + Create.
Total time: ~5 minutes. โ
If you donโt want to run scripts, follow the step-by-step Build Guide. It covers:
See DPOAF_Confluence_Build_Guide_v1.2.pdf (or download from d-poaf.org) for the full 12-step walkthrough with screenshots.
If youโre on Confluence Data Center or Server (not Cloud), or you prefer to manually paste Storage Format:
.xml file in the dpoaf_confluence_xml/ folderFor the 3 templates (01, 02, 03), go to Space settings โ Templates and create new templates using the Storage Format source editor.
For the 3 one-shot pages (04, 05, 06), create them as regular pages in the Space.
Once installed, validate end-to-end:
If you see this, your D-POAFยฎ install is production-ready. โ
After install, optionally:
DPOAF_Confluence_Install_Kit_v1.2/
โโโ README.md (this file)
โโโ LICENSE.txt (CC BY 4.0)
โโโ dpoaf_confluence_xml/ (Storage Format XML templates)
โ โโโ 01_wave_scope_template.xml
โ โโโ 02_prompt_action_template.xml
โ โโโ 03_proof_record_template.xml
โ โโโ 04_dynamic_laws_page.xml
โ โโโ 05_practical_guide_page.xml
โ โโโ 06_wave_lifecycle_page.xml
โ โโโ README.md (bundle-specific notes)
โโโ build_dpoaf_confluence.py (Method A โ auto install)
โโโ patch_dpoaf_confluence.py (v1.2 patch โ adds Workflow + Traceability)
| Error | Likely cause | Fix |
|---|---|---|
HTTP 401 Unauthorized |
Wrong email or API token | Regenerate token from id.atlassian.com |
HTTP 404 Not Found |
Wrong Space key | Check the key in your Confluence URL |
Space 'XXX' not found |
No permission on Space | You must be Space admin |
HTTP 400 Bad Request |
XML file corrupted | Re-extract the ZIP cleanly |
XML file not found |
dpoaf_confluence_xml/ not at scriptโs folder |
Check folder structure |
| Templates donโt show in + Create | Templates created but not promoted | Space settings โ Templates โ toggle โPromoteโ |
If you hit a blocker not in this list, open an issue on GitHub: https://github.com/INOVIONIX/D-POAF/issues
Licensed under CC BY 4.0 โ free to use, modify, and distribute with attribution.
D-POAFยฎ is a registered trademark of Inovionix.
ยฉ 2025โ2026 Azzeddine IHSINE & Sara IHSINE โ d-poaf.org
v1.2 โ May 2026
Previous: v1.1 (XML bundle + Build Guide, Sprint/Repo + macro-phases integration)