A methodology-first workspace governance skill for AI agents.
The goal is safe, reversible, and traceable workspace management without forcing a fixed folder scaffold.
- Author: Mars
- GitHub: Mars2003
- Date: 2026-04-28
- Boundary before structure
- Plan before action
- Reversible before optimized
- Explicit confirmation for delete and bulk move
- Protect sensitive files and VCS metadata by default
# Claude Code (global)
mkdir -p ~/.claude/skills/workspace-governance
cp SKILL.md ~/.claude/skills/workspace-governance/
# Cursor (project-level)
mkdir -p .cursor/skills/workspace-governance
cp SKILL.md .cursor/skills/workspace-governance/This repository includes SKILL_ADAPT.yaml for boundary, protection, batch execution, and logging preferences.
The skill works without it, but with it, behavior is more stable and consistent across sessions.
- "organize workspace"
- "audit first, then cleanup"
- "archive project xxx"
- "create project yyy with boundaries"
make checkBeyond SKILL.md, you can optionally maintain:
references/: manuals, process notes, strategy examplesassets/: diagrams, screenshots, and visual resourcesscripts/: helper scripts for checks, batch operations, exportstools/: tool configs and integration notes
- English governance manual (detailed):
references/Governance-Manual.md - Chinese governance manual (detailed):
references/治理手册.zh-CN.md - Minimal run example:
examples/minimal-governance-run.md
- Changelog:
CHANGELOG.md - Contributing guide:
CONTRIBUTING.md
MIT