> ## Documentation Index
> Fetch the complete documentation index at: https://prism-ddf93e61.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap

> The future of Prism diagnostics.

Prism development is organized into six strategic phases.

<Steps>
  <Step title="Phase 1: Decode (Current)">
    CLI with Tier 1 error decoding, contract-specific resolution, and transaction context enrichment.
    Publish the error taxonomy database.
  </Step>

  <Step title="Phase 2: IDE Integration">
    VS Code extension with inline error decoding and a diagnostics panel.
  </Step>

  <Step title="Phase 3: Web Application">
    Browser-based tool with client-side decoding via WASM.
  </Step>

  <Step title="Phase 4: Replay Engine">
    Tier 2: Historical state reconstruction, execution trace replay, and resource profiling.
  </Step>

  <Step title="Phase 5: Time-Travel Debugger">
    Tier 3: Breakpoints, step-through, what-if mode, and collaborative debug sessions.
  </Step>

  <Step title="Phase 6: Ecosystem">
    GitHub Action for CI integration, LSP implementation, and community-driven taxonomy expansion.
  </Step>
</Steps>
