Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libpathway

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libpathway

Derivation engine for roles, skills, and agent team profiles

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
8
Maintainers
1
Weekly downloads
 
Created
Source

@forwardimpact/libpathway

Derivation engine for roles, skills, and agent team profiles.

Role in the Vision

The model package contains the core logic that transforms raw data into actionable role definitions. Whether you're generating a human job description or a coding agent team profile, the same derivation engine ensures consistent expectations across both.

What It Does

  • Job derivation — Combine discipline, track, and level into complete role definitions with skill matrices and behaviour profiles
  • Agent profiles — Generate coding agent team configurations from the same foundation as human roles
  • Interview preparation — Select appropriate questions based on role requirements
  • Career progression — Analyze skill gaps and growth paths between levels
  • Checklists — Derive stage transition checklists from capability definitions

Usage

import {
  deriveJob,
  deriveSkillMatrix,
  deriveBehaviourProfile,
} from "@forwardimpact/libpathway/derivation";
import { prepareAgentProfile } from "@forwardimpact/libpathway/profile";
import { deriveInterviewQuestions } from "@forwardimpact/libpathway/interview";
import { analyzeProgression } from "@forwardimpact/libpathway/progression";

Key Concepts

Job Derivation

Job = Discipline × Track × Level
  • Discipline defines skill tiers (primary/secondary/broad)
  • Track applies modifiers to capability areas
  • Level sets base skill proficiencies

Agent Profiles

Agent = Discipline × Track × Stage

Uses the same skill derivation but filtered for AI-applicable capabilities and constrained by lifecycle stage (plan, code, review).

Package Exports

ExportPurpose
derivationCore derivation functions
agentAgent profile generation
interviewQuestion selection
jobJob preparation for display
job-cacheCaching for pages
progressionCareer path analysis
checklistStage transition checklists
matchingRole matching logic

See the documentation for derivation details.

FAQs

Package last updated on 25 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts