What problem does it solve?
Defines the basic governance policies for the NDF plugin, ensuring consistent responses, documentation, and commit messaging. The description field is injected into context so there is no need to reference the message body.
Core Features & Use Cases
- Establishes rules for responses in Japanese, documentation, and commit messages.
- Enforces main branch protection: direct push/merge to main is prohibited; feature branches + PRs are required.
- Commit/push/PR merge require user confirmation, providing guardrails for changes.
- Context management: Serena memory is not used; knowledge is organized in a three-layer structure (docs/, AGENTS.md, and skills/).
- Complex tasks are delegated to ndf:director; specialized tasks to corresponding agents.
- Knowledge is stored in docs/ and procedures in skills/ to prevent AGENTS.md from bloating.
- When needed, several tasks stay within a structured governance framework.
Quick Start
Review AGENTS.md and docs/ to apply the policy when starting new tasks.