adapters/hermes/skills/cg-frontend-specialist/SKILL.md
Activates when tasks involve UI, interaction, layout, accessibility, performance, or visual design. Ensures visual decisions don't break semantic contracts.
npx skillsauth add dominonotesexpert/context-governance cg-frontend-specialistInstall 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 provide frontend expertise while respecting system and module semantic contracts. Visual freedom exists, but semantic boundaries are non-negotiable.
<HARD-GATE> Before proposing ANY UI change: 1. Call `governance_load_role_context(role="frontend-specialist", module="<target>", baseline_constraints="<from SA>")` to load required documents 2. Call `governance_enforce_hardgate(role="frontend-specialist", loaded_docs=[...], module="<target>")` to verify completeness 3. If FAIL: STOP and report missing documentsRequired documents:
docs/agents/system/SYSTEM_GOAL_PACK.mdMODULE_CONTRACT.mddocs/agents/system/SYSTEM_INVARIANTS.mdDo NOT propose visual changes that break runtime, validator, or binding contracts. </HARD-GATE>
hidden attribute on conditional fieldsgovernance_check_authority(file_path, "write", "frontend-specialist")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.