generate-eou-candidates

Installation
SKILL.md

Generate EOU Candidates

Generate candidate EOUs from $workflow.

Inputs

  • $workflow (required) — the workflow to analyze; may be a file path (YAML or Markdown) or a free-text description. If a file path, read it; if text, treat it as the workflow description.
  • workflow_slug — derived from the workflow name or file stem, normalized to lowercase alphanumeric + hyphens (e.g., code-review-workflow). Used in the output filename.
  • captured_workflow (optional, ECP-0017 / Rule 96) — when foundry/captured-workflows/cw-{app_id}.yml exists with all four human_approval gates populated, load it. Its domain_values block is consulted during candidate scoring per Step 6.5.

Required reading

  1. foundry/constitution.yml
  2. foundry/registry.yml
  3. foundry/failure-taxonomy.yml
  4. foundry/meta-eous/generate-eou-candidates.yml
  5. schemas/eou.schema.yml

Stop conditions

Installs
1
GitHub Stars
8
First Seen
Jun 23, 2026
generate-eou-candidates — xiaolai/eou-foundry