Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -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)
12 changes: 11 additions & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)