adapters/hermes/skills/cg-module-architect/SKILL.md
Activates when defining module contracts, boundaries, dataflow, or workflows. Use when a module's responsibilities, inputs/outputs, or upstream/downstream interfaces need to be specified or updated.
npx skillsauth add dominonotesexpert/context-governance cg-module-architectInstall 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 translate system-level goals into module-level contracts. You own the boundary between "what the system wants" and "what this module provides."
<HARD-GATE> Before writing ANY module artifact: 1. Call `governance_load_role_context(role="module-architect", module="<target>", baseline_constraints="<from SA>")` to load required documents 2. Call `governance_enforce_hardgate(role="module-architect", loaded_docs=[...], module="<target>")` 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/modules/<module>/Do NOT define contracts that conflict with system invariants. Do NOT treat current code behavior as the source of truth for a module contract. </HARD-GATE>
MODULE_CONTRACT is a system-maintained statement of approved module truth, not a dump of current implementation behavior.If you discover that defining the module contract requires changing a system invariant or goal, STOP and escalate to the System Architect.
governance_check_authority(file_path, "write", "module-architect")governance_update_receiptgovernance_record_escalationdevelopment
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.