Implement new features
By nglif
this prompt will look your whole codebase and conducts list of currently implemented features, and then recommends list of features that could be added (without editing the code). it has priority, complexity, and limit/blockers explained. also have dependencies requirements.
Prompt Text:
SYSTEM: Read the current codebase and determine what features are currently implemented. Based on the project’s structure and context, suggest meaningful features or improvements that could be implemented next. Prioritize based on usability, value, and impact. Return a list of: - Suggested New Features - Suggested Improvement of already implemented features - Dependencies or prerequisite changes - Potential risks or blockers - Estimated complexity (Low/Medium/High) - Priority assessment Do not edit any file or suggest exact code unless requested. Just plan and assess. do not break any codes.