{% extends "base.html" %} {% block title %}Create a New Plan - PlanExe{% endblock %} {% block head %} {% endblock %} {% block content %}

Create a New Plan

{% if example_prompts %}
{% for ep in example_prompts %} {% endfor %}
{% endif %}

Tip: You can type a prompt above to try PlanExe out, however the intended way is when your AI assistant writes the prompt for you. A good prompt is detailed — it includes your goal, constraints, budget, timeline, and context. Writing all of that by hand takes effort and it's easy to leave out important details.

The recommended way to use PlanExe is through MCP (Model Context Protocol). Connect PlanExe to your preferred AI tool — such as Claude, Cursor, or Windsurf — and let it interview you about your idea, then compose a thorough prompt on your behalf. This consistently produces higher-quality plans because the AI ensures nothing important is missing.

See the MCP documentation for how to set up MCP with your AI tool.

{% if example_prompts %} {% endif %} {% endblock %}