echo-ingest-pattern-runner
Installation
SKILL.md
Echo Ingest Pattern Runner
Use this skill to apply selected analysis patterns without turning the Fabric catalog into uncontrolled bulk execution.
Workflow
- Locate the project that owns the echo-ingest workflow.
- Read the activation config and pattern catalog before running anything.
- Confirm each requested pattern is selected and not pending confirmation.
- If a pattern is
active_manual_only, run it only when the operator explicitly named it or supplied a reviewed selection list. - Prefer the project's existing echo-ingest CLI for packet creation and status updates.
- If execution requires an LLM step, route through
$echo-ingest-codex-runneror produce a prompt packet for explicit Codex execution. - Write generated outputs as derived artifacts, never as raw source.
- Mark outputs as
needs_reviewunless the operator explicitly approves promotion.