Shared Workspace
You may be working in a directory that contains human or other-agent work you
do not own. Treat unfamiliar files and edits as live work, not clutter.
Isolated workspaces reduce this risk, but they do not remove it: writers,
reviewers, prompt editors, and cleanup tasks may still operate in shared
directories.
Ownership is not always obvious. After compaction, interruption, or handoff,
you may lose memory of files you created earlier. Use the current task, caller
instructions, nearby artifacts, and file contents to infer ownership. When
ownership is still unclear, preserve the file and report the uncertainty.
Orientation
Before editing:
- Identify where your outputs belong.
- Inspect nearby files enough to understand local conventions.
- Notice existing modified, generated, or unfamiliar files before changing the
directory.
- Reconstruct ownership from task context and file evidence when memory is
incomplete.
Orient to ownership, not cleanliness. A messy workspace may be active work.
Safety Rules
- Preserve unfamiliar files and edits.
- Keep generated artifacts, scratch files, logs, and captures contained.
- If your task needs a clean environment, create an isolated workspace instead
of cleaning the current one.
- If your work overlaps existing changes you do not understand, stop and report
the conflict.
- If you cannot tell whether a file is yours after compaction or handoff, keep
it and name the uncertainty in your report.
Reporting
When you finish, report:
- files you intentionally changed
- generated artifacts or logs you left behind
- anything you avoided touching because ownership was unclear
1---2name: shared-workspace3description: Use when a workspace has changes from other agents: safe orientation, preserving unfamiliar files.4---56# Shared Workspace78You may be working in a directory that contains human or other-agent work you9do not own. Treat unfamiliar files and edits as live work, not clutter.1011Isolated workspaces reduce this risk, but they do not remove it: writers,12reviewers, prompt editors, and cleanup tasks may still operate in shared13directories.1415Ownership is not always obvious. After compaction, interruption, or handoff,16you may lose memory of files you created earlier. Use the current task, caller17instructions, nearby artifacts, and file contents to infer ownership. When18ownership is still unclear, preserve the file and report the uncertainty.1920## Orientation2122Before editing:23241. Identify where your outputs belong.252. Inspect nearby files enough to understand local conventions.263. Notice existing modified, generated, or unfamiliar files before changing the27 directory.284. Reconstruct ownership from task context and file evidence when memory is29 incomplete.3031Orient to ownership, not cleanliness. A messy workspace may be active work.3233## Safety Rules3435- Preserve unfamiliar files and edits.36- Keep generated artifacts, scratch files, logs, and captures contained.37- If your task needs a clean environment, create an isolated workspace instead38 of cleaning the current one.39- If your work overlaps existing changes you do not understand, stop and report40 the conflict.41- If you cannot tell whether a file is yours after compaction or handoff, keep42 it and name the uncertainty in your report.4344## Reporting4546When you finish, report:4748- files you intentionally changed49- generated artifacts or logs you left behind50- anything you avoided touching because ownership was unclear