Para Proactive Workspace OpenClaw Plugin & Skill | ClawHub
Looking to integrate Para Proactive Workspace into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.
What this skill does
A production-ready workspace template combining PARA Method (Projects, Areas, Resources, Archives) by Tiago Forte with Proactive Agent Architecture for file organization, folder structure, productivity, knowledge management, second brain, and AI agent memory persistence. For OpenClaw. Includes 19+ templates and 3 visual guides.
Install
openclaw skills install @cocoblood9527/para-proactive-workspacenpx clawhub@latest install para-proactive-workspaceFull SKILL.md
Open original| name | version | description | homepage |
|---|---|---|---|
| para-proactive-workspace | 1.0.0 | A production-ready workspace template combining PARA Method (Projects, Areas, Resources, Archives) by Tiago Forte with Proactive Agent Architecture for file organization, folder structure, productivity, knowledge management, second brain, and AI agent memory persistence. For OpenClaw. Includes 19+ templates and 3 visual guides. | https://github.com/Cocoblood9527/para-proactive-workspace |
SKILL.md content below is scrollable.
PARA + Proactive Agent Workspace š¦š
A production-ready workspace template that combines two powerful systems:
- PARA Method (Tiago Forte) - For organizing your content
- Proactive Agent Architecture (Hal Labs) - For AI memory and continuity
What You Get
PARA Structure
1-projects/- Active projects with deadlines2-areas/- Ongoing responsibilities3-resources/- Reference materials4-archives/- Completed projects+inbox/- Temporary inbox (process weekly)+temp/- Scratch space
Proactive Agent Memory
memory/- Daily logs and working buffer.learnings/- Error logs and learningsSESSION-STATE.md- Active working memoryAGENTS.md- Operating rulesSOUL.md- Agent identityUSER.md- Your profileHEARTBEAT.md- Periodic checks
Installation
# Create workspace directory
mkdir -p ~/workspace
cd ~/workspace
# Copy template files
cp -r ~/.openclaw/skills/para-proactive-workspace/assets/templates/* .
# Or manually create structure following the guide below
Directory Structure
workspace/
ā
āāā š 1-projects/ # Active projects
ā āāā project-name/
ā āāā README.md
ā āāā notes.md
ā āāā docs/
ā āāā assets/
ā
āāā š 2-areas/ # Ongoing responsibilities
ā āāā health/
ā āāā finance/
ā āāā learning/
ā
āāā š 3-resources/ # Reference materials
ā āāā articles/
ā āāā books/
ā āāā templates/
ā
āāā š 4-archives/ # Completed items
ā āāā 2024-projects/
ā
āāā š +inbox/ # Temporary inbox
āāā š +temp/ # Scratch space
ā
āāā š .agents/ # Agent configuration
āāā š .learnings/ # Learning logs
ā āāā ERRORS.md
ā āāā LEARNINGS.md
ā āāā FEATURE_REQUESTS.md
ā
āāā š memory/ # Daily logs
ā āāā working-buffer.md
ā
āāā š AGENTS.md # Operating rules
āāā š HEARTBEAT.md # Periodic checklist
āāā š MEMORY.md # Long-term memory
āāā š ONBOARDING.md # First-run setup
āāā š README.md # Workspace overview
āāā š SESSION-STATE.md # Active task state
āāā š SOUL.md # Agent identity
āāā š TOOLS.md # Tool configurations
āāā š USER.md # Your profile
āāā š .gitignore # Git ignore rules
PARA Method Explained
Projects (1-projects/)
Definition: A series of tasks linked to a goal, with a deadline.
Examples:
- Complete website redesign (due March 1)
- Plan vacation to Japan (departing April 15)
- Launch product feature (Q2 goal)
When to move to archives: When completed or cancelled.
Areas (2-areas/)
Definition: A sphere of activity with a standard to be maintained over time.
Examples:
- Health & Fitness
- Personal Finance
- Professional Development
- Relationships
- Home Maintenance
When to move to archives: When no longer relevant to your life.
Resources (3-resources/)
Definition: A topic or theme of ongoing interest.
Examples:
- Gardening tips
- Python programming
- Travel destinations
- Recipes
- Book notes
When to move to archives: When no longer interested.
Archives (4-archives/)
Definition: Inactive items from the other three categories.
Purpose: Keep out of sight but accessible for reference.
Proactive Agent Architecture Explained
Core Files
| File | Purpose | When to Update |
|---|---|---|
SOUL.md |
Who the agent is, principles, boundaries | When identity evolves |
USER.md |
Who you are, your goals and preferences | As you share more context |
AGENTS.md |
Operating rules and workflows | When patterns emerge |
TOOLS.md |
Tool configurations and notes | When learning tool usage |
SESSION-STATE.md |
Current task and context | Continuously (WAL protocol) |
HEARTBEAT.md |
Periodic check checklist | Review regularly |
MEMORY.md |
Curated long-term wisdom | Periodically distill |
Memory System
Three-tier memory:
- SESSION-STATE.md - Active working memory (current session)
- memory/YYYY-MM-DD.md - Daily raw logs
- MEMORY.md - Curated long-term wisdom
WAL Protocol (Write-Ahead Logging):
- Corrections ā Write immediately
- Decisions ā Write immediately
- Names/Preferences ā Write immediately
- Specific values ā Write immediately
Working Buffer:
- Activates at 60% context usage
- Captures every exchange
- Survives context compaction
Usage Workflows
Daily Workflow
- Capture ā Drop files into
+inbox/ - Process ā Sort inbox into PARA folders
- Work ā Create/update projects
- Log ā Agent writes to
memory/
Weekly Review
- Clear
+inbox/and+temp/ - Review
2-areas/for maintenance - Archive completed projects
- Check
.learnings/for patterns
Monthly Review
- Clean
4-archives/ - Review
3-resources/for relevance - Update
MEMORY.mdwith distilled learnings
Integration Points
PARA ā Proactive Agent
| PARA | Proactive Agent | Integration |
|---|---|---|
| Project notes | 1-projects/X/notes.md |
Agent can read/write |
| Decisions | SESSION-STATE.md |
WAL protocol captures |
| Daily work | memory/YYYY-MM-DD.md |
Automatic logging |
| Learnings | .learnings/LEARNINGS.md |
Error/learning capture |
| Archives | 4-archives/ |
Completed projects |
Best Practices
For You (Human)
- Process
+inbox/weekly (Inbox Zero) - Keep
+temp/clean daily - Use consistent naming conventions
- Review areas monthly
For Your Agent
- Read
SOUL.md+USER.mdon startup - Use WAL protocol for critical details
- Log errors to
.learnings/ERRORS.md - Review
HEARTBEAT.mdperiodically
Credits
- PARA Method: Tiago Forte (Building a Second Brain)
- Proactive Agent: Hal Labs (@halthelobster)
- Integration: OpenClaw Community
License
MIT - Use freely, modify, share.
Organize your content. Empower your agent. Build your second brain. š§ š¦