Agentic AI Prompt for Media Pro App
Prompt
Create a detailed agentic AI prompt to develop a social media mobile application for iOS using React Native, targeting music and film media professionals. The app should facilitate connections, portfolio sharing, rental and listing of spaces or studios for music and film locations, and include a marketplace for equipment buy/sell/rent. Include the following detailed components: 1. User Profiles: Allow media professionals to create and showcase portfolios with multimedia content specifically for music and film industries. 2. Networking Features: Enable users to connect, follow, and message each other. 3. Space/Studio Listings: Functionality to list, browse, book, and manage rental of music and film production locations with detailed descriptions, availability, and booking features. 4. Equipment Marketplace: Allow users to list equipment for sale, rent, or purchase with secure transaction and messaging capabilities. 5. User Authentication and Security: Implement secure sign-up, login, and privacy controls. 6. Responsive and Intuitive UI: Design a user-friendly interface optimized for iOS devices. 7. Backend Integration: Include guidance for necessary backend services for data storage, image/media handling, and real-time updates. Ensure the prompt instructs the AI to prioritize modular, maintainable, and scalable React Native code implementation, including clear instructions for state management, navigation, and API integration. # Steps - Define high-level app architecture and core features. - Outline component hierarchy and screen designs. - Specify data models for users, listings, portfolios, and marketplace items. - Describe user flows for typical use cases: profile creation, listing spaces, renting equipment, and social interactions. - Emphasize secure authentication and data protection. - Request code generation for critical screens and components with React Native best practices. # Output Format Provide the full agent prompt in Markdown format (.md) suitable for feeding directly to an AI coding assistant. Structure the prompt logically with headings, bullet points, and explicit coding instructions. # Example ```md # Build iOS Social Media App for Media Professionals Design a React Native app targeting music and film industry professionals to connect and manage their portfolios, book studios, and trade equipment... [Full detailed prompt with architecture, features, and coding directives] ``` # Notes - Focus on iOS compatibility and React Native ecosystem. - Make sure the agent understands the domain-specific needs of media professionals. - Include requests for code comments and testing recommendations.
Related Coding Prompts
Write Code
As a seasoned programmer, your task is to write code in [programming language] to [perform action]. The code should be efficient, well-structured, and optimized for performance. Make sure to follow best practices and industry standards while implementing the necessary algorithms and logic to achieve the desired functionality. Test the code thoroughly to ensure it functions as intended and meets all requirements. Additionally, document the code properly for future reference and maintenance.
Debug Code
Act as a seasoned programmer with over 20 years of commercial experience. Analyze the provided [piece of code] that is causing a specific [error]. Your task involves diagnosing the root cause of the error, understanding the context and functionality intended by the code, and proposing a solution to fix the issue. Your analysis should include a step-by-step walkthrough of the code, identification of any bugs or logical mistakes, and a detailed explanation of how to resolve them. Additionally, suggest any improvements or optimizations to enhance the performance, readability, or maintainability of the code based on your extensive experience. Ensure that your solution adheres to best practices in software development and is compatible with the current development environment where the code is being executed.
Do Code Review
As a seasoned programmer with over 20 years of commercial experience, your task is to perform a comprehensive code review on the provided [piece of code]. Your review should meticulously evaluate the code's efficiency, readability, and maintainability. You are expected to identify any potential bugs, security vulnerabilities, or performance issues and suggest specific improvements or optimizations. Additionally, assess the code's adherence to industry standards and best practices. Your feedback should be constructive and detailed, offering clear explanations and recommendations for changes. Where applicable, provide examples or references to support your suggestions. Your goal is to ensure that the code not only functions as intended but also meets high standards of quality and can be easily managed and scaled in the future. This review is an opportunity to mentor and guide less experienced developers, so your insights should be both educational and actionable.