Getting Started: Pathway for Leadership

Pathway is your interface to the framework — 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 framework in the browser:

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

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

Generate job definitions

Generate a complete job definition by combining a discipline, level, and optional track:

npx fit-pathway job software_engineering J060 --track=platform

Generate interview questions

Create role-specific interview question sets:

npx fit-pathway question software_engineering J060

Next steps