Salesforce-like CRM
1K candidate
SalesOps-200
CRM workflows across leads, contacts, companies, deals, stages, notes, follow-ups, proposals, quotes, forecasts, and exports.
Task families
20 families x 10 variants
LeadCreateLeadQualifyContactUpdateCompanyUpdateDealCreateDealStageMoveFollowUpScheduleEmailDraftCRMNoteAddDuplicateMergePipelineFilterTaskCreateMeetingLogProposalAttachQuoteCreateForecastUpdateLostReasonSegmentExportEnrichmentActivityReview
Target UIs
Mock apps for resettable rollouts
HubSpot-like CRM
Pipedrive-like pipeline
Airtable CRM mock
Examples
Representative task contracts
Example 1
SalesOps.LeadCreate.001
- Instruction
- Create a new lead for Jisoo Park at Mirae Foods with email jisoo@mirae.example and source Inbound.
- Grader
- lead exists with name, company, email, and source fields matching instruction
Example 2
SalesOps.DealStageMove.001
- Instruction
- Move deal Acme Korea Renewal from Proposal to Negotiation.
- Grader
- deal.stage == Negotiation and deal history records one valid stage transition
Example 3
SalesOps.DuplicateMerge.001
- Instruction
- Merge duplicate contacts Minji Lee and M. Lee keeping the email minji@example.com.
- Grader
- one merged contact remains and canonical email == minji@example.com
Verifier
Suite-level verifier shape
CRM record state, relationship checks, activity timeline checks, and duplicate merge invariants.