561 prompts found
Design a webhook system for [SERVICE]. Include: event types and payloads, webhook registration API, delivery mechanism (retry strategy with exponential…
Design an API versioning strategy for [API]. Compare: URI versioning (/v1/), header versioning (Accept header), query parameter (?version=1), and content…
Design a GraphQL schema for [DOMAIN/APPLICATION]. Include: Query type (field definitions with arguments), Mutation type (create/update/delete operations), Type definitions (objects,…
Design a RESTful API for [RESOURCE] in a [APPLICATION TYPE] application. Include: resource model (fields, types, relationships), URL structure (collection,…
Write a technical specification for [FEATURE]. Include: title + author + date, problem statement, goals/non-goals, proposed solution (architecture, data model,…
Write a CONTRIBUTING.md for [PROJECT]. Include: code of conduct reference, development environment setup, code style/linting requirements, Git workflow (branch naming,…
Generate a Postman collection description for [API]. Include: collection name and description, environment variables (base URL, auth token, test data),…
Create a code walkthrough document for [PROJECT/MODULE]. Audience: new team members. Include: architecture overview diagram (ASCII or description), module-by-module breakdown…
Generate a changelog for version [VERSION] of [PROJECT]. Changes made: [LIST OF COMMITS/CHANGES]. Format: Keep a Changelog standard. Categories: Added,…
Write a user guide for [PRODUCT/FEATURE]. Audience: [USER TYPE]. Include: getting started (prerequisites, installation, first run), key concepts, step-by-step tutorials…