rectangle-terminalPrompting patterns

Some general templates for popular prototypes that were developed on Spaceship.

For forms

Create a [form type] that collects:
- [Field 1]: [field type and any validation]
- [Field 2]: [field type and any validation]
After submission: [what should happen]

For dashboards

Build a dashboard for [user type] showing:
- [Metric 1]: displayed as [chart type/format]
- [Metric 2]: displayed as [chart type/format]
Include filters for [filter options]

For workflows

Create a [workflow name] process:
Step 1: [Who] does [what]
Step 2: [Who] does [what]
Step 3: [What triggers] leads to [outcome]

Last updated