⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
workspace-governance
Governanca do workspace Clara Staff. Use ao criar, editar, mover ou organizar qualquer documento. Define estrutura de pastas, frontmatter, tags, convencoes de nomes e formato de arquivo. Garante compatibilidade com Obsidian e ChromaDB RAG.
// RATINGS
// README
workspace-governance
OpenClaw skill for workspace file governance. Teaches your AI agent how to organize files, write consistent frontmatter, use standardized tags, and follow naming conventions.
Designed for compatibility with Obsidian (human navigation) and ChromaDB RAG (agent retrieval).
What it does
- Folder structure with decision tree ("where does this file go?")
- Frontmatter standard compatible with ChromaDB vector search (17 document types, 10 domains)
- Tag taxonomy with 35 tags in 4 axes: domain, type, lifecycle, priority
- Naming conventions (kebab-case, max 50 chars, date prefixes)
- Writing format optimized for RAG chunking (atomic notes, wikilinks, callouts)
- Memory tiers (Tier 1: always loaded, Tier 2: daily logs, Tier 3: deep knowledge)
- Exception handling (multi-domain files, large documents, binary files, orphans)
- Multi-agent ready (authorship, conflict resolution, inter-agent communication)
- Self-governance (SemVer, RFC process, periodic review, anti-patterns)
Quality
Audited via CANN (Ciclo de Auditoria Nao-Negociavel) with 3 LLMs:
| Auditor | Score |
|---|---|
| GPT-4.1 | 9.8/10 |
| Gemini 2.5 Pro | 9.6/10 |
| Grok 3 | 9.0/10 |
| Average | 9.47/10 |
Install
Copy the SKILL.md file to your OpenClaw workspace skills directory:
mkdir -p ~/.openclaw/workspace/skills/workspace-governance
cp SKILL.md ~/.openclaw/workspace/skills/workspace-governance/
Or clone this repo:
cd ~/.openclaw/workspace/skills
git clone https://github.com/samuellessa-afk/openclaw-skill-workspace-governance.git workspace-governance
The skill loads automatically when triggers match (creating files, organizing, frontmatter, tags).
Customize
The skill is designed to be adapted. Key sections to customize for your use case:
- Folder structure (Section 1) — adjust to your workspace layout
- Domain table (Section 3) — map your domains to ChromaDB collections
- Tag taxonomy (Section 4) — add/remove tags for your domain
- Memory tiers (Section 6) — adjust based on your memory backend
Files
| File | Purpose |
|---|---|
SKILL.md | The skill itself (install this) |
CHANGELOG.md | Version history |
BACKLOG.md | Planned improvements |
Built by
Bracha Capital — AI-first M&A boutique from Belo Horizonte, Brazil.
Part of the BRACHA OS ecosystem.
License
MIT
// HOW IT'S BUILT
KEY FILES