understand-jarvis
Installation
SKILL.md
/understand-jarvis
Query the JARVIS-FRESH knowledge graph with governance-aware context. This skill understands the GAOS architecture, agent hierarchy, and 10-stage pipeline.
Instructions
- Load the knowledge graph from
JARVIS-FRESH/.understand-anything/knowledge-graph.json - Parse the query from
$ARGUMENTSand determine query type:
Query Types
Architecture queries ("how does X work", "what is the pipeline", "explain governance"):
- Map the query to relevant layers and nodes in the graph
- Explain using the JARVIS governance model:
- 10-stage pipeline: IntentParser -> PolicyGate -> GoalLedger -> Planner -> DelegationEngine -> AgentCoordinator -> ReflectionLoop -> OutcomeTracker -> WorldState
- 4-tier governance: ALLOW (auto-approve) / REVIEW (human check) / ESCALATE (multi-agent review) / BLOCK (deny)
- 5-layer safety stack: Input sanitization -> Policy gate -> Execution sandbox -> Output validation -> Recovery