You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,18 @@ Public direction. Intent, not commitments. Shipped reality lives in [`CHANGELOG.
4
4
5
5
## Now
6
6
7
-
-`aidd-orchestrator`: extend beyond `async-dev` with `agentic-orchestration` (multi-agent hand-offs) and `flow-orchestration` (branching pipelines with human gates).
8
-
- Snapshot eval pipeline: run each plugin's `evals/scenarios.json` against a pinned model on every release PR; fail when expected action drifts.
9
-
- Open the repository to external contributors (issue templates, labels, branch protection on `main`).
7
+
-**Open source the repository.** Move from private to public, with everything an external contributor needs (issue templates, labels, branch protection on `main`).
8
+
-**Keep growing the skill catalog.** Continuous improvement of existing skills and additions across every plugin.
10
9
11
10
## Next
12
11
13
-
- Skill frontmatter extensions: `model:`, `effort:`, `allowed-tools:` per skill.
14
-
- Per-plugin `authors:` metadata surfaced in plugin README and `marketplace.json`.
15
-
- Cost transparency badges (low / medium / high) per skill, backed by eval runs.
16
-
- Cross-tool parity with [`aidd-cli`](https://github.com/ai-driven-dev/aidd-cli) (Cursor, Copilot, OpenCode).
12
+
-**Dynamic orchestration.** Extend `aidd-orchestrator` so it composes agents and skills on the fly, picking from whichever plugins the user has installed instead of hard-coded pipelines.
13
+
-**`aidd-cli` integration.** First-class support for the cross-tool [`aidd-cli`](https://github.com/ai-driven-dev/aidd-cli) so the same marketplace ships to Cursor, Copilot, OpenCode.
14
+
-**`aidd-pm` full project scope.** Skills covering greenfield bootstrap, brownfield audits, backlog grooming, and ongoing PM rituals.
0 commit comments