workspace-maxxing 0.5.0 → 0.6.0
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/README.md +166 -205
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,205 +1,166 @@
|
|
|
1
|
-
# workspace-maxxing
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
├──
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
|
82
|
-
|
|
83
|
-
|
|
|
84
|
-
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
##
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
- Layer 3: selective task artifacts
|
|
168
|
-
|
|
169
|
-
Reference: [Interpretable Context Methodology paper](https://arxiv.org/abs/2603.16021)
|
|
170
|
-
|
|
171
|
-
## Local Development
|
|
172
|
-
|
|
173
|
-
```bash
|
|
174
|
-
npm install
|
|
175
|
-
npm run build
|
|
176
|
-
npm test
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
## Project Layout
|
|
180
|
-
|
|
181
|
-
```
|
|
182
|
-
workspace-maxxing/
|
|
183
|
-
├── src/
|
|
184
|
-
│ ├── index.ts # CLI entry point
|
|
185
|
-
│ ├── install.ts # Skill installation
|
|
186
|
-
│ ├── agent-creator.ts # Agent creation
|
|
187
|
-
│ ├── agent-iterator.ts # Agent self-improvement
|
|
188
|
-
│ ├── platforms/ # Platform installers
|
|
189
|
-
│ └── scripts/ # Core scripts
|
|
190
|
-
├── templates/
|
|
191
|
-
│ ├── SKILL.md # Main skill definition
|
|
192
|
-
│ └── .workspace-templates/ # Workspace templates
|
|
193
|
-
└── tests/
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
## Contributing
|
|
197
|
-
|
|
198
|
-
1. Fork and create a feature branch.
|
|
199
|
-
2. Add or update tests for behavior changes.
|
|
200
|
-
3. Run `npm run build` and `npm test`.
|
|
201
|
-
4. Open a PR with context on workflow impact.
|
|
202
|
-
|
|
203
|
-
## License
|
|
204
|
-
|
|
205
|
-
MIT License - see [LICENSE](LICENSE) file for details.
|
|
1
|
+
# workspace-maxxing
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<a href="https://www.npmjs.com/package/workspace-maxxing">
|
|
5
|
+
<img src="https://img.shields.io/npm/v/workspace-maxxing?style=flat&color=blue" alt="npm version">
|
|
6
|
+
</a>
|
|
7
|
+
<a href="https://github.com/ericjdz/workflow-maxxing/blob/master/LICENSE">
|
|
8
|
+
<img src="https://img.shields.io/npm/l/workspace-maxxing?style=flat&color=green" alt="MIT License">
|
|
9
|
+
</a>
|
|
10
|
+
<a href="https://github.com/ericjdz/workflow-maxxing">
|
|
11
|
+
<img src="https://img.shields.io/github/stars/ericjdz/workflow-maxxing?style=flat" alt="GitHub stars">
|
|
12
|
+
</a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
> An AI agent skill that builds ICM-compliant workspaces with invokable sub-agents. One command, complete workflow automation.
|
|
16
|
+
|
|
17
|
+
## Why workspace-maxxing?
|
|
18
|
+
|
|
19
|
+
Most AI agent workspaces are disorganized—context is scattered, prompts are vague, and workflows lack structure. **workspace-maxxing** solves this by:
|
|
20
|
+
|
|
21
|
+
- **Creating structured workspaces** with ICM methodology (SYSTEM.md, CONTEXT.md, stage folders)
|
|
22
|
+
- **Building autonomous agents** that you can invoke with `@agent-name`
|
|
23
|
+
- **Self-improving agents** that validate and iterate until robust
|
|
24
|
+
- **Automatic tool discovery** - checks available tools, installs missing ones
|
|
25
|
+
|
|
26
|
+
## Quick Start
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
# 1. Install the skill to your project
|
|
30
|
+
npx workspace-maxxing install
|
|
31
|
+
|
|
32
|
+
# 2. In your AI agent, invoke the skill
|
|
33
|
+
@workspace-maxxing
|
|
34
|
+
|
|
35
|
+
# 3. Ask it to create something
|
|
36
|
+
"Create a workspace for lead scraping"
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
The skill does everything else—creates folder structure, builds the agent, verifies tools, runs self-improvement.
|
|
40
|
+
|
|
41
|
+
## What You Get
|
|
42
|
+
|
|
43
|
+
When you ask for a "lead scraping" workspace:
|
|
44
|
+
|
|
45
|
+
```
|
|
46
|
+
lead-scraper/
|
|
47
|
+
├── .agents/skills/lead-scraper/ ← Invokable with @lead-scraper
|
|
48
|
+
│ ├── SKILL.md
|
|
49
|
+
│ ├── prompts/
|
|
50
|
+
│ └── config.json
|
|
51
|
+
├── 01-input/ ← Stage 1: Input
|
|
52
|
+
├── 02-process/ ← Stage 2: Processing
|
|
53
|
+
├── 03-output/ ← Stage 3: Output
|
|
54
|
+
├── 00-meta/ ← Metadata & tools
|
|
55
|
+
├── SYSTEM.md ← Global rules
|
|
56
|
+
└── CONTEXT.md ← Routing
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
Now use `@lead-scraper` to run that workflow anytime.
|
|
60
|
+
|
|
61
|
+
## Features
|
|
62
|
+
|
|
63
|
+
### 🎯 Agent Creation
|
|
64
|
+
- Create invokable agents for any workflow
|
|
65
|
+
- Agents self-improve until score ≥ 85
|
|
66
|
+
- Built-in test case generation & validation
|
|
67
|
+
|
|
68
|
+
### 🔧 Automatic Tool Discovery
|
|
69
|
+
- Checks what native tools your AI agent has
|
|
70
|
+
- Verifies tool accessibility with test runs
|
|
71
|
+
- Installs missing MCPs or CLI tools automatically
|
|
72
|
+
|
|
73
|
+
### 📁 ICM Workspace Structure
|
|
74
|
+
- SYSTEM.md (global rules)
|
|
75
|
+
- CONTEXT.md (routing)
|
|
76
|
+
- Numbered stage folders (01-input, 02-process, 03-output)
|
|
77
|
+
- 00-meta for tools & execution logs
|
|
78
|
+
|
|
79
|
+
### 🔄 Multi-Platform Support
|
|
80
|
+
|
|
81
|
+
| Platform | Installation |
|
|
82
|
+
|----------|--------------|
|
|
83
|
+
| OpenCode | `npx workspace-maxxing install` |
|
|
84
|
+
| Claude Code | `npx workspace-maxxing --claude` |
|
|
85
|
+
| GitHub Copilot | `npx workspace-maxxing --copilot` |
|
|
86
|
+
| Gemini CLI | `npx workspace-maxxing --gemini` |
|
|
87
|
+
|
|
88
|
+
## Commands
|
|
89
|
+
|
|
90
|
+
### CLI Commands
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
# Install the skill
|
|
94
|
+
npx workspace-maxxing install
|
|
95
|
+
|
|
96
|
+
# Install for specific platform
|
|
97
|
+
npx workspace-maxxing --opencode
|
|
98
|
+
|
|
99
|
+
# Legacy commands (still work)
|
|
100
|
+
npx workspace-maxxing init
|
|
101
|
+
npx workspace-maxxing --create-workspace --workspace-name "My Project"
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### In Your AI Agent
|
|
105
|
+
|
|
106
|
+
When you invoke `@workspace-maxxing`, you can ask:
|
|
107
|
+
|
|
108
|
+
| Request | Action |
|
|
109
|
+
|---------|--------|
|
|
110
|
+
| `"Build a workspace for X"` | Creates ICM workspace |
|
|
111
|
+
| `"Create an agent for Y"` | Creates invokable @agent |
|
|
112
|
+
| `"Validate my workspace"` | Checks ICM compliance |
|
|
113
|
+
| `"Improve my workspace"` | Runs autonomous iteration |
|
|
114
|
+
| `"Add tools for Z"` | Installs required tools |
|
|
115
|
+
|
|
116
|
+
## Architecture
|
|
117
|
+
|
|
118
|
+
```
|
|
119
|
+
┌─────────────────────────────────────────────────────┐
|
|
120
|
+
│ @workspace-maxxing (invoked by user) │
|
|
121
|
+
├─────────────────────────────────────────────────────┤
|
|
122
|
+
│ 1. RESEARCH → Analyze the request │
|
|
123
|
+
│ 2. TOOLING → Discover & install tools │
|
|
124
|
+
│ 3. ARCHITECTURE → Design workspace structure │
|
|
125
|
+
│ 4. BUILD → Create ICM folders & files │
|
|
126
|
+
│ 5. AGENT → Build invokable @agent │
|
|
127
|
+
│ 6. ITERATE → Self-improve until robust │
|
|
128
|
+
│ 7. DELIVER → Complete workspace + agent │
|
|
129
|
+
└─────────────────────────────────────────────────────┘
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## What's Inside
|
|
133
|
+
|
|
134
|
+
| File/Folder | Purpose |
|
|
135
|
+
|-------------|---------|
|
|
136
|
+
| `SKILL.md` | Main skill definition |
|
|
137
|
+
| `skills/` | Sub-skills (research, architecture, tooling, etc.) |
|
|
138
|
+
| `scripts/` | Executable scripts (scaffold, validate, dispatch) |
|
|
139
|
+
| `.workspace-templates/` | ICM workspace templates |
|
|
140
|
+
|
|
141
|
+
## The Iron Law
|
|
142
|
+
|
|
143
|
+
```
|
|
144
|
+
NO BUILD WITHOUT PLAN
|
|
145
|
+
NO PLAN WITHOUT RESEARCH
|
|
146
|
+
NO TOOL DISCOVERY BEFORE AGENT DELIVERY
|
|
147
|
+
NO IMPROVEMENT WITHOUT VALIDATION
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
## Requirements
|
|
151
|
+
|
|
152
|
+
- Node.js 18+
|
|
153
|
+
- npm or yarn
|
|
154
|
+
- An AI agent (OpenCode, Claude, Copilot, or Gemini)
|
|
155
|
+
|
|
156
|
+
## Contributing
|
|
157
|
+
|
|
158
|
+
Contributions welcome! Please read the [contributing guide](CONTRIBUTING.md) first.
|
|
159
|
+
|
|
160
|
+
## License
|
|
161
|
+
|
|
162
|
+
MIT © [Eric Julian Deguzman](https://github.com/ericjdz)
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
<p align="center">Made with 🚀 by the workspace-maxxing team</p>
|