greenroom
Installation
SKILL.md
greenroom
A per-project layout: one wrapper folder that holds two sibling git repos. The public code is the stage. The private notes are the green room, where you prep before you go on.
~/src/<project>/ # wrapper — NOT a git repo
├── AGENTS.md # orientation for any agent launched here
├── CLAUDE.md # Claude adapter: exactly "@AGENTS.md"
├── README.md # repo map (auto-managed)
├── .greenroom # wrapper identity marker
├── <project>-public/ # the stage: public code
└── <project>-private/ # the green room: docs, notes, drafts,
# reviews, research — never published