Loading
Project Overview [What does this project do? Who uses it? Why does it exist?]
Recommended by author
This prompt takes no variables — just pick a model and run.
# Software Project ## Project Overview [What does this project do? Who uses it? Why does it exist?] ## Tech Stack - Language(s): [e.g. TypeScript, Python] - Framework(s): [e.g. Next.js, FastAPI] - Database: [e.g. Postgres, SQLite] - Key dependencies: [notable libraries] ## Key Commands ```bash # Install dependencies npm install # or: pip install -r requirements.txt # Development server npm run dev # or: python app.py # Tests npm test # or: pytest # Lint / format npm run lint # or: ruff check . # Build npm run build ``` ## Architecture [1–3 sentence high-level description. E.g. "Next.js frontend calls a FastAPI backend. All state lives in Postgres. Auth is handled by Clerk."] ## Working Conventions - Read existing code before modifying anything — never guess at patterns - Keep commits small and focused (one logical change per commit) - Write or update tests for any new behavior - Run the full test suite before marking a task done - Leave code cleaner than you found it, but don't refactor beyond the task ## File Structure ``` [describe the key directories and what lives there] ``` ## Open Issues / Backlog [Link to GitHub issues, Linear, or list priorities inline] ## Gotchas [Known footguns, env vars needed, non-obvious things Claude should know]
Running prompts needs a free account.
Sign in and we'll stream the response from GPT-5 right here — no config needed for the platform models.
Project Overview [What does this project do? Who uses it? Why does it exist?]
# Software Project ## Project Overview [What does this project do? Who uses it? Why does it exist?] ## Tech Stack - Language(s): [e.g. TypeScript, Python] - Framework(s): [e.g. Next.js, FastAPI] - Database: [e.g. Postgres, SQLite] - Key dependencies: [notable libraries] ## Key Commands ```bash # Install dependencies npm install # or: pip install -r requirements.txt # Development server npm run dev # or: python app.py # Tests npm test # or: pytest # Lint / format npm run lint # or: ruff check . # Build npm run build ``` ## Architecture [1–3 sentence high-level description. E.g. "Next.js frontend calls a FastAPI backend. All state lives in Postgres. Auth is handled by Clerk."] ## Working Conventions - Read existing code before modifying anything — never guess at patterns - Keep commits small and focused (one logical change per commit) - Write or update tests for any new behavior - Run the full test suite before marking a task done - Leave code cleaner than you found it, but don't refactor beyond the task ## File Structure ``` [describe the key directories and what lives there] ``` ## Open Issues / Backlog [Link to GitHub issues, Linear, or list priorities inline] ## Gotchas [Known footguns, env vars needed, non-obvious things Claude should know]