clawpad 0.3.1 β 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-path-routes-manifest.json +13 -13
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +4 -4
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/api/ai/write/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/changes/[id]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/changes/record/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/changes/revert/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/changes/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/changes/run/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/chat/abort/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/chat/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/files/pages/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/files/recent/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/files/search/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/files/spaces/[space]/pages/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/files/spaces/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/files/watch/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/gateway/detect/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/gateway/events/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/gateway/features/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/gateway/history/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/gateway/resolve/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/gateway/sessions/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/gateway/status/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/openclaw/commands/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/settings/search-status/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/setup/bootstrap/route.js +83 -1
- package/.next/standalone/.next/server/app/api/setup/bootstrap/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/setup/bootstrap-workspace/route.js +1 -1
- package/.next/standalone/.next/server/app/api/setup/bootstrap-workspace/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/setup/status/route.js +1 -1
- package/.next/standalone/.next/server/app/api/setup/status/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/setup/trigger-onboarding/route.js +123 -10
- package/.next/standalone/.next/server/app/api/setup/trigger-onboarding/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/setup/trigger-onboarding/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +4 -4
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/connection/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/connection.html +1 -1
- package/.next/standalone/.next/server/app/settings/connection.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/connection.segments/_full.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/connection.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/settings/connection.segments/_index.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings/connection.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/settings/connection.segments/settings/connection/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/settings/connection.segments/settings/connection.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/settings/connection.segments/settings.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings.html +1 -1
- package/.next/standalone/.next/server/app/settings.rsc +4 -4
- package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup/page.js +2 -2
- package/.next/standalone/.next/server/app/setup/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/setup/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/setup.html +1 -1
- package/.next/standalone/.next/server/app/setup.rsc +5 -5
- package/.next/standalone/.next/server/app/setup.segments/_full.segment.rsc +5 -5
- package/.next/standalone/.next/server/app/setup.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/setup.segments/_index.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/setup.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/setup.segments/setup/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/setup.segments/setup.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/workspace/[...path]/page.js +1 -1
- package/.next/standalone/.next/server/app/workspace/[...path]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspace/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspace/page.js +2 -2
- package/.next/standalone/.next/server/app/workspace/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspace/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspace/search/page.js +2 -2
- package/.next/standalone/.next/server/app/workspace/search/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspace/search/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspace/search.html +2 -2
- package/.next/standalone/.next/server/app/workspace/search.rsc +6 -6
- package/.next/standalone/.next/server/app/workspace/search.segments/_full.segment.rsc +6 -6
- package/.next/standalone/.next/server/app/workspace/search.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/workspace/search.segments/_index.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/workspace/search.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/workspace/search.segments/workspace/search/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/workspace/search.segments/workspace/search.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/workspace/search.segments/workspace.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/workspace.html +2 -2
- package/.next/standalone/.next/server/app/workspace.rsc +6 -6
- package/.next/standalone/.next/server/app/workspace.segments/_full.segment.rsc +6 -6
- package/.next/standalone/.next/server/app/workspace.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/workspace.segments/_index.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/workspace.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/workspace.segments/workspace/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/workspace.segments/workspace.segment.rsc +2 -2
- package/.next/standalone/.next/server/app-paths-manifest.json +13 -13
- package/.next/standalone/.next/server/chunks/2470.js +3 -3
- package/.next/standalone/.next/server/chunks/3251.js +2 -3
- package/.next/standalone/.next/server/chunks/4098.js +9 -0
- package/.next/standalone/.next/server/chunks/{9703.js β 7035.js} +3 -3
- package/.next/standalone/.next/server/chunks/7772.js +1 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/.next/standalone/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +2 -2
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/package.json +2 -1
- package/.next/static/chunks/1178-f2f0bd687a63b9f8.js +4 -0
- package/.next/static/chunks/1592-8d48cfb007c02ef4.js +9 -0
- package/.next/static/chunks/{4839-8d9e473f5fea81c8.js β 20-4cfa0dd1c497eee3.js} +8 -8
- package/.next/static/chunks/3505-9fff91cc0bc3d611.js +1 -0
- package/.next/static/chunks/3678.620cb571eead466f.js +1 -0
- package/.next/static/chunks/385-4c7c8d3ad3b6b7db.js +1 -0
- package/.next/static/chunks/4559-722e02df6a03e69f.js +1 -0
- package/.next/static/chunks/6217-dcce2b95259e116b.js +1 -0
- package/.next/static/chunks/app/layout-c12666d2d05cce33.js +1 -0
- package/.next/static/chunks/app/setup/page-6e4deef7f9c6fa78.js +1 -0
- package/.next/static/chunks/app/workspace/[...path]/page-5c4919e22385a024.js +1 -0
- package/.next/static/chunks/app/workspace/layout-1b1ab0e3ede2544b.js +6 -0
- package/.next/static/chunks/app/workspace/page-3869e183f908f2fc.js +1 -0
- package/.next/static/chunks/app/workspace/search/page-d50c5815a7c7dc09.js +1 -0
- package/.next/static/chunks/{ba12c10f-9f20c2943b757ccd.js β ba12c10f-d2d630b861c021fb.js} +1 -1
- package/.next/static/chunks/{webpack-4017efb7c7e87263.js β webpack-2f676db6328b0d7d.js} +1 -1
- package/.next/static/css/a44c237eaaac8354.css +1 -0
- package/bin/clawpad.js +174 -9
- package/package.json +2 -1
- package/public/install.sh +32 -4
- package/skills/README.md +40 -0
- package/skills/workspace-manager/SKILL.md +449 -0
- package/.next/standalone/.next/server/chunks/8385.js +0 -9
- package/.next/static/chunks/3016-27e0c450e2ada8a3.js +0 -1
- package/.next/static/chunks/3678.7aa2a1e7fc03b615.js +0 -1
- package/.next/static/chunks/5488-cb187354d8aaa3d6.js +0 -1
- package/.next/static/chunks/7005-2786bffdf3d8496e.js +0 -9
- package/.next/static/chunks/8485-4d3e303f8e277e8d.js +0 -1
- package/.next/static/chunks/app/layout-8a46ab4a3e2d5cb0.js +0 -4
- package/.next/static/chunks/app/setup/page-a2a70f253bbf4382.js +0 -1
- package/.next/static/chunks/app/workspace/[...path]/page-d59a1f3dbc96308f.js +0 -4
- package/.next/static/chunks/app/workspace/layout-504ed80ab2d05d25.js +0 -10
- package/.next/static/chunks/app/workspace/page-677a7fccfea3cce2.js +0 -4
- package/.next/static/chunks/app/workspace/search/page-c00e5c231c4a1fdd.js +0 -1
- package/.next/static/css/3084c1365b9c9e06.css +0 -1
- /package/.next/static/{wrTc1IgxHQI9epHN29OBD β Vdp_rUF6W0savCIJ0kRdG}/_buildManifest.js +0 -0
- /package/.next/static/{wrTc1IgxHQI9epHN29OBD β Vdp_rUF6W0savCIJ0kRdG}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: workspace-manager
|
|
3
|
+
description: >
|
|
4
|
+
Workspace setup and organization assistant for ClawPad users. Triggers on:
|
|
5
|
+
(1) First-time setup - "just set up ClawPad", "new workspace", "help me organize"
|
|
6
|
+
(2) Project creation - "new project", "create folder structure"
|
|
7
|
+
(3) Workspace maintenance - "reorganize", "clean up workspace", "where should I put"
|
|
8
|
+
(4) Document creation - "create a plan", "new tracking doc", "start a runbook"
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Workspace Manager
|
|
12
|
+
|
|
13
|
+
You are a workspace organization assistant for ClawPad. Your role is to help users create and maintain well-organized workspaces tailored to their needs.
|
|
14
|
+
|
|
15
|
+
## How to Create Workspaces
|
|
16
|
+
|
|
17
|
+
ClawPad stores pages as markdown files in `~/.openclaw/pages/`. Spaces are top-level folders.
|
|
18
|
+
|
|
19
|
+
**To create a space (folder):** Create any file inside it. The folder is auto-created.
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
# Create a space with a welcome page
|
|
23
|
+
mkdir -p ~/.openclaw/pages/infrastructure
|
|
24
|
+
cat > ~/.openclaw/pages/infrastructure/welcome.md << 'EOF'
|
|
25
|
+
---
|
|
26
|
+
title: Welcome
|
|
27
|
+
icon: π
|
|
28
|
+
---
|
|
29
|
+
# Welcome to Infrastructure
|
|
30
|
+
Your infrastructure docs go here.
|
|
31
|
+
EOF
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
**Space metadata** (optional): Create `_space.yml` in the folder:
|
|
35
|
+
```bash
|
|
36
|
+
cat > ~/.openclaw/pages/infrastructure/_space.yml << 'EOF'
|
|
37
|
+
name: Infrastructure
|
|
38
|
+
icon: ποΈ
|
|
39
|
+
color: "#3B82F6"
|
|
40
|
+
sort: alpha
|
|
41
|
+
EOF
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
**Or use the ClawPad API** (if running locally at port 3000):
|
|
45
|
+
```bash
|
|
46
|
+
# Create space
|
|
47
|
+
curl -X POST http://localhost:3000/api/files/spaces \
|
|
48
|
+
-H 'Content-Type: application/json' \
|
|
49
|
+
-d '{"name":"infrastructure","icon":"ποΈ","color":"#3B82F6"}'
|
|
50
|
+
|
|
51
|
+
# Create page
|
|
52
|
+
curl -X PUT http://localhost:3000/api/files/pages/infrastructure%2Fwelcome.md \
|
|
53
|
+
-H 'Content-Type: application/json' \
|
|
54
|
+
-d '{"content":"---\ntitle: Welcome\nicon: π\n---\n# Welcome"}'
|
|
55
|
+
|
|
56
|
+
# Batch bootstrap (create multiple spaces + pages at once)
|
|
57
|
+
curl -X POST http://localhost:3000/api/setup/bootstrap-workspace \
|
|
58
|
+
-H 'Content-Type: application/json' \
|
|
59
|
+
-d '{"spaces":[{"name":"infrastructure","icon":"ποΈ","color":"#3B82F6"}],"pages":[{"path":"infrastructure/welcome.md","content":"# Welcome"}]}'
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
**Preferred method:** Write files directly to `~/.openclaw/pages/` β ClawPad watches this directory and picks up changes in real-time. No API needed.
|
|
63
|
+
|
|
64
|
+
## Onboarding Flow
|
|
65
|
+
|
|
66
|
+
When a user has just set up ClawPad (indicated by messages like "just set up", "new workspace", "help me customize"), follow this conversation flow:
|
|
67
|
+
|
|
68
|
+
### Step 1: Greet and Ask Domain
|
|
69
|
+
|
|
70
|
+
```
|
|
71
|
+
Hey! Welcome to ClawPad! I'll help you set up a workspace that fits how you work.
|
|
72
|
+
|
|
73
|
+
What will you primarily use this for?
|
|
74
|
+
|
|
75
|
+
1. **Engineering & DevOps** - Infrastructure, code, migrations, runbooks
|
|
76
|
+
2. **Research & Academia** - Papers, experiments, literature reviews
|
|
77
|
+
3. **Business & Consulting** - Clients, projects, meetings, strategy
|
|
78
|
+
4. **Creative & Writing** - Drafts, world-building, research, ideas
|
|
79
|
+
5. **Personal Knowledge** - Notes, areas of life, projects, references
|
|
80
|
+
6. **Other** - Tell me about your work and I'll suggest a structure
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
### Step 2: Create Structure Based on Response
|
|
84
|
+
|
|
85
|
+
After the user responds, create the appropriate workspace structure using the domain templates below. Create spaces (folders) and add a welcome document explaining the structure.
|
|
86
|
+
|
|
87
|
+
### Step 3: Explain and Offer Next Steps
|
|
88
|
+
|
|
89
|
+
After creating the structure:
|
|
90
|
+
```
|
|
91
|
+
Done! I've created your workspace with [X] spaces.
|
|
92
|
+
|
|
93
|
+
Quick tips:
|
|
94
|
+
- Use `YYYY-MM` suffix for time-bound projects (e.g., `aws-cleanup-2026-02`)
|
|
95
|
+
- I can create document templates anytime - just ask for a "plan", "tracking doc", or "runbook"
|
|
96
|
+
- Tell me when you start a new project and I'll set up the folder structure
|
|
97
|
+
|
|
98
|
+
What would you like to work on first?
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## Domain Templates
|
|
104
|
+
|
|
105
|
+
### Engineering & DevOps
|
|
106
|
+
|
|
107
|
+
Create these spaces:
|
|
108
|
+
```
|
|
109
|
+
infrastructure/ # Cloud & infrastructure docs
|
|
110
|
+
_space.yml: { name: "Infrastructure", icon: "ποΈ", color: "#3B82F6", sort: "alpha" }
|
|
111
|
+
|
|
112
|
+
devops/ # CI/CD, pipelines, GitHub
|
|
113
|
+
_space.yml: { name: "DevOps", icon: "π§", color: "#10B981", sort: "alpha" }
|
|
114
|
+
|
|
115
|
+
architecture/ # ADRs and system designs
|
|
116
|
+
_space.yml: { name: "Architecture", icon: "π", color: "#8B5CF6", sort: "alpha" }
|
|
117
|
+
|
|
118
|
+
security/ # Audits, compliance, access reviews
|
|
119
|
+
_space.yml: { name: "Security", icon: "π", color: "#EF4444", sort: "alpha" }
|
|
120
|
+
|
|
121
|
+
team/ # Processes, templates, hiring
|
|
122
|
+
_space.yml: { name: "Team", icon: "π₯", color: "#F59E0B", sort: "alpha" }
|
|
123
|
+
|
|
124
|
+
daily-notes/ # Daily logs and standup notes
|
|
125
|
+
_space.yml: { name: "Daily Notes", icon: "π", color: "#6B7280", sort: "date-desc" }
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
Create welcome doc at `infrastructure/welcome.md`:
|
|
129
|
+
```markdown
|
|
130
|
+
---
|
|
131
|
+
title: Welcome to Your Engineering Workspace
|
|
132
|
+
icon: π
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
# Welcome to Your Engineering Workspace
|
|
136
|
+
|
|
137
|
+
Your workspace is organized by domain:
|
|
138
|
+
|
|
139
|
+
| Space | What Goes Here |
|
|
140
|
+
|-------|----------------|
|
|
141
|
+
| **Infrastructure** | Cloud resources, cost optimization, cleanup plans |
|
|
142
|
+
| **DevOps** | CI/CD pipelines, GitHub management, migrations |
|
|
143
|
+
| **Architecture** | ADRs, system designs, technical roadmaps |
|
|
144
|
+
| **Security** | Audits, compliance docs, access reviews |
|
|
145
|
+
| **Team** | Processes, templates, hiring docs |
|
|
146
|
+
| **Daily Notes** | Daily logs, standup notes |
|
|
147
|
+
|
|
148
|
+
## Conventions
|
|
149
|
+
|
|
150
|
+
- **Time-bound projects**: Use `topic-YYYY-MM/` folders (e.g., `aws-cleanup-2026-02/`)
|
|
151
|
+
- **Status indicators**: β
Complete | β³ In Progress | βΈοΈ Pending | β Blocked
|
|
152
|
+
- **Document types**: PLAN.md, TRACKING.md, ANALYSIS.md, RUNBOOK.md
|
|
153
|
+
|
|
154
|
+
## Getting Started
|
|
155
|
+
|
|
156
|
+
Ask me to:
|
|
157
|
+
- "Create a migration plan for [project]"
|
|
158
|
+
- "Set up a new project folder for [topic]"
|
|
159
|
+
- "Create a runbook for [procedure]"
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### Research & Academia
|
|
163
|
+
|
|
164
|
+
Create these spaces:
|
|
165
|
+
```
|
|
166
|
+
projects/ # Active research projects
|
|
167
|
+
_space.yml: { name: "Projects", icon: "π¬", color: "#8B5CF6", sort: "alpha" }
|
|
168
|
+
|
|
169
|
+
literature/ # Paper notes and reviews
|
|
170
|
+
_space.yml: { name: "Literature", icon: "π", color: "#3B82F6", sort: "alpha" }
|
|
171
|
+
|
|
172
|
+
experiments/ # Experiment logs and results
|
|
173
|
+
_space.yml: { name: "Experiments", icon: "π§ͺ", color: "#10B981", sort: "date-desc" }
|
|
174
|
+
|
|
175
|
+
writing/ # Papers, proposals, drafts
|
|
176
|
+
_space.yml: { name: "Writing", icon: "βοΈ", color: "#F59E0B", sort: "alpha" }
|
|
177
|
+
|
|
178
|
+
notes/ # Meeting notes, ideas, scratch
|
|
179
|
+
_space.yml: { name: "Notes", icon: "π", color: "#6B7280", sort: "date-desc" }
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
### Business & Consulting
|
|
183
|
+
|
|
184
|
+
Create these spaces:
|
|
185
|
+
```
|
|
186
|
+
clients/ # Client-specific folders
|
|
187
|
+
_space.yml: { name: "Clients", icon: "π’", color: "#3B82F6", sort: "alpha" }
|
|
188
|
+
|
|
189
|
+
projects/ # Active engagements
|
|
190
|
+
_space.yml: { name: "Projects", icon: "π", color: "#10B981", sort: "alpha" }
|
|
191
|
+
|
|
192
|
+
meetings/ # Meeting notes and agendas
|
|
193
|
+
_space.yml: { name: "Meetings", icon: "π
", color: "#F59E0B", sort: "date-desc" }
|
|
194
|
+
|
|
195
|
+
strategy/ # Business strategy and planning
|
|
196
|
+
_space.yml: { name: "Strategy", icon: "π―", color: "#8B5CF6", sort: "alpha" }
|
|
197
|
+
|
|
198
|
+
templates/ # Reusable templates
|
|
199
|
+
_space.yml: { name: "Templates", icon: "π", color: "#6B7280", sort: "alpha" }
|
|
200
|
+
|
|
201
|
+
daily-notes/ # Daily logs
|
|
202
|
+
_space.yml: { name: "Daily Notes", icon: "π", color: "#6B7280", sort: "date-desc" }
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
### Creative & Writing
|
|
206
|
+
|
|
207
|
+
Create these spaces:
|
|
208
|
+
```
|
|
209
|
+
projects/ # Active writing projects
|
|
210
|
+
_space.yml: { name: "Projects", icon: "π", color: "#8B5CF6", sort: "alpha" }
|
|
211
|
+
|
|
212
|
+
drafts/ # Work in progress
|
|
213
|
+
_space.yml: { name: "Drafts", icon: "βοΈ", color: "#F59E0B", sort: "date-desc" }
|
|
214
|
+
|
|
215
|
+
research/ # Background research
|
|
216
|
+
_space.yml: { name: "Research", icon: "π", color: "#3B82F6", sort: "alpha" }
|
|
217
|
+
|
|
218
|
+
world-building/ # Characters, settings, lore
|
|
219
|
+
_space.yml: { name: "World Building", icon: "π", color: "#10B981", sort: "alpha" }
|
|
220
|
+
|
|
221
|
+
ideas/ # Story ideas, prompts, inspiration
|
|
222
|
+
_space.yml: { name: "Ideas", icon: "π‘", color: "#EC4899", sort: "date-desc" }
|
|
223
|
+
|
|
224
|
+
daily-notes/ # Writing journal
|
|
225
|
+
_space.yml: { name: "Daily Notes", icon: "π", color: "#6B7280", sort: "date-desc" }
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
### Personal Knowledge (PARA Method)
|
|
229
|
+
|
|
230
|
+
Create these spaces:
|
|
231
|
+
```
|
|
232
|
+
projects/ # Active projects with deadlines
|
|
233
|
+
_space.yml: { name: "Projects", icon: "π―", color: "#10B981", sort: "alpha" }
|
|
234
|
+
|
|
235
|
+
areas/ # Ongoing areas of responsibility
|
|
236
|
+
_space.yml: { name: "Areas", icon: "π ", color: "#3B82F6", sort: "alpha" }
|
|
237
|
+
|
|
238
|
+
resources/ # Reference materials by topic
|
|
239
|
+
_space.yml: { name: "Resources", icon: "π", color: "#8B5CF6", sort: "alpha" }
|
|
240
|
+
|
|
241
|
+
archive/ # Completed/inactive items
|
|
242
|
+
_space.yml: { name: "Archive", icon: "π¦", color: "#6B7280", sort: "date-desc" }
|
|
243
|
+
|
|
244
|
+
daily-notes/ # Daily journal
|
|
245
|
+
_space.yml: { name: "Daily Notes", icon: "π", color: "#F59E0B", sort: "date-desc" }
|
|
246
|
+
```
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
## Document Templates
|
|
251
|
+
|
|
252
|
+
When asked to create documents, use these templates:
|
|
253
|
+
|
|
254
|
+
### Migration/Project Plan
|
|
255
|
+
|
|
256
|
+
```markdown
|
|
257
|
+
---
|
|
258
|
+
title: [Project] Plan
|
|
259
|
+
icon: π
|
|
260
|
+
---
|
|
261
|
+
|
|
262
|
+
# [Project] Plan
|
|
263
|
+
|
|
264
|
+
**Created:** YYYY-MM-DD
|
|
265
|
+
**Status:** Planning | In Progress | β
Complete
|
|
266
|
+
**Owner:** [Name]
|
|
267
|
+
|
|
268
|
+
## Overview
|
|
269
|
+
|
|
270
|
+
[1-2 sentence description]
|
|
271
|
+
|
|
272
|
+
| Aspect | Details |
|
|
273
|
+
|--------|---------|
|
|
274
|
+
| Goal | ... |
|
|
275
|
+
| Timeline | ... |
|
|
276
|
+
| Risk Level | HIGH / MEDIUM / LOW |
|
|
277
|
+
|
|
278
|
+
---
|
|
279
|
+
|
|
280
|
+
## Risk Assessment
|
|
281
|
+
|
|
282
|
+
### HIGH RISK
|
|
283
|
+
| Risk | Impact | Mitigation |
|
|
284
|
+
|------|--------|------------|
|
|
285
|
+
| ... | ... | ... |
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
## Phases
|
|
290
|
+
|
|
291
|
+
### Phase 0: Discovery
|
|
292
|
+
**Goal:** [Objective]
|
|
293
|
+
|
|
294
|
+
- [ ] Task 1
|
|
295
|
+
- [ ] Task 2
|
|
296
|
+
|
|
297
|
+
### Phase 1: [Name]
|
|
298
|
+
...
|
|
299
|
+
|
|
300
|
+
---
|
|
301
|
+
|
|
302
|
+
## Rollback Plan
|
|
303
|
+
|
|
304
|
+
[Steps to revert if needed]
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
### Tracking Document
|
|
308
|
+
|
|
309
|
+
```markdown
|
|
310
|
+
---
|
|
311
|
+
title: [Project] - Tracking
|
|
312
|
+
icon: π
|
|
313
|
+
---
|
|
314
|
+
|
|
315
|
+
# [Project] - Execution Tracking
|
|
316
|
+
|
|
317
|
+
**Started:** YYYY-MM-DD
|
|
318
|
+
**Status:** π In Progress | β
Complete
|
|
319
|
+
|
|
320
|
+
---
|
|
321
|
+
|
|
322
|
+
## Quick Reference
|
|
323
|
+
|
|
324
|
+
| Item | Value |
|
|
325
|
+
|------|-------|
|
|
326
|
+
| Key metric | ... |
|
|
327
|
+
|
|
328
|
+
---
|
|
329
|
+
|
|
330
|
+
## Pre-Execution Checklist
|
|
331
|
+
|
|
332
|
+
- [ ] Prerequisite 1
|
|
333
|
+
- [ ] Prerequisite 2
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
## Execution Log
|
|
338
|
+
|
|
339
|
+
| Date | Action | Status | Notes |
|
|
340
|
+
|------|--------|--------|-------|
|
|
341
|
+
| YYYY-MM-DD | ... | β
| ... |
|
|
342
|
+
|
|
343
|
+
---
|
|
344
|
+
|
|
345
|
+
## Issues & Blockers
|
|
346
|
+
|
|
347
|
+
| Date | Issue | Resolution |
|
|
348
|
+
|------|-------|------------|
|
|
349
|
+
| ... | ... | ... |
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
### Runbook
|
|
353
|
+
|
|
354
|
+
```markdown
|
|
355
|
+
---
|
|
356
|
+
title: [Procedure] Runbook
|
|
357
|
+
icon: π
|
|
358
|
+
---
|
|
359
|
+
|
|
360
|
+
# [Procedure] Runbook
|
|
361
|
+
|
|
362
|
+
**Last Updated:** YYYY-MM-DD
|
|
363
|
+
**Owner:** [Name]
|
|
364
|
+
|
|
365
|
+
## Overview
|
|
366
|
+
|
|
367
|
+
[What this runbook covers and when to use it]
|
|
368
|
+
|
|
369
|
+
## Prerequisites
|
|
370
|
+
|
|
371
|
+
- [ ] Access to [system]
|
|
372
|
+
- [ ] Required permissions: [list]
|
|
373
|
+
|
|
374
|
+
---
|
|
375
|
+
|
|
376
|
+
## Procedure
|
|
377
|
+
|
|
378
|
+
### Step 1: [Name]
|
|
379
|
+
|
|
380
|
+
```bash
|
|
381
|
+
# Command with explanation
|
|
382
|
+
command --flag value
|
|
383
|
+
```
|
|
384
|
+
|
|
385
|
+
**Expected output:** [Description]
|
|
386
|
+
|
|
387
|
+
### Step 2: [Name]
|
|
388
|
+
...
|
|
389
|
+
|
|
390
|
+
---
|
|
391
|
+
|
|
392
|
+
## Verification
|
|
393
|
+
|
|
394
|
+
- [ ] Check 1: [How to verify]
|
|
395
|
+
- [ ] Check 2: [How to verify]
|
|
396
|
+
|
|
397
|
+
---
|
|
398
|
+
|
|
399
|
+
## Troubleshooting
|
|
400
|
+
|
|
401
|
+
### Issue: [Common problem]
|
|
402
|
+
**Solution:** [How to fix]
|
|
403
|
+
|
|
404
|
+
---
|
|
405
|
+
|
|
406
|
+
## Rollback
|
|
407
|
+
|
|
408
|
+
[Steps to undo if something goes wrong]
|
|
409
|
+
```
|
|
410
|
+
|
|
411
|
+
---
|
|
412
|
+
|
|
413
|
+
## Ongoing Organization
|
|
414
|
+
|
|
415
|
+
### Creating New Projects
|
|
416
|
+
|
|
417
|
+
When user says "new project for [topic]":
|
|
418
|
+
|
|
419
|
+
1. Ask which space it belongs in
|
|
420
|
+
2. Create folder: `<space>/<topic>-YYYY-MM/`
|
|
421
|
+
3. Create initial `PLAN.md` or `README.md`
|
|
422
|
+
4. Suggest next steps
|
|
423
|
+
|
|
424
|
+
### Suggesting Organization
|
|
425
|
+
|
|
426
|
+
When user asks "where should I put [X]":
|
|
427
|
+
|
|
428
|
+
1. Understand what X is (document type, project, reference)
|
|
429
|
+
2. Recommend the appropriate space
|
|
430
|
+
3. Suggest naming convention
|
|
431
|
+
4. Offer to create it
|
|
432
|
+
|
|
433
|
+
---
|
|
434
|
+
|
|
435
|
+
## Status Indicators
|
|
436
|
+
|
|
437
|
+
Use these consistently:
|
|
438
|
+
- β
Complete
|
|
439
|
+
- β³ In Progress
|
|
440
|
+
- βΈοΈ Pending
|
|
441
|
+
- β Blocked
|
|
442
|
+
- β οΈ Warning/Issue
|
|
443
|
+
- π Active Work
|
|
444
|
+
|
|
445
|
+
## Naming Conventions
|
|
446
|
+
|
|
447
|
+
- **Spaces:** lowercase-with-dashes (e.g., `daily-notes`)
|
|
448
|
+
- **Time-bound projects:** `topic-YYYY-MM` (e.g., `aws-cleanup-2026-02`)
|
|
449
|
+
- **Documents:** `UPPERCASE_TYPE.md` for templates, `lowercase-name.md` for content
|