|
22 | 22 |
|
23 | 23 | ## Next |
24 | 24 |
|
| 25 | +- [ ] Remaining agent configurations available in the wizard |
| 26 | +- [ ] Generate multiple goals/projects by the wizard / Add multiple goals/projects (non-wizard) |
| 27 | +- [ ] Generate additional issues by the wizard, if applicable (the current ones are all predefined in the modules) |
| 28 | +- [ ] Live preview of assembled markdown files during wizard |
| 29 | +- [ ] Agent heartbeat rate configuration (predefined values for each role) |
| 30 | + |
| 31 | +## Later |
| 32 | + |
25 | 33 | - [ ] **Paperclip plugin integration** — package as a `page` slot plugin |
26 | 34 | - Blocked on: plugin system implementation in Paperclip (post-V1, see `doc/plugins/PLUGIN_SPEC.md`) |
27 | 35 | - See: [PLUGIN-INTEGRATION.md](./PLUGIN-INTEGRATION.md) for full architecture plan |
|
31 | 39 | 3. UI: export `WizardPage` for `page` slot, use `usePluginData`/`usePluginAction` bridge |
32 | 40 | 4. Manifest: declare capabilities (`companies.create`, `agents.create`, `ui.page.register`) |
33 | 41 | 5. Publish to npm, install via `pnpm paperclipai plugin install` |
34 | | - |
35 | | -## Later |
36 | | - |
37 | 42 | - [ ] Adapter model selection (general / specific for each role) |
38 | | -- [ ] Agent heartbeat rate configuration (predefined values for each role) |
39 | | -- [ ] Remaining agent configurations available in the wizard |
40 | | -- [ ] Provide agent tool to add modules and/or roles to the company after creation (considering human approval required setting) |
41 | | -- [ ] Generate multiple projects by the wizard / Add multiple projects (non-wizard) |
42 | | -- [ ] Generate additional issues by the wizard, if applicable (the current ones are all predefined in the modules) |
43 | 43 | - [ ] Org hierarchy chart preview |
44 | | -- [ ] Live preview of assembled markdown files during wizard |
| 44 | +- [ ] Provide agent tool to add modules and/or roles to the company after creation (considering human approval required setting) |
45 | 45 | - [ ] BYO bring your own templates — pre-assembled complete teams as a third onboarding path (AGENTS.md, HEARTBEAT.md, reference docs ...) |
46 | 46 | - Load from `paperclipai/companies` repo (Marketing Agency, Research Team, Startup Essentials), or |
47 | 47 | - Define local template directory (e.g. `~/.paperclip/templates`) |
|
0 commit comments