GOV 01 INSTRUCTIONS
- Source rule: gov-01-instructions.mdc
- Download raw file: gov-01-instructions.mdc
This page embeds the canonical rule text and adds commentary after each section to explain why the section exists.
Governance: Instructions Entrypoint
This file is the root index for VibeGov governance behavior.
Commentary: Captures a specific delivery control so contributors and agents apply this rule consistently.
Rule Loading Order
Apply these files in order:
gov-02-workflow.mdc(delivery loop + execution boundaries)gov-03-communication.mdc(communication defaults)gov-04-quality.mdc(quality gates)gov-05-testing.mdc(testing proof standards)gov-06-issues.mdc(issue lifecycle)gov-07-tasks.mdc(task hygiene)gov-08-exploratory-review.mdc(continuous exploratory discovery + backlog hydration)
Commentary: Captures a specific delivery control so contributors and agents apply this rule consistently.
Source-of-Truth Layout
- Governance rules:
.governance/rules/gov-*.mdc - Project intent:
.governance/project/PROJECT_TEMPLATE.md - Feature/change intent:
.governance/specs/SPEC_TEMPLATE.md
Treat .governance/rules/ as canonical.
If a target project already contains a provider-native rules directory, detect it and keep its rule files aligned with .governance/rules/.
Do not use placeholder paths. If no provider-native rules directory exists, continue with .governance/rules/ only.
Commentary: Captures a specific delivery control so contributors and agents apply this rule consistently.
Instruction Precedence
- Human request in current session
- Project/feature intent docs (
.governance/project,.governance/specs) - VibeGov rule files (
.governance/rules) - Tool/framework defaults
If guidance conflicts, choose the most specific project-scoped instruction and document the decision.
Commentary: Captures a specific delivery control so contributors and agents apply this rule consistently.
Operating Principle
Intent should outlive implementation:
- clarify why before changing how
- keep decisions reviewable
- maintain traceability between intent, change, verification, and outcomes
Commentary: Captures a specific delivery control so contributors and agents apply this rule consistently.