--- name: discover-ideas description: Browse the public Idea Platform catalog. Use when exploring ideas, summarizing a public idea, or gathering context before a human adopts it. Never write. --- # Discover ideas Public catalog only. **Idea → Attempt → Work**: you are still on Idea. Adoption happens on the website after login; then the attempt page can emit `AGENTS.md` with a branch token. ## Do 1. Call MCP `list_ideas` (optional `q`). 2. For a candidate, `get_idea` then `get_idea_context`. 3. Show **title**, **id**, **summary**, **metrics**, and **works**. 4. Link `https://idea-platform.z-agent.ccwu.cc/explore/`. ## Do not - Never POST, PATCH, or DELETE. - Never invent an attempt token. - Do not scrape HTML; use the MCP tools.