一键导入
write-patterns
Invoke for patterns.json format reference. Defines the schema for tracking unexplained data patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Invoke for patterns.json format reference. Defines the schema for tracking unexplained data patterns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Invoke after experiment-runner completes an investigation's query bundle. Evaluates all claims in current_investigation.json and produces an investigation-level adjudication. Writes claim_scores.json.
Invoke after investigation-decomposition. Runs all queries in an investigation bundle using shared data preparation. Writes code and results.
Invoke after main agent writes L2 assessment. Reads epistemic state (L1/L2), patterns, and investigations to recommend next action. Writes strategy_recommendation.json.
Gene set enrichment analysis (GSEA, Enrichr, over-representation). Invoke when query mentions enrichment, pathway analysis, GO analysis, GSEA, or gene set.
Invoke before running experiments for an investigation. Reads current_investigation.json and task_packet.json, writes current_investigation_requirements.json with shared data preparation and per-query requirements.
Gene ID conversion and annotation. Invoke when you need to map between any gene identifier formats.
基于 SOC 职业分类
| name | write-patterns |
| description | Invoke for patterns.json format reference. Defines the schema for tracking unexplained data patterns. |
Write to /workspace/run/patterns.json. This file tracks all discovered patterns — anomalies, structures, and associations found during EDA and experiments. Updated dynamically throughout exploration.
Root object with a single patterns array.
| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Pattern identifier (P1, P2, ...) |
observation | string | yes | Specific, concrete description of the pattern. Must reference actual data values or statistics. |
source | string | yes | Experiment ID that revealed this pattern (e.g. "base002", "exp003") or "eda" |
status | string | yes | One of: unexplained, partially_explained, explained |
investigation_id | string or null | yes | ID of the investigation addressing this pattern, or null if unattached |
related_variables | array of strings | yes | Column names from the dataset involved in this pattern |
priority | number | yes | 0 to 1. Based on anomaly strength, effect size, or scientific interest. Higher = more worth investigating. |
unexplained → partially_explained: some aspects addressed by an investigation but uncertainties remainpartially_explained → explained: investigation has resolved the pattern with sufficient evidenceunexplained → explained: directly resolved in one cycle