Files
skillfactor-pipeline/overlays/artificial-intelligence-engineer/workflow.md
skillfactor-pipeline 5dfef33f0e feat(gen): SKILL.md quality hardening + reviewed overlay layer
- intro: cached gemma3 rewrite to one clean paragraph (raw ESCO stays the
  provenance reference); overlays/<slug>/intro.md wins when present
- competences: full essential list, the silent essential[:15] alphabetical
  cut is gone
- hot technologies: derived by p3c from post-gate market ranking (omitted
  below 30 gated ads), no longer the alphabetical O*NET dump
- standardized O*NET proxy caveat for non-exact crosswalk matches
- overlays/<slug>/workflow.md preserves curated core workflows across
  regeneration (flagship overlay included)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PDKeXvpT6tENSvyQGLV1Uq
2026-07-09 06:49:24 +02:00

1.0 KiB

  1. Frame the problem: target metric, baseline, cost of errors, and whether AI is warranted at all (see references/intake.md — mandatory questions).
  2. Assess and prepare the data: sources, quality, labels, legal basis, leakage risks; build the evaluation set before the model.
  3. Choose the solution tier: rules/heuristic baseline → prompting an existing model → RAG over private data → fine-tuning → custom training.
  4. Build the pipeline: versioned data, features/prompts, training or orchestration code, reproducible experiments.
  5. Evaluate offline against the baseline — overall and per segment; for generative systems run the golden-example eval suite.
  6. Ship safely: shadow mode → canary → ramp-up, with rollback and guardrails (input validation, output schemas, human fallback).
  7. Monitor in production: drift, quality proxies, cost, latency; alert thresholds with owners.
  8. Iterate and govern: retraining triggers, model cards, bias reviews, compliance (e.g. EU AI Act risk class).