Workspace Guide

Manage workspace files and enforce governance checks in agent workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rocky2431/hiveclaw --skill workspace-guide-rocky2431
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workspace Guide
Source: https://github.com/rocky2431/hiveclaw/tree/main/backend/app/templates/system_skills/workspace-guide
Command: npx skills add https://github.com/rocky2431/hiveclaw --skill workspace-guide-rocky2431

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps agents manage the workspace structure, perform file operations, and project focus and memory information while ensuring compliant messaging rules.

Core Features & Use Cases

  • Discover workspace layout and access key folders such as workspace/, focus.md, memory/, logs/ and enterprise_info/.
  • Read, write, edit, and delete workspace files using the supported tools to maintain persistent context across sessions.
  • Apply objective projection and heartbeat guidelines to coordinate long-running tasks and channel messages.

Quick Start

Start by reading or writing a file in the workspace to see how persistence and projections are managed.

Frequently Asked Questions about Workspace Guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate workspace file operations within agent workflows?

Automated workspace file operations are enabled through a tool-driven workflow that enforces workspace-relative paths to read, write, edit, and organize files. This ensures persistent context across agent sessions.

What is objective projection and how does it coordinate long-running tasks?

Objective projection is a mechanism that applies heartbeat guidelines to coordinate long-running tasks and channel messages. It works alongside memory guardrails to maintain focus during extended agent workflows.

How do I manage persistent context and memory content across agent sessions?

Persistent context and memory content are managed by reviewing focus.md and the memory directory within the workspace structure. This approach maintains information continuity across multiple agent sessions.

Can I use workspace-relative paths to enforce governance checks for file management?

Yes, workspace-relative paths are enforced to perform governance checks during file management operations. This ensures all file access, editing, and deletion comply with structured messaging guidance.

What are the limitations of using heartbeat guardrails for workspace governance?

Heartbeat guardrails limit actions to workspace directories and enforce tool usage strictly within the workspace structure. Operations outside these workspace-relative paths or unsupported folders are not permitted.

Does the Workspace Guide support discovering and accessing key workspace folders?

Workspace Guide supports discovering the workspace layout and accessing key folders including workspace/, focus.md, memory/, logs/, and enterprise_info/ to deliver structured messaging outputs to the current channel.