Integrations Overview
PRISM integrates with various tools and platforms for reporting, visualization, and export.
Available Integrations
| Integration | Status | Description |
|---|---|---|
| Structured-Plan | Available | Roadmap, OKR, and V2MOM export |
| Dashforge | Planned | Dashboard generation and embedding |
| Marp | Planned | Presentation generation |
| Excel | Planned | XLSX export for stakeholders |
Integration Architecture
┌─────────────────────────────────────────────────────────────┐
│ PRISM Document │
│ (prism.json) │
└─────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────┐
│ PRISM Library │
│ (github.com/grokify/prism) │
└─────────────────────────────────────────────────────────────┘
│
┌────────────┬───────────┼───────────┬────────────┐
▼ ▼ ▼ ▼ ▼
┌──────────┐┌──────────┐┌──────────┐┌──────────┐┌──────────┐
│Structured││ Dashforge││ Marp ││ Excel ││ CLI │
│ Plan ││Dashboard ││ Slides ││ XLSX ││ Reports │
└──────────┘└──────────┘└──────────┘└──────────┘└──────────┘
│ │ │ │ │
▼ ▼ ▼ ▼ ▼
┌──────────┐┌──────────┐┌──────────┐┌──────────┐┌──────────┐
│ Roadmap ││ HTML ││ PDF ││ XLSX ││ Markdown │
│ OKR/V2MOM││Dashboard ││ Slides ││ Report ││ Reports │
└──────────┘└──────────┘└──────────┘└──────────┘└──────────┘
Use Cases
Executive Reporting
Generate presentations and spreadsheets for leadership:
- Export PRISM score to Marp slides
- Export detailed metrics to Excel
- Embed trend charts in dashboards
Team Dashboards
Create team-specific views:
- Security team: Security domain dashboard
- SRE team: Operations domain dashboard
- Combined: Full PRISM dashboard
Compliance Reporting
Generate framework-specific reports:
- Filter metrics by framework mapping
- Export to Excel with framework references
- Generate audit-ready documentation
Planned Features
Dashforge Integration
- Standalone PRISM dashboard pages
- Embedded dashboard widgets
- Trend visualization
- Domain/stage heatmaps
Marp Integration
- Executive summary slides
- Score trend charts
- Domain breakdown visuals
- Metric status tables
Excel Integration
- Full document export
- Filtered exports by domain/stage
- Score calculation worksheets
- Chart-ready data format
Configuration
Future integrations will be configured in the PRISM document:
{
"metadata": {
"name": "Acme PRISM",
"version": "1.0.0"
},
"metrics": [...],
"integrations": {
"dashforge": {
"enabled": true,
"theme": "corporate",
"refreshInterval": "1h"
},
"marp": {
"enabled": true,
"template": "executive"
},
"excel": {
"enabled": true,
"includeCharts": true
}
}
}
Coming Soon
These integrations are in development. Check the GitHub repository for updates.