discover-execute

Execute approved discovery plans to generate blueprint markdown files.

Updated May 13, 2026
One-click install
npx skills add https://github.com/usetheodev/theo-ui --skill discover-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover-execute
Source: https://github.com/usetheodev/theo-ui/tree/main/.claude/skills/discover-execute
Command: npx skills add https://github.com/usetheodev/theo-ui --skill discover-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes an approved discovery plan by driving a halt-loop across local references to generate a structured blueprint, enabling autonomous deep-research with verifiable citations and boundary rules.

Core Features & Use Cases

  • Drives a halt-loop discovery process over .claude/knowledge-base/references/ to synthesize a blueprint at .claude/knowledge-base/discoveries/blueprints/{slug}-blueprint.md.
  • Validates plan constraints, collects evidence, and ensures all four coverage corners (tests, dependencies, tools, techniques) are populated before completion.
  • Supports human-in-the-loop oversight for blocked questions, with an auditable progress trail for iterations and citations.

Quick Start

Invoke /discover-execute {slug} to run the autonomous discovery loop on an approved plan and generate the corresponding blueprint.

Frequently Asked Questions about discover-execute

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

FAQPage Schema
How do I automate a discovery plan to generate a structured blueprint?

Automating a discovery plan requires driving a halt-loop across local knowledge-base references to synthesize citations into a structured blueprint. This process validates plan constraints and populates coverage corners before emitting the final markdown file.

What is a halt-loop discovery process for autonomous deep-research?

A halt-loop discovery process is an autonomous research mechanism that iterates over local references, collecting evidence and validating citations on disk. It stops only when all research questions are answered or legitimately blocked, ensuring verifiable results.

How do I execute an approved discovery plan using a knowledge-base?

Executing an approved discovery plan involves invoking the automation command with the plan slug. The system then operates on the plan's knowledge-base references, enforces boundary rules, and outputs the blueprint to the discoveries directory.

Does the blueprint generation validate citations on disk automatically?

Blueprint generation validates citations on disk automatically as part of its halt-loop execution. It ensures all evidence collected from local references is verified before the final blueprint is synthesized and emitted to the file system.

What happens when research questions are blocked during autonomous discovery?

When research questions are blocked during autonomous discovery, the halt-loop stops and supports human-in-the-loop oversight. It provides an auditable progress trail for iterations and citations, allowing users to review and resolve blocked questions.

Do I need an approved discovery plan before running the blueprint automation?

An approved discovery plan is required before running the blueprint automation. The execution process relies on the plan's predefined knowledge-base references and constraints to drive the halt-loop and generate the final structured output.