Show HN: Autopilot for Cursor IDE

github.com

6 points by Homo__Ludens a day ago

I’ve always been looking for a solution to communicate larger technical systems faster. This includes a lot of known details and a technical de-risking plan. It is clear that LLMs need that structure and are capable of digesting it well.

I’ve built MCP server for guiding the Cursor IDE through the plan that comes from the LLM assisted pipeline: PRD → TRD → Project files tree → Implementation Plan

1. The whole chain comes from one end-to-end solution 2. Codebase produced is easy to navigate by the automatically managed tracebility 3. Specification updates get reflected in tasks, so the flow is designed to support evolution

I use gemini-2.5-pro for requirements capturing and tasks management.

Cloud Code and Gemini CLI support is coming soon.

isemenov 18 hours ago

Interesting idea! Looks like something in the field of Kiro - new specification-driven IDE from AWS. Great that your thing is part of Cursor tho - I can see how it can be really useful.