Getting Started: Pathway for Leaders

Pathway is your interface to the agent-aligned engineering standard. Use it to browse roles, generate job definitions, and preview everything in the browser.

Prerequisites

Install

npm install @forwardimpact/pathway

Preview

Start the development server to see your agent-aligned engineering standard in the browser:

npx fit-pathway dev
# Open http://localhost:3000

Browse disciplines, levels, and skills to verify everything looks correct.

Generate job definitions

Combine a discipline, level, and optional track to generate a complete job definition:

npx fit-pathway job software-engineering J060 --track=platform

Generate interview questions

Create role-specific interview question sets:

npx fit-pathway interview software-engineering J060

What's next