insight_decompose

Decompose a Phase into executable Steps with insight_type and query_config.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/huangxn27/broadband-agent-demo --skill insight-decompose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: insight_decompose
Source: https://github.com/huangxn27/broadband-agent-demo/tree/main/backend/skills/insight_decompose
Command: npx skills add https://github.com/huangxn27/broadband-agent-demo --skill insight-decompose

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ce_insight_core, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Phase 分解:将 Phase 的目标拆解成可执行的 Step 集合,基于天表/分钟表的 Schema 进行字段查询与步骤设计,以便后续 InsightAgent 按步骤执行。

Core Features & Use Cases

  • 查询 Phase 所在表的可用字段与维度,生成对后续步骤有帮助的字段信息
  • 将 Phase 拆解为 1-8 步,并输出每步的 insight_type 与 query_config,供执行阶段直接使用
  • 支持参考文档以指导 Step 设计与上下文触发

Quick Start

Provide a Step-by-Step breakdown of the current Phase using the available day/minute schema fields.

Frequently Asked Questions about insight_decompose

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

FAQPage Schema
How do I decompose phase milestones into executable steps using day and minute schema?

Decompose phase milestones into executable steps by querying available day and minute schema fields to generate a step list containing insight_type and query_config for direct execution.

What is the best way to break down a data analysis phase into query configurations?

Break down a data analysis phase by enforcing contract rules on dimensions, breakdown, and measures to produce one to eight valid steps with their query configurations.

Can I query available schema fields before designing steps for phase decomposition?

Querying available schema fields before designing steps is supported, generating helpful field and dimension information from day and minute tables to guide subsequent step creation.

Does phase decomposition support reference documents for step design?

Reference documents are supported to guide step design and context triggering during phase decomposition, ensuring generated steps align with expected analytical workflows.

How many steps can be generated when decomposing a phase?

Decomposing a phase generates between one and eight steps, with each step outputting a specific insight_type and query_config for the execution phase to process directly.