oracle-consult

Generate oracle visions and rewrite VTS task files via vern-oracle CLI.

15|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/jdonohoo/vern-bot --skill oracle-consult
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle-consult
Source: https://github.com/jdonohoo/vern-bot/tree/main/skills/oracle-consult
Command: npx skills add https://github.com/jdonohoo/vern-bot --skill oracle-consult

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle consult runs post-hoc analysis on VernHole discovery output and produces an actionable oracle vision or applies an existing vision to rewrite VTS task files, saving manual review time and aligning tasks to high-level strategy.

Core Features & Use Cases

  • Consult the Oracle: Generate oracle-vision.md from a VernHole synthesis plus optional VTS tasks to surface recommendations, new tasks, and risk assessments.
  • Apply Oracle's Vision: Have the Architect persona rewrite vts-*.md files based on an existing oracle-vision.md and produce an oracle-architect-breakdown.md summarizing changes.
  • Safe CLI Orchestration: Delegates all file creation and LLM orchestration to the vern-oracle CLI wrapper, enforces plugin-root execution, path validation, and long timeouts to reduce accidental execution risks.
  • Use Case: After a VernHole discovery run, run consult to synthesize council recommendations and then apply the vision to update and normalize backlog VTS tasks across the project.

Quick Start

Run the oracle consult on a VernHole synthesis directory and optional VTS directory to produce an oracle-vision for task refinement.

Frequently Asked Questions about oracle-consult

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an oracle vision from VernHole synthesis output?

To generate an oracle vision from VernHole synthesis output, execute the vern-oracle CLI from the plugin root against your synthesis directory and optional VTS tasks to produce an oracle-vision.md file containing recommendations, new tasks, and risk assessments.

What is the process for rewriting VTS task files using an existing oracle vision?

Rewriting VTS task files using an existing oracle vision involves applying an oracle-vision.md file via the CLI, which delegates an Architect persona to rewrite vts-*.md files and generate an oracle-architect-breakdown.md summarizing all applied changes.

Do I need specific execution environments to safely run vern-oracle CLI orchestration?

Safe vern-oracle CLI orchestration requires executing the binary strictly from the plugin root with long timeouts and enforced path validation to prevent accidental execution risks and properly delegate LLM orchestration.

When should I use oracle consult for post-discovery workflow analysis?

Use oracle consult for post-discovery workflow analysis when you need to analyze VernHole synthesis directories and VTS task folders to refine task lists or produce strategic recommendations, saving manual review time and aligning tasks to high-level strategy.