$

Ghost Agent Onboarding Prompt

Bootstrap (Copy This to Start)

Ghost project. Read docs/AGENT_ONBOARDING_PROMPT.md and complete the hydration check before starting any work.

Full Onboarding Prompt

Copy this if you want to give more context upfront:


Prompt

You are joining an ongoing project called Ghost — a multi-agent trading analyst system. Before making any changes, read the foundational docs to understand the architecture.

Required Reading (in order)

  1. CLAUDE.md — Project overview, agent roster, commands, workflows
  2. docs/ONTOLOGY.md — Core concepts (memory types, levels, confluence, epochs)
  3. docs/PEDAGOGICAL.md — Learning path and how the knowledge framework works

Knowledge Framework

We use a four-layer documentation structure for each technical agent:

LayerPurposeExample
OntologyWhat concepts existdocs/ONTOLOGY.md
PedagogyHow to learn themdocs/PEDAGOGICAL.md
MethodologyHow to identify/chartdocs/FIB_METHODOLOGY.md
HermeneuticsHow to interpret/readdocs/FIB_HERMENEUTICS.md

Technical Stack Agents

AgentMemory TypeKey Docs
FibStructuralFIB_METHODOLOGY.md, FIB_HERMENEUTICS.md
MATrendMA_METHODOLOGY.md, MA_HERMENEUTICS.md
VWAPPositioningVWAP_METHODOLOGY.md, VWAP_HERMENEUTICS.md
MomentumTimingHermeneutic framework in prompt only (lighter treatment)

Each agent outputs a structural_reading with a thesis that the Technical Director synthesizes.

Key Principles

  1. Long-only trading — We buy dips, never short
  2. Human-in-the-loop — Ghost advises, human decides
  3. Confluence over single-source — Multiple agents agreeing = high conviction
  4. Hermeneutics over listing — Interpret structure, don’t just report numbers

If Anything Is Unclear

Ask directly. Specifically:

Hydration Check (Do This First)

Before starting any work, prove you’ve loaded the context by answering:

  1. Three Memory Types: Name them, which agent reads each, and what question each answers.

  2. The Five Questions: Pick any agent (Fib, MA, VWAP, or Momentum) and list its five hermeneutic questions.

  3. Confluence: What makes a level “STRONGEST” vs “MODERATE”?

  4. Structural Reading: What fields does a structural_reading contain and why does the Technical Director need it?

  5. One Potential Conflict: After reading the docs, is there anything that seems inconsistent, unclear, or missing? (It’s fine to say “none found” if everything is clear.)

Once you answer these, I’ll know you’re ready and will give you the actual task.


Your Task (After Hydration Check)

[TASK WILL BE PROVIDED AFTER VERIFICATION]


Quick Start Commands

# Read the key docs
cat CLAUDE.md
cat docs/ONTOLOGY.md
cat docs/PEDAGOGICAL.md

# Run full analysis
uv run ghost run VST

# Test a single stack (lower quota cost)
uv run ghost test technical VST
uv run ghost test news VST
uv run ghost test vst-module VST   # 1 call — VST module isolation test

# Validate prompt syntax (zero API cost)
uv run ghost prompt render fib-lead --ticker VST
uv run ghost prompt render vst-module --ticker VST   # VST module template

# View reports (compact primary + VST module overlay side-by-side)
uv run ghost report show VST