ワンクリックで
harness-evolution-orchestrator
Coordinate the slow-loop trigger conditions for harness evolution across sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Coordinate the slow-loop trigger conditions for harness evolution across sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends AI agent capabilities with specialized knowledge, workflows, or tool integrations.
Use when creating, scaffolding, or updating the repository AI harness in VS Code. Trigger on requests to bootstrap or refresh instructions, prompts, agents, hooks, skills, or memory layers while preserving useful existing structure and avoiding monolithic always-on context.
Canonical SEA-Forge release workflow for release preparation, validation, branch promotion, tagging, rollback, and release-gate evidence. Use when preparing a release, promoting dev to stage or stage to main, cutting a version tag, validating release readiness, handling hotfix forward-merges, planning rollback, or executing a full end-to-end release. Prefer existing just recipes and evidence-producing gates over ad hoc deployment steps.
Use when SEA work touches specs, generators, manifests, semantic fixtures, regeneration, `src/gen`, or behavior projected from ADR/PRD/SDS/SEA authority.
Use when a SEA context has valid specs and generated contracts but lacks handwritten logic, runtime wiring, persistence, integration, tests, or executable proof.
Create concise, copy-paste-ready bridge prompts between a repo-aware coding agent and an external strategic reasoning agent such as S1 ArchDevAgent. Use when the user wants to offload architecture, research, large refactor planning, migration design, plan critique, implementation-spec drafting, test-strategy design, whole-repo analysis, or diff review to an external agent while keeping repo inspection and implementation in the coding agent. Also use when the user says "use S1", "ask S1", "make a prompt for S1", "bridge this to my external agent", "prepare a context packet", or "validate this S1 response".
| name | harness-evolution-orchestrator |
| description | Coordinate the slow-loop trigger conditions for harness evolution across sessions. |
Operate the slow loop. This skill decides when the harness should transition from observation into mutation based on repeated evidence rather than one-off friction.
run_records.status, invariant IDs, and benchmark governance task results.HARNESS_EVOLUTION_STATE.md has no update for 30 days or run-artifacts/ has no new session manifest for 14 days.scripts/harness_core/evals/trigger_evals.yaml entries must define:
trigger_nametypethresholdmetric_fieldcomparison_operatortimeframeenabledValidation rules:
comparison_operator must be one of >=, >, ==, <=, <.timeframe must be an ISO-8601 duration or an explicit day count such as 7d or P14D.trigger_evals.yaml means "no triggers configured"; log that state and stop.Signal mapping:
metric_field: governance_failure_countmetric_field: repeated_drift_countmetric_field: held_out_pass_rate_deltametric_field: stale_daysscripts/harness_core/evals/trigger_evals.yaml and HARNESS_EVOLUTION_STATE.md are readable, and confirm sub-skills harness-analyzer, harness-transformer, and harness-candidate-pr-loop are available before continuing. If any dependency is missing or unreadable, stop and emit a blocking error report.scripts/harness_core/evals/trigger_evals.yaml and validate every entry against the schema above before evaluating trigger thresholds.state/harness-run-ledger.sqlite and the collected artifacts in run-artifacts/<session-id>/manifest.json for the last 14 days. Check run_id, status, updated_at, score_delta, held_out_pass_rate, artifact error counts, and missing-manifest gaps before deciding whether the slow loop should move.harness-analyzer; treat analysis failures as hard stops, log the failure, and abort the chainharness-transformer; validate its output schema before proceeding, and abort with a logged validation error if the payload is malformedharness-candidate-pr-loop; sanitize downstream inputs, retry only on configured transient failures, and surface terminal errors without swallowing themHARNESS_EVOLUTION_STATE.md with a complete state record using this schema:
timestamptrigger_evaluationsdecision_outcomesubskill_executionsverification_resultsnext_scheduled_evaluationcircuit_breakercircuit_breaker must cap the system at 1 mutation attempt per 24 hours unless a human resets it. Increment it before a mutation handoff, reset it on success, and record rollback events explicitly when verification fails.