controlled-emergence-observer

controlled-emergence-observer is a skill for Claude Code, Codex from joinwell52-AI/CodeFlowMu-open. It costs 84 tokens per session (582 once invoked), scanned A, original, MIT.

An evaluation tool that observes task flows and records specific patterns, such as probes, self-created tasks, sandbox setup, and project-tree structures. It writes structured findings to observation reports and an emergence log.

In plain words
What is it for?
Use it to inspect evaluator reports and task relationships, identify controlled or project-tree emergence, and suggest follow-up actions without changing task or dispatch workflows.
Why use it?
It helps distinguish genuine task-flow patterns from false signals, such as a title merely containing words like “phase” or “probe.”

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect evaluator reports and task relationships, identify controlled or project-tree emergence, and suggest follow-up actions without changing task or dispatch workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joinwell52-ai/codeflowmu-open/controlled-emergence-observer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add joinwell52-AI/CodeFlowMu-open --skill controlled-emergence-observer
Clone the repo
git clone --depth 1 https://github.com/joinwell52-AI/CodeFlowMu-open

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for controlled-emergence-observer

README.md
[![agentmods](https://agentmods.dev/badge/skills/joinwell52-ai/codeflowmu-open/controlled-emergence-observer.svg)](https://agentmods.dev/skills/joinwell52-ai/codeflowmu-open/controlled-emergence-observer)
Your own site
<a href="https://agentmods.dev/skills/joinwell52-ai/codeflowmu-open/controlled-emergence-observer"><img src="https://agentmods.dev/badge/skills/joinwell52-ai/codeflowmu-open/controlled-emergence-observer.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 582 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00084 $0.00582
Opus 5 $0.00042 $0.00291
Sonnet 5 $0.00017 $0.00116
Haiku 4.5 $0.00008 $0.00058

Measured 8d ago against content hash a8cdf7f4e72b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

controlled-emergence-observer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/controlled-emergence-observer/SKILL.md · 56 lines

What it actually says

Controlled Emergence Observer

执行以 packages/evaluator/controlled-emergence-observer.js 为准;项目树检测执行 packages/evaluator/project-tree-observer.js

观察输入

读取 TASK 的以下字段:

  • task_id
  • parent
  • thread_key
  • references
  • sender
  • recipient
  • status
  • bucket

优先读取 fcop/ledger/tasks.jsonl,因为 ledger 会将 references 归一化为 parent;以 _lifecycle/ TASK 文件作为兜底证据。

固定分类

  • 资产异常:由 panel-scan 九类资产矩阵输出,不归类为 emergence。
  • controlled_emergence:probe、self-task 或 sandbox 自举模式。
  • project_tree_emergence:同一 thread_key 下形成 ADMIN→PM root → phase → PM→DEV/OPS/QA execution 三层结构。

不要因为标题包含 Phaseprojectprobe 就判定涌现。必须由关系字段和角色链命中 detector。

项目树输出 Schema

emergence_type: project_tree_emergence
pattern: 主线任务 → 阶段任务 → 执行任务
root_task: TASK-xxx
phase_task: TASK-yyy
execution_tasks:
  - TASK-zzz
value: FCoP 从任务流管理中涌现出产品演进树与项目管理能力。
risk: 独立 Phase 误挂旧主线时,archive 可能被 CHILD_TASKS_OPEN 拦截。
suggested_actions:
  - 写入 emergence-log
  - Panel 显示 Project / Phase / Execution 三层结构
  - PM 创建 Phase 时提示继续当前主线或新建独立 thread

边界

  • 不修改 lifecycle、ReportGate、TaskDispatcher 或 PM 派单流程。
  • EVAL 只观察、记录和建议,不自行执行治理动作。
  • 报告必须分别保留“受控涌现观察”和“项目树涌现观察”。
  • controlled_emergenceproject_tree_emergence 均可追加到 fcop/internal/emergence-log.md
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 56 lines · 84 tokens per session scan A a8cdf7f4e72b

Subscribe to this mod's changes

controlled-emergence-observer is a skill published in the GitHub repository joinwell52-AI/CodeFlowMu-open (2 stars, last pushed 14d ago), licensed MIT. It adds 84 tokens to every session and 582 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

requirements-authoring

To author, update, and validate functional/non-functional requirements as atomic units with user approval.

griddynamics/rosetta · 0 tokens

ijfw-workflow

Use when the user says: 'build', 'create', 'plan', 'new project', 'brainstorm', 'design', 'UI', 'website', 'dashboard', 'app', 'help me build', 'launch', 'book', 'campaign', or anything project-level. Skill body decides Quick vs Deep path.

FerroxLabs/ijfw · 70 tokens

ijfw-plan

Use when the user says 'plan this', 'plan it', 'make a plan', 'let's plan', 'draft a plan', 'how should we tackle this', 'break this down', or invokes '/ijfw-plan'. Produces a falsifiable PLAN.md (software, book, campaign, design, research) with task breakdown, dependency wave-table, and success criteria — gated by…

FerroxLabs/ijfw · 95 tokens

ijfw-writing-skills

Authoring discipline for new IJFW skills. Use when creating a new skill, writing a skill, making a skill that does X, or asked to add a skill. Trigger: create a new skill, write a skill, new skill, make me a skill, skill that does, /ijfw-writing-skills.

FerroxLabs/ijfw · 69 tokens

ijfw-cross-audit

Generate a cross-platform multi-model audit (Trident) on a diff, brief, or artifact. Trigger: 'cross audit', 'Trident', 'second opinion', 'check with other models', 'check with other AIs', 'cross-check this', 'get another perspective', /cross-audit.

FerroxLabs/ijfw · 67 tokens