minutework 0.1.23 → 0.1.25
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/EXTERNAL_ALPHA.md
CHANGED
|
@@ -63,6 +63,10 @@ the same source so they cannot drift) plus exported `skills/` guidance so the
|
|
|
63
63
|
local coding agent sees the combined-web, mobile standalone-client,
|
|
64
64
|
snapshot-delivery, and `mw.core.site` baseline workflow. Claude Code reads
|
|
65
65
|
`CLAUDE.md`; Codex and other IDE agents read `AGENTS.md`.
|
|
66
|
+
The exported guidance includes a project-orientation fast path so broad
|
|
67
|
+
questions like "what is this project about?", "what can we build?", and "can we
|
|
68
|
+
make an existing product agentic?" route through the relevant skills in one
|
|
69
|
+
pass instead of requiring the user to ask for each topic separately.
|
|
66
70
|
|
|
67
71
|
The workspace MCP (read-only context tools) is wired for Cursor
|
|
68
72
|
(`.cursor/mcp.json`) and Codex (`.codex/config.toml`, which Codex loads for
|
package/README.md
CHANGED
|
@@ -91,8 +91,12 @@ minutework session resume
|
|
|
91
91
|
overlapping phantom sessions.
|
|
92
92
|
- Generated workspaces receive a root `CLAUDE.md` and `AGENTS.md` (rendered from
|
|
93
93
|
the same source so they cannot drift) plus exported `skills/` guidance tailored
|
|
94
|
-
to the combined web
|
|
95
|
-
Codex and other IDE agents
|
|
94
|
+
to the combined web, mobile, published-site, runtime-agent, OSS-adoption, and
|
|
95
|
+
ontology workflows. Claude Code reads `CLAUDE.md`; Codex and other IDE agents
|
|
96
|
+
read `AGENTS.md`.
|
|
97
|
+
- Broad project questions route through a project-orientation fast path so the
|
|
98
|
+
agent can answer "what is this project about?" or "can we make an existing
|
|
99
|
+
product agentic?" without the user naming individual skills.
|
|
96
100
|
- The workspace MCP (read-only context tools) is wired for Cursor
|
|
97
101
|
(`.cursor/mcp.json`) and Codex (`.codex/config.toml`, which Codex loads for
|
|
98
102
|
trusted projects); `mcp/claude-desktop.sample.json` is included for Claude
|
|
@@ -36,6 +36,18 @@ coding agent can use them as reference: browse `skills/` and read the relevant
|
|
|
36
36
|
automatically and `/skill-name` invokes one directly; other agents (Codex,
|
|
37
37
|
Cursor) can open the files directly or ask "What skills are available?".
|
|
38
38
|
|
|
39
|
+
## Project Orientation Fast Path
|
|
40
|
+
|
|
41
|
+
When the user asks broad context questions like "what is this project about?",
|
|
42
|
+
"what can we build with MinuteWork?", "can we build our own product or make an
|
|
43
|
+
existing product agentic?", "how do OSS products fit?", or "what is the
|
|
44
|
+
ontology/network effect?", do not wait for them to name skills one by one. Read
|
|
45
|
+
`skills/project-overview-and-strategy/SKILL.md` first, then pull the routed
|
|
46
|
+
skills it lists in the same pass. Answer with the integrated product story:
|
|
47
|
+
workspace purpose, app-pack model, `tenant-app`/`sidecar`/`mobile` surfaces,
|
|
48
|
+
runtime-agent model, build-native vs `attached_app`, ontology/shared-URN
|
|
49
|
+
mapping, shadow participation, and capability-gap boundaries.
|
|
50
|
+
|
|
39
51
|
## Shell-First UI Default
|
|
40
52
|
|
|
41
53
|
- For member-facing collaboration and operator work, check shell fit first.
|
|
@@ -28,13 +28,14 @@ receive:
|
|
|
28
28
|
|
|
29
29
|
Generated-workspace-first guidance should live here, especially:
|
|
30
30
|
|
|
31
|
+
- `project-overview-and-strategy/SKILL.md`
|
|
31
32
|
- `generated-workspace-architecture/SKILL.md`
|
|
32
33
|
- `vuilder-public-site-authoring/SKILL.md`
|
|
33
34
|
- `workspace-guidance-refresh/SKILL.md`
|
|
34
35
|
- `shell-architecture/SKILL.md`
|
|
35
|
-
- `standalone-mobile-client/SKILL.md`
|
|
36
36
|
- `runtime-capability-inventory/SKILL.md`
|
|
37
37
|
- `layering-and-import-modes/SKILL.md`
|
|
38
|
+
- `standalone-mobile-client/SKILL.md`
|
|
38
39
|
- `capability-gap-reporting/SKILL.md`
|
|
39
40
|
- `shadow-participation-and-guest-threads/SKILL.md`
|
|
40
41
|
- `email-ingress-and-thread-routing/SKILL.md`
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: project-overview-and-strategy
|
|
3
|
+
description: "Broad project questions: what this workspace is, what MinuteWork can build, agentic apps, OSS adoption, ontology, or network effects."
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Project Overview And Strategy
|
|
7
|
+
|
|
8
|
+
Use this skill before answering broad orientation or strategy questions such as:
|
|
9
|
+
|
|
10
|
+
- "What is this project about?"
|
|
11
|
+
- "What can we build with MinuteWork?"
|
|
12
|
+
- "Can we build our own product or make an existing product agentic?"
|
|
13
|
+
- "How do OSS products fit?"
|
|
14
|
+
- "What is the ontology or network effect?"
|
|
15
|
+
|
|
16
|
+
Answer these in one pass. Do not wait for the user to ask for each underlying
|
|
17
|
+
skill separately.
|
|
18
|
+
|
|
19
|
+
## One-Pass Skill Routing
|
|
20
|
+
|
|
21
|
+
For broad project questions, read or summarize these local skills together as
|
|
22
|
+
needed:
|
|
23
|
+
|
|
24
|
+
- `generated-workspace-architecture/SKILL.md` for the generated workspace shape,
|
|
25
|
+
trust boundary, and local authoring model.
|
|
26
|
+
- `app-pack-authoring/SKILL.md` for the shipped product unit, app-pack shape,
|
|
27
|
+
compose-before-rebuild defaults, and seed-record conventions.
|
|
28
|
+
- `shell-architecture/SKILL.md` for why member/operator collaboration defaults
|
|
29
|
+
to the shell instead of bespoke standalone frontends.
|
|
30
|
+
- `ai-capability-defaults/SKILL.md` for the runtime-agent model and why AI
|
|
31
|
+
belongs in governed runtime capabilities instead of browser/provider calls.
|
|
32
|
+
- `layering-and-import-modes/SKILL.md` for build-native vs govern-existing,
|
|
33
|
+
`attached_app`, OSS adoption, and greenfield-last decisions.
|
|
34
|
+
- `sidecar-generation/SKILL.md` for bridge/integration execution, workers,
|
|
35
|
+
webhooks, schedulers, and backend compute.
|
|
36
|
+
- `standalone-mobile-client/SKILL.md` for Expo/native client boundaries.
|
|
37
|
+
- `ontology-mapping/SKILL.md` for shared URNs, overlays, explicit promotion,
|
|
38
|
+
and the data network-effect story.
|
|
39
|
+
- `shadow-participation-and-guest-threads/SKILL.md` for guests, external
|
|
40
|
+
participants, claim/upgrade, and collaboration network effects.
|
|
41
|
+
- `contract-first-public-intake/SKILL.md` and
|
|
42
|
+
`email-ingress-and-thread-routing/SKILL.md` for external/anonymous intake,
|
|
43
|
+
handoff continuity, and communication surfaces.
|
|
44
|
+
- `runtime-capability-inventory/SKILL.md` when the answer depends on what the
|
|
45
|
+
current workspace or linked runtime already exposes.
|
|
46
|
+
- `capability-gap-reporting/SKILL.md` when a strategic answer reaches a missing
|
|
47
|
+
substrate or unshipped capability.
|
|
48
|
+
|
|
49
|
+
## Compact Project Answer
|
|
50
|
+
|
|
51
|
+
MinuteWork Builder is a governed local authoring workspace for building or
|
|
52
|
+
extending MinuteWork app packs. An app pack is the product unit. The workspace
|
|
53
|
+
usually composes schemas, manifests, `mw.core.site`, runtime capabilities,
|
|
54
|
+
agents, overlays, and published-web flows before writing bespoke code.
|
|
55
|
+
|
|
56
|
+
MinuteWork supports two legitimate paths: build a native MinuteWork product
|
|
57
|
+
from scratch, or wrap an existing product/OSS system with a governed, agentic
|
|
58
|
+
control surface.
|
|
59
|
+
|
|
60
|
+
Implementation surfaces are:
|
|
61
|
+
|
|
62
|
+
- `tenant-app`: Next.js web surface for public routes and private `/app`
|
|
63
|
+
standalone exceptions.
|
|
64
|
+
- `sidecar`: internal backend bridge for webhooks, workers, schedulers,
|
|
65
|
+
integration APIs, long-running compute, and foreign-system adapters.
|
|
66
|
+
- `mobile`: standalone Expo/React Native client that talks directly to platform
|
|
67
|
+
native session endpoints with device-flow bearer auth.
|
|
68
|
+
|
|
69
|
+
For member/operator collaboration, check shell fit first. The default product
|
|
70
|
+
experience is the gateway shell and thread/card/right-rail substrate. Standalone
|
|
71
|
+
web or native surfaces are exceptions for public, embeddable, or explicitly
|
|
72
|
+
separate client experiences.
|
|
73
|
+
|
|
74
|
+
## Strategic Positioning
|
|
75
|
+
|
|
76
|
+
MinuteWork is most differentiated when identity, shared meaning, external
|
|
77
|
+
collaboration, AI agents, and foreign systems participate in the same governed
|
|
78
|
+
substrate:
|
|
79
|
+
|
|
80
|
+
- Shadow identity and guest/shared threads let people collaborate before they
|
|
81
|
+
have an account or runtime, then claim or upgrade explicitly without losing
|
|
82
|
+
continuity.
|
|
83
|
+
- Ontology mappings connect local records to stable shared URNs while keeping
|
|
84
|
+
high-variance tenant data runtime-local until an explicit promotion workflow.
|
|
85
|
+
- Runtime agents use `mw.runtime.agent` seed records and namespaced runtime-kind
|
|
86
|
+
tool packs. UI surfaces collect inputs and render governed outputs; they do
|
|
87
|
+
not run model/provider logic directly.
|
|
88
|
+
- OSS and mature external products are adopted before rebuilding when they fit.
|
|
89
|
+
Use `attached_app` when the foreign system should remain independently
|
|
90
|
+
deployed, and use sidecar bridge code plus runtime agents/tool packs to make
|
|
91
|
+
it governed and agentic.
|
|
92
|
+
- Build-native is appropriate when the capability is central, reusable, and
|
|
93
|
+
should become MinuteWork substrate. Greenfield is last after existing
|
|
94
|
+
substrate, reviewed skills, app-pack extension, OSS adoption, and
|
|
95
|
+
`attached_app` have been considered.
|
|
96
|
+
|
|
97
|
+
## Answer Shape
|
|
98
|
+
|
|
99
|
+
For broad user questions, lead with the product-level answer, then map to the
|
|
100
|
+
concrete workspace surfaces. A good answer should usually cover:
|
|
101
|
+
|
|
102
|
+
- what the workspace is;
|
|
103
|
+
- what each surface is for;
|
|
104
|
+
- how agentic behavior works;
|
|
105
|
+
- when to build native vs govern an existing product;
|
|
106
|
+
- how ontology and shadow participation create network effects;
|
|
107
|
+
- which skill or workspace MCP tool to inspect next if the user asks for an
|
|
108
|
+
implementation plan.
|
|
109
|
+
|
|
110
|
+
Do not end broad strategy answers by asking the user to name a skill. Choose
|
|
111
|
+
the relevant skills yourself and give the integrated answer.
|
|
112
|
+
|
|
113
|
+
If the user has not named a product or workflow yet, close by asking for that
|
|
114
|
+
concrete target and say you will map it to shell vs `tenant-app` vs `sidecar` vs
|
|
115
|
+
`mobile`, decide build-native vs `attached_app`, and identify the first
|
|
116
|
+
schemas, agents, and bridges to author.
|