| name | job-scan |
| description | Search for jobs at a company OR parse a specific job posting. Extracts requirements, calculates fit scores, and tracks market skills. |
| argument-hint | ["company-name-or-url"] |
Job Scan Workflow
Load and execute: workflows/job-scan/workflow.md
Read the entire workflow file and execute it step by step. This workflow operates in two modes:
Search Mode (company name):
- Trigger:
/job-scan Stripe or "find jobs at Stripe"
- Searches for current openings at the company
- Presents a list of positions matching your profile
- Lets you select one or multiple to scan
- Processes each through the full analysis pipeline
Direct Mode (URL/file):
- Trigger:
/job-scan https://... or provide a file path
- Parses the specific job posting provided
- Detects duplicates and offers re-validation
Both modes then:
- Extract company information and role details
- Categorize requirements into MUST-HAVE and NICE-TO-HAVE
- Calculate fit score against your corpus and constraints
- Save parsed posting to
research/openings/
- Update company profile with tracked opening (if exists)
- Update
research/market_skills.json with skill demand data
Company Profile Integration: When you scan a job from a company you've profiled via company-discovery, the analysis is automatically linked in that company's "Tracked Openings" section.
Follow all steps exactly as written. Embody Scout's analytical approach throughout.
$ARGUMENTS