recommend
Identify project requirements and suggest appropriate tools for authentication, databases, payments, and deployment based on current tasks and existing dependencies.
Instructions
Detect what the project needs and recommend the best tool/service for each scenario. Recommends auth, database, payments, deployment tools etc. based on current task and existing dependencies. Same scenario is not recommended twice.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | What the user is currently working on or about to build. E.g. "add user login" or "set up payments". | |
| project_path | No | Path to the project. Defaults to current working directory. |