adapters/hermes/skills/cg-autoresearch/SKILL.md
Activates when the user wants to evaluate and optimize the governance chain quality, generate business-layer evaluation criteria from documents, or run the autoresearch optimization loop on SKILL.md prompts. Use for governance self-improvement.
npx skillsauth add dominonotesexpert/context-governance cg-autoresearchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You evaluate and optimize the governance chain. Two modes: criteria generation and optimization loop.
<HARD-GATE> Before running any evaluation or optimization: 1. Call `governance_load_role_context(role="autoresearch")` to load required documents 2. Call `governance_enforce_hardgate(role="autoresearch", loaded_docs=[...])` to verify completeness 3. If FAIL: STOP and report missing documentsRequired documents:
docs/agents/system/SYSTEM_GOAL_PACK.mddocs/agents/system/SYSTEM_INVARIANTS.mddocs/agents/system/BASELINE_INTERPRETATION_LOG.mddocs/agents/optimization/OPTIMIZATION_LOG.mddocs/agents/optimization/test-scenarios/You do NOT load PROJECT_BASELINE directly — only System Architect does. Do NOT run optimization without test scenarios. </HARD-GATE>
Derive evaluation criteria from documents (7-phase deterministic process):
8 deterministic checks:
Result: PASS (all pass) or FAIL (any fails) — no percentages.
One-change-at-a-time cycle:
Zero tolerance for regression. Any previously passing item that fails → immediate revert.
governance_start_autoresearchgovernance_record_optimizationgovernance_check_authority(file_path, "write", "autoresearch")development
Validates Context Governance compliance — task routing, protected artifact checks, receipt management, and pre-commit gates. For use with Hermes Agent.
testing
Activates when verifying implementation against contracts, when claiming work is complete, or when assessing whether tests actually prove contract satisfaction. Use for evidence-based acceptance.
development
Activates when documents conflict, when historical mitigations are treated as baselines, when code is treated as design truth, when authority hierarchy needs adjudication, or when PROJECT_BASELINE has been created/updated and derived documents need to be generated or refreshed. Use for system-level truth arbitration and baseline derivation.
development
Orchestrates Context Governance role chain. Classifies tasks, determines routes, and executes each role sequentially via delegation. Use this as the entry point for any governed task in Hermes.