List the features your application will have
Concept
An aircraft has many systems: engines, hydraulics, avionics, landing gear. But your "aircraft" is very simple -- it has exactly four systems, one for each CRUD operation. Your feature list is like listing all the systems on an aircraft, but since your project is deliberately small, the list is short and clear. Every feature must map to one of the four CRUD operations: Create, Read, Update, or Delete.
Apply
Use Gemini to generate a feature list for your PRD. Make sure it lists exactly 4 features -- one for each CRUD operation.
Prompt
Expected Result
Your PRD should have a Feature List table with exactly 4 rows -- one for each CRUD operation. No extra features like search, filter, export, login, or notifications.
Troubleshooting
- • If Gemini adds extra features like search, filter, export, login, notifications, or dashboard, remove them. Your app has exactly 4 features -- one for each CRUD operation. This is the number one place where students accidentally over-scope their project.