makeitagentreadyMake It Agent Ready home

What’s next

Running plan for upcoming Make It Agent Ready tools—what we intend to ship and in what order.

# makeitagentready.com — Tools roadmap (phased)

Free, browser-side helpers that align with agent-readiness checks (robots, llms.txt, sitemaps, metadata). Each phase ships user-visible pages under `/tools`.

## Phase 1 — Generators (shipped first)

| Tool | Route | Purpose |
|------|-------|---------|
| AI policy bundle generator | `/tools/ai-policy-bundle-generator` | `ai.txt`, JSON `llms.txt` (`.well-known` style), `robots.txt`, and `humans.txt` via `@profullstack/ai-dot-txt`. |
| LLMs.txt generator | `/tools/llms-txt-generator` | Draft a starter `llms.txt` from site title, base URL, and bullet links. |
| robots.txt generator | `/tools/robots-txt` | Draft `robots.txt` with optional `Disallow` lines, `Sitemap:` line, and **Content-Signal** toggles. |
| Sitemap.xml generator | `/tools/sitemap` | Build a minimal `urlset` from a pasted list of absolute URLs. |
| Tools hub | `/tools` | Index of all tools + short descriptions. |

**Homepage:** card grid under the scan section linking into Phase 1 tools.

## Phase 2 — Inspect & preview

| Tool | Route | Purpose |
|------|-------|---------|
| Metadata checker | `/tools/metadata` | Paste a URL; show title, description, canonical, OG/Twitter tags (fetch from client with CORS caveats or server proxy later). |
| Open Graph / Twitter preview | `/tools/og-preview` | Card-style preview for a URL’s social tags. |

## Phase 3 — Structured data & URL hygiene

| Tool | Route | Purpose |
|------|-------|---------|
| JSON-LD generator | `/tools/schema` | `Organization` / `WebSite` / `Article` snippets for blog posts. |
| Canonical helper | `/tools/canonical` | Preferred host (`www` vs apex), trailing slash, and copy-paste Next `metadata` snippets. |

## Phase 4 — Deep agent integration helpers

| Tool | Route | Purpose |
|------|-------|---------|
| Agent skills index builder | `/tools/agent-skills` | Scaffold `/.well-known/agent-skills/index.json` + `SKILL.md` paths. |
| MCP server card generator | `/tools/mcp-card` | Scaffold `/.well-known/mcp/server-card.json`. |
| API catalog helper | `/tools/api-catalog` | Scaffold RFC 9727-style API catalog JSON (if/when you want parity with checks). |

## Phase 5 — “Fix pack” (post-scan)

| Deliverable | Purpose |
|-------------|---------|
| Export checklist / bundle | After a scan, one page or download listing exact files to add (`robots.txt`, `llms.txt`, well-known paths) with copy-paste bodies tied to failing checks. |

---

**Note:** Generators produce **drafts** — operators should review before publishing. Crawlers and agents may interpret signals differently; this is not legal advice.