JARVIS
Orchestrates complex multi-step projects using an 8-phase agent loop with role-based cognitive enhancement and fractal task decomposition.
Instructions
JARVIS Finite State Machine Controller - Implements the 8-phase agent loop (INIT → QUERY → ENHANCE → KNOWLEDGE → PLAN → EXECUTE → VERIFY → DONE) with Meta Thread-of-Thought orchestration. Features: Role-based cognitive enhancement through systematic thinking methodologies, meta-prompt generation for Task() agent spawning, fractal task decomposition, performance tracking, and single-tool-per-iteration enforcement. Enables Claude to autonomously manage complex projects through context segmentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No | Phase-specific data from Claude | |
| session_id | No | Unique session identifier (auto-generated if not provided) | |
| phase_completed | No | Phase that Claude just completed (omit for initial call) | |
| initial_objective | No | User's goal (only on first call) |