Getting Started: Pathway for Leaders

Pathway is your interface to the agent-aligned engineering standard — 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

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 interview software_engineering J060

What's next