技能 人工智能 元技能创建与流程编排

元技能创建与流程编排

v20260803
meta-skill-creator
本元技能负责复杂的、多步骤的工作流(元技能)的创建和编排。仅当用户明确要求组合、合成或提出一个协调多个现有技能的新能力时使用。它流程涵盖了意图澄清、触发词冲突检查、验证,并生成包含工作流图谱(DAG)的详细提案。
获取技能
145 次下载
概览

Meta-Skill Creator

Safeguarded DAG that synthesizes a new bundled meta-skill from observed skill co-occurrence patterns + user description of the desired workflow. It now separates preview-only, persisted-proposal, and fully gated modes so lightweight requests do not pay for persistence or smoke testing. The workflow separates generic skill creation from meta-skill composition, checks trigger collisions, classifies operational risk, and previews the proposal before optional persistence.

Output is a SKILL.md candidate written to ~/.opensquilla/proposals/<id>/. By default it is not auto-loaded; run opensquilla meta accept <id> (Phase 2) to enable. If the operator has enabled the auto-propose auto_enable setting, this manual path also runs the same conservative static safety preflight used by cron/dream auto-propose and may promote a low-risk gated proposal immediately.

Fallback

If creator's pipeline fails at any step, report the failure verbatim to the user:

  1. State which step failed (e.g. "harvest", "lint")
  2. Quote the error message from the orchestrator's structured log
  3. Stop. Do NOT improvise.

Do NOT:

  • Claim a proposal was written unless you have verified it by reading ~/.opensquilla/proposals/<id>/SKILL.md with the read_file tool
  • Invent file paths, proposal IDs, or skill names that you have not seen in the orchestrator's actual output
  • "Manually run" the individual skills as a recovery — that bypasses the validation gates the user explicitly opted into

If the user wants to retry, suggest they re-issue the request after the underlying error is resolved (often a sandbox or provider issue), not a manual workaround.

信息
Category 人工智能
Name meta-skill-creator
版本 v20260803
大小 23.98KB
更新时间 2026-08-04
语言