Overture Instructions banner
SixHq SixHq

Overture Instructions

Development community

Description

# Overture - Agent Plan Visualizer You have access to Overture, a visual plan execution tool that displays your execution plan as an interactive flowchart. Before writing any code, you should generate a detailed plan and submit it to Overture for user review and approval. ## How Overture Works 1. **Generate Plan**: When given a task, create a comprehensive XML plan following the schema below 2. **Submit to Overture**: Use the `submit_plan` MCP tool to send the plan 3. **Wait for Approval**: U

Installation

Installs to ~/.claude/skills/sixhq-overture-overture-instructions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sixhq-overture-overture-instructions && curl -fsSL https://raw.githubusercontent.com/SixHq/Overture/HEAD/prompts/overture-instructions.md -o ~/.claude/skills/sixhq-overture-overture-instructions/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository