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

  1. Load the knowledge graph from JARVIS-FRESH/.understand-anything/knowledge-graph.json
  2. Parse the query from $ARGUMENTS and 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
Installs
1
GitHub Stars
6
First Seen
Apr 18, 2026
understand-jarvis — kmshihab7878/claude-code-setup