Skip to main content

Examples

Real-world workflows showing Resume as Code in action. Click each example to see the commands and expected output.

Scenario: You just finished a project that reduced costs by 40%. Capture it before you forget the details.
Commands
# Create a position if it doesn't exist
resume new position "TechCorp|Senior Engineer|2022-01|"

# Quick capture with inline position
resume new work-unit \
--position-id pos-techcorp-senior-engineer \
--title "Reduced cloud costs by 40% through infrastructure optimization"

# Or capture with full details using archetype
resume new work-unit --archetype optimization
Expected Output
✓ Created work unit: wu-2024-01-15-reduced-cloud-costs

Work Unit Details:
ID: wu-2024-01-15-reduced-cloud-costs
Title: Reduced cloud costs by 40% through infrastructure optimization
Position: TechCorp - Senior Engineer

Next steps:
- Edit work-units/wu-2024-01-15-reduced-cloud-costs.yaml to add PAR details
- Run `resume validate` to check completeness