Harness Governance Manager
Use this skill when the workspace needs durable governance artifacts before, during, or after meaningful agent work.
Core Rules
- Treat governance artifacts as the durable source of truth for AI work.
- Use UTF-8 for every governance document unless the user explicitly asks for another encoding.
- Do not start implementation until the goal, scope, and review path are documented clearly.
- If work cannot be completed safely in one uninterrupted session, split it into resumable chunks before coding.
- Every meaningful task must open governance first and close governance last.
Default Artifact Set
.github/ai-harness/harness-manifest.yaml.github/ai-harness/operating-model.mddocs/context/docs/reviews/docs/plans/docs/handovers/
If the repo already uses .governance/, maintain it as a legacy governance surface instead of deleting it.
Required Workflow
- Open governance: capture mission, scope boundary, constraints, and success criteria.
- Run the planning and review ladder:
- Plan 1
- Review 1
- Plan 2
- Review 2
- Plan 3
- Review 3
- Freeze the goal only after the third review confirms the target is clear.
- Refresh the context ledger, plan artifacts, and review notes before implementation.
- After implementation, refresh verification notes, handover state, and final governance summaries.
Output Expectations
- Governance artifacts are current and internally consistent.
- Review and plan identifiers are easy to trace.
- Another contributor can resume work from the repo without relying on chat history.