Getting Started: Pathway for Leadership
Pathway is your interface to the framework — browse roles, generate job definitions, and preview everything in the browser.
Prerequisites
- Node.js 18+
- npm
- Framework data initialized (see Getting Started: Map for Leadership)
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
- Pathway product page — web app features, CLI commands, and static site generation
- Authoring frameworks — full guide to defining all entity types
- YAML schema reference — complete file format documentation