Skip to content

Commit 6712800

Browse files
committed
feat: updated roadmaps
1 parent e8b490d commit 6712800

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

ROADMAP.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131

3232
## In Progress
3333

34+
- [ ] **Goal template provisioning improvements**
35+
- Fix: duplicate issues created when using goal templates
36+
- Support multi-select goal templates (currently single-select)
37+
- Unsure if dedicated project per goal template is the right model — revisit
38+
3439
## Backlog
3540

3641
### Template System

web/ROADMAP.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222

2323
## Next
2424

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+
2533
- [ ] **Paperclip plugin integration** — package as a `page` slot plugin
2634
- Blocked on: plugin system implementation in Paperclip (post-V1, see `doc/plugins/PLUGIN_SPEC.md`)
2735
- See: [PLUGIN-INTEGRATION.md](./PLUGIN-INTEGRATION.md) for full architecture plan
@@ -31,17 +39,9 @@
3139
3. UI: export `WizardPage` for `page` slot, use `usePluginData`/`usePluginAction` bridge
3240
4. Manifest: declare capabilities (`companies.create`, `agents.create`, `ui.page.register`)
3341
5. Publish to npm, install via `pnpm paperclipai plugin install`
34-
35-
## Later
36-
3742
- [ ] 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)
4343
- [ ] 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)
4545
- [ ] BYO bring your own templates — pre-assembled complete teams as a third onboarding path (AGENTS.md, HEARTBEAT.md, reference docs ...)
4646
- Load from `paperclipai/companies` repo (Marketing Agency, Research Team, Startup Essentials), or
4747
- Define local template directory (e.g. `~/.paperclip/templates`)

0 commit comments

Comments
 (0)