diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..2baf2a4 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,28 @@ +# Roadmap + +> Untrusted until proven. + +## Now + +- [ ] agent-ready v1 stable — 9 Pillars / 5 Levels finalized +- [ ] behavior-driven-testing — docs, examples, CI +- [ ] Scan 10+ well-known open-source repos publicly +- [ ] Discord community + +## Next + +- [ ] agent-ready GitHub Action — scan in CI, post to PRs +- [ ] Proof-first verification spec +- [ ] Multi-language support (Python, Go, Rust) +- [ ] Badge program — repos display their agent-ready level + +## Later + +- [ ] Multi-agent orchestration primitives +- [ ] Plugin system for custom checks +- [ ] IDE + CI platform integrations +- [ ] Formal governance (RFC process) + +--- + +[Suggest changes](https://github.com/agent-next/agent-ready/discussions) diff --git a/profile/README.md b/profile/README.md index 1b6dd5c..6a8e83d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,6 +1,6 @@ # Agent Next -**Open-source tools for proof-first autonomous software delivery.** +**Untrusted until proven.** Open verification standards for AI agents. AI agents that ship code without verification ship bugs at scale. We build the open-source standards, verification frameworks, and orchestration primitives that make autonomous delivery trustworthy. @@ -30,3 +30,13 @@ Agent output is untrusted until proven correct. Every delivery needs: - **Evidence trail** — what was tested, how, and by whom? This is the "proof-first" principle that runs through everything we build. + +## Roadmap + +See [ROADMAP.md](https://github.com/agent-next/.github/blob/main/ROADMAP.md) for what we're building now, next, and later. + +## Get Involved + +[Contributing](https://github.com/agent-next/.github/blob/main/CONTRIBUTING.md) · [Security](https://github.com/agent-next/.github/blob/main/SECURITY.md) · [Discussions](https://github.com/agent-next/agent-ready/discussions) + +**Maintainer**: [@robotlearning123](https://github.com/robotlearning123)