#README.md
A Atlassian Forge application that creates a living digital twin of your organization's work system, enabling teams to simulate the impact of changes before they happen.
OrgSim integrates with your Atlassian ecosystem to provide predictive insights and scenario analysis for organizational changes. Whether you're planning a deployment, reassigning teams or evaluating the impact of a service outage, OrgSim helps you make data-driven decisions.
OrgSim creates a digital twin of organizational work systems by continuously ingesting data from Atlassian products (Jira sprint velocity and issue dependencies, Confluence architecture documentation, JSM incident history, Bitbucket deployment metrics, Compass service graphs). The digital twin maintains current state of teams (capacity, velocity, assigned projects), services (health metrics, dependencies, criticality), projects (timelines, resource allocation) and dependency relationships (type, strength, criticality levels).
- Source Code: https://github.com/SamiraSamrose/orgsim
- Interactive Site Demo: https://samirasamrose.github.io/orgsim/
- Video Demo: https://youtu.be/JzOM26TQyOw
- Real-time digital twin of organizational work systems
- Predictive impact analysis for changes
- Scenario simulation engine
- Dependency mapping and risk assessment
- Machine learning-powered predictions
- Industry-specific compliance tracking
- Jira: Historical velocity, dependencies, sprint data
- Confluence: Architecture documentation, decision records
- Jira Service Management: Incident history, SLAs
- Bitbucket: Deployment frequency, PR metrics
- Compass: Service dependency graphs
- Natural language scenario queries
- Automated simulation execution
- Risk report generation
- Alternative plan suggestions
- Cross-team impact analysis
- Configure agent personality, conversation flows and automation rules
- Software Teams: Bottleneck prediction, deployment optimization
- Manufacturing/Automotive: Production system changes, downtime analysis
- Banking/Financial: Compliance-ready releases, systemic risk prevention
- Healthcare: Audit-critical change tracking, regulatory documentation
- Enterprise SaaS: Contract-based delivery, SLA tracking
- Utilities: Critical system reliability, incident traceability
- Install dependencies:
npm install - Configure Atlassian credentials in
.env - Deploy to Forge:
npm run deploy - Install in your Atlassian instance:
npm run install - Access OrgSim dashboard in Jira or Confluence
OrgSim uses a microservices architecture with:
- Forge runtime for Atlassian integration
- TensorFlow.js for ML predictions
- Graph-based dependency modeling
- Real-time simulation engine
- Industry-specific compliance modules
- Node.js 18.x or higher
- Atlassian Forge CLI
- Active Atlassian Cloud instance
- Valid Atlassian API credentials
MIT License - see LICENSE file for details