원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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