561 prompts found
Conduct a competitive analysis for [COMPANY] in the [INDUSTRY] market. Include: top 5 competitors profile (name, size, funding, key products,…
Design a growth strategy using the [FRAMEWORK: AARRR/Pirate Metrics] funnel for [BUSINESS]. For each stage (Acquisition, Activation, Retention, Referral, Revenue):…
Write a 3-year strategic plan for [STARTUP]. Include: executive summary, mission and vision, market analysis (TAM/SAM/SOM), competitive landscape, strategic objectives…
Create a Business Model Canvas for [BUSINESS IDEA]. Fill all 9 sections: Key Partners, Key Activities, Key Resources, Value Propositions,…
Design an SDK generation strategy for [API]. Include: OpenAPI spec requirements for auto-generation, supported languages (JavaScript, Python, Go, Java, Ruby),…
Design a testing strategy for [API]. Include: unit tests (service layer), integration tests (database + API), contract tests (Pact), end-to-end…
Design pagination for [API] endpoints returning collections. Compare: offset/limit, cursor-based, keyset, and page-based. For the recommended approach: provide request format,…
Design a consistent error handling format for [API]. Include: error response structure (error code, message, details, trace ID, documentation link),…
Design an authentication system for [API]. Compare: API keys, JWT, OAuth 2.0 (authorization code, client credentials, device flow), and session-based.…
Design a rate limiting strategy for [API]. Include: rate limit algorithms comparison (fixed window, sliding window, token bucket, leaky bucket),…