geo-infer-metagov
Meta-governance frameworks for geospatial decision-making. Use when implementing polycentric governance, multi-level institutional analysis, stakeholder engagement, conflict resolution, or adaptive governance scenarios for spatial resource management.
Best use case
geo-infer-metagov is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Meta-governance frameworks for geospatial decision-making. Use when implementing polycentric governance, multi-level institutional analysis, stakeholder engagement, conflict resolution, or adaptive governance scenarios for spatial resource management.
Teams using geo-infer-metagov should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/GEO-INFER-METAGOV/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How geo-infer-metagov Compares
| Feature / Agent | geo-infer-metagov | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Meta-governance frameworks for geospatial decision-making. Use when implementing polycentric governance, multi-level institutional analysis, stakeholder engagement, conflict resolution, or adaptive governance scenarios for spatial resource management.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# GEO-INFER-METAGOV
## Instructions
### Core Capabilities
- **Polycentric governance**: Multi-center decision structures (Ostrom framework)
- **Multi-level analysis**: Institutional analysis across governance scales
- **Stakeholder management**: Stakeholder mapping, power analysis, engagement tracking
- **Conflict resolution**: Spatial conflict detection, mediation workflows
- **Adaptation**: Adaptive governance, scenario planning, performance monitoring
- **Accountability**: Decision tracking, audit trails, transparency metrics
### Key Imports
```python
from geo_infer_metagov.core.polycentric import PolycentricGovernance
from geo_infer_metagov.core.stakeholder import StakeholderAnalyzer
from geo_infer_metagov.core.conflict_resolution import ConflictResolver
from geo_infer_metagov.core.adaptation import AdaptiveGovernance
from geo_infer_metagov.core.accountability import AccountabilityTracker
```
## Examples
```python
from geo_infer_metagov.core.stakeholder import StakeholderAnalyzer
analyzer = StakeholderAnalyzer()
analyzer.register("community_group", power=0.3, interest=0.9)
analyzer.register("government", power=0.8, interest=0.6)
matrix = analyzer.build_power_interest_matrix()
priority_engagement = analyzer.recommend_strategies()
```
## Guidelines
- DAO mechanisms in development (Alpha)
### Integrations
- Integrates with NORMS for normative governance checks
- Integrates with CIV for participatory governance
- Test: `uv run python -m pytest GEO-INFER-METAGOV/tests/ -v`