pre-analysis

Discover affected files and partitions to generate auditable task plans before sub-agent routing.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/michael-conrad/.opencode --skill pre-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-analysis
Source: https://github.com/michael-conrad/.opencode/tree/main/skills/pre-analysis
Command: npx skills add https://github.com/michael-conrad/.opencode --skill pre-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Independently discovering scope before any sub-agent routing to prevent preloaded paths, outputs, or assumptions, ensuring a clean start for orchestration.

Core Features & Use Cases

  • Independent scope discovery and task partitioning prior to dispatch
  • Enforces mandatory pre-analysis before any sub-agent routing
  • Generates auditable task plans with partitioned scopes
  • Integrates with governance gates for reliable workflow transitions

Quick Start

Invoke the pre-analysis skill to gate routing and generate an initial task plan before dispatching any sub-agent.

Frequently Asked Questions about pre-analysis

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

FAQPage Schema
How do I prevent sub-agent routing from preloading incorrect files and assumptions?

Independent scope discovery prevents sub-agent routing from preloading incorrect paths by independently identifying affected files and partitions before any dispatch occurs. This ensures a clean orchestration start by locking down task scope and avoiding preloaded assumptions.

How do I generate an auditable task plan with partitioned scopes for issue-driven pipelines?

Generate an auditable task plan by applying mandatory pre-analysis to issue-driven tasks across pipelines. This process returns a concrete task plan and partition map with an auditable trail, ensuring minimal context is preloaded for reliable governance transitions.

What is independent scope discovery for task planning and when do I need it?

Independent scope discovery is the process of identifying affected files and partitions before dispatching sub-agents. You need it when orchestrating issue-driven tasks across pipelines to ensure minimal context preloading and maintain an auditable governance trail.

Does pre-analysis gatekeeping work for issue-driven tasks across existing pipelines?

Yes, pre-analysis gatekeeping applies to issue-driven tasks across pipelines to ensure minimal context is preloaded and mandatory pre-analysis precedes dispatch. It enforces returning a concrete task plan and partition map with an auditable trail for integrity and governance.

Why does task routing fail when sub-agents preload incorrect scope assumptions?

Task routing fails because preloaded paths and assumptions bypass governance gates and corrupt the clean start required for orchestration. Pre-analysis prevents this by independently discovering scope and enforcing mandatory analysis before any sub-agent routing occurs.

What are the limitations of using pre-analysis for scope discovery without governance gates?

Without governance gates, scope discovery cannot ensure reliable workflow transitions or maintain the auditable trail required for integrity. Pre-analysis must integrate with governance gates to enforce returning a concrete task plan and partition map before dispatch.