@forwardimpact/pathway 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/{pathway.js → fit-pathway.js} +65 -153
- package/package.json +17 -41
- package/{app → src}/commands/agent.js +5 -2
- package/{app → src}/commands/driver.js +1 -1
- package/{app → src}/commands/grade.js +1 -1
- package/{app → src}/commands/job.js +3 -3
- package/{app → src}/commands/serve.js +24 -2
- package/{app → src}/commands/site.js +2 -2
- package/{app → src}/commands/skill.js +2 -2
- package/{app → src}/commands/track.js +1 -1
- package/{app → src}/components/checklist.js +1 -1
- package/{app → src}/components/comparison-radar.js +1 -1
- package/{app → src}/components/detail.js +1 -1
- package/{app → src}/components/skill-matrix.js +1 -1
- package/{app → src}/formatters/behaviour/dom.js +1 -1
- package/{app → src}/formatters/discipline/dom.js +1 -1
- package/{app → src}/formatters/driver/dom.js +1 -1
- package/{app → src}/formatters/grade/dom.js +1 -1
- package/{app → src}/formatters/grade/markdown.js +1 -1
- package/{app → src}/formatters/interview/dom.js +1 -1
- package/{app → src}/formatters/interview/markdown.js +1 -1
- package/{app → src}/formatters/interview/shared.js +3 -3
- package/{app → src}/formatters/job/description.js +1 -1
- package/{app → src}/formatters/job/markdown.js +1 -1
- package/{app → src}/formatters/progress/shared.js +3 -3
- package/{app → src}/formatters/skill/dom.js +1 -1
- package/{app → src}/formatters/skill/markdown.js +1 -1
- package/{app → src}/formatters/skill/shared.js +2 -2
- package/{app → src}/formatters/track/dom.js +1 -1
- package/{app → src}/formatters/track/markdown.js +1 -1
- package/{app → src}/formatters/track/shared.js +4 -1
- package/{app → src}/handout-main.js +4 -1
- package/src/handout.html +43 -0
- package/{app → src}/index.html +16 -1
- package/{app → src}/lib/card-mappers.js +1 -1
- package/{app → src}/lib/job-cache.js +1 -1
- package/{app → src}/lib/render.js +1 -1
- package/{app → src}/pages/agent-builder.js +1 -1
- package/{app → src}/pages/assessment-results.js +1 -1
- package/{app → src}/pages/interview.js +1 -1
- package/{app → src}/pages/job-builder.js +1 -1
- package/{app → src}/pages/job.js +1 -1
- package/{app → src}/pages/landing.js +4 -1
- package/{app → src}/pages/self-assessment.js +1 -1
- package/{app → src}/pages/skill.js +1 -1
- package/{app → src}/pages/stage.js +1 -1
- package/{app → src}/pages/tool.js +1 -1
- package/{app → src}/slide-main.js +1 -1
- package/{app → src}/slides/index.js +2 -2
- package/{app → src}/slides/job.js +1 -1
- package/{app → src}/slides/overview.js +1 -1
- package/{app → src}/slides.html +16 -1
- package/templates/agent.template.md +27 -26
- package/templates/job.template.md +11 -17
- package/templates/skill.template.md +15 -21
- package/LICENSE +0 -201
- package/README.md +0 -104
- package/app/handout.html +0 -28
- package/app/model/agent.js +0 -754
- package/app/model/checklist.js +0 -103
- package/app/model/derivation.js +0 -766
- package/app/model/index-generator.js +0 -65
- package/app/model/interview.js +0 -539
- package/app/model/job.js +0 -228
- package/app/model/levels.js +0 -601
- package/app/model/loader.js +0 -599
- package/app/model/matching.js +0 -888
- package/app/model/modifiers.js +0 -158
- package/app/model/profile.js +0 -259
- package/app/model/progression.js +0 -507
- package/app/model/schema-validation.js +0 -438
- package/app/model/validation.js +0 -2130
- package/examples/behaviours/_index.yaml +0 -8
- package/examples/behaviours/outcome_ownership.yaml +0 -43
- package/examples/behaviours/polymathic_knowledge.yaml +0 -41
- package/examples/behaviours/precise_communication.yaml +0 -39
- package/examples/behaviours/relentless_curiosity.yaml +0 -37
- package/examples/behaviours/systems_thinking.yaml +0 -40
- package/examples/capabilities/_index.yaml +0 -8
- package/examples/capabilities/business.yaml +0 -189
- package/examples/capabilities/delivery.yaml +0 -305
- package/examples/capabilities/people.yaml +0 -68
- package/examples/capabilities/reliability.yaml +0 -414
- package/examples/capabilities/scale.yaml +0 -378
- package/examples/copilot-setup-steps.yaml +0 -25
- package/examples/devcontainer.yaml +0 -21
- package/examples/disciplines/_index.yaml +0 -6
- package/examples/disciplines/data_engineering.yaml +0 -78
- package/examples/disciplines/engineering_management.yaml +0 -63
- package/examples/disciplines/software_engineering.yaml +0 -78
- package/examples/drivers.yaml +0 -202
- package/examples/framework.yaml +0 -69
- package/examples/grades.yaml +0 -115
- package/examples/questions/behaviours/outcome_ownership.yaml +0 -51
- package/examples/questions/behaviours/polymathic_knowledge.yaml +0 -47
- package/examples/questions/behaviours/precise_communication.yaml +0 -54
- package/examples/questions/behaviours/relentless_curiosity.yaml +0 -50
- package/examples/questions/behaviours/systems_thinking.yaml +0 -52
- package/examples/questions/skills/architecture_design.yaml +0 -53
- package/examples/questions/skills/cloud_platforms.yaml +0 -47
- package/examples/questions/skills/code_quality.yaml +0 -48
- package/examples/questions/skills/data_modeling.yaml +0 -45
- package/examples/questions/skills/devops.yaml +0 -46
- package/examples/questions/skills/full_stack_development.yaml +0 -47
- package/examples/questions/skills/sre_practices.yaml +0 -43
- package/examples/questions/skills/stakeholder_management.yaml +0 -48
- package/examples/questions/skills/team_collaboration.yaml +0 -42
- package/examples/questions/skills/technical_writing.yaml +0 -42
- package/examples/self-assessments.yaml +0 -64
- package/examples/stages.yaml +0 -139
- package/examples/tracks/_index.yaml +0 -5
- package/examples/tracks/platform.yaml +0 -49
- package/examples/tracks/sre.yaml +0 -48
- package/examples/vscode-settings.yaml +0 -17
- /package/{app → src}/commands/behaviour.js +0 -0
- /package/{app → src}/commands/command-factory.js +0 -0
- /package/{app → src}/commands/discipline.js +0 -0
- /package/{app → src}/commands/index.js +0 -0
- /package/{app → src}/commands/init.js +0 -0
- /package/{app → src}/commands/interview.js +0 -0
- /package/{app → src}/commands/progress.js +0 -0
- /package/{app → src}/commands/questions.js +0 -0
- /package/{app → src}/commands/stage.js +0 -0
- /package/{app → src}/commands/tool.js +0 -0
- /package/{app → src}/components/action-buttons.js +0 -0
- /package/{app → src}/components/behaviour-profile.js +0 -0
- /package/{app → src}/components/builder.js +0 -0
- /package/{app → src}/components/card.js +0 -0
- /package/{app → src}/components/code-display.js +0 -0
- /package/{app → src}/components/error-page.js +0 -0
- /package/{app → src}/components/grid.js +0 -0
- /package/{app → src}/components/list.js +0 -0
- /package/{app → src}/components/markdown-textarea.js +0 -0
- /package/{app → src}/components/modifier-table.js +0 -0
- /package/{app → src}/components/nav.js +0 -0
- /package/{app → src}/components/progression-table.js +0 -0
- /package/{app → src}/components/radar-chart.js +0 -0
- /package/{app → src}/css/base.css +0 -0
- /package/{app → src}/css/bundles/app.css +0 -0
- /package/{app → src}/css/bundles/handout.css +0 -0
- /package/{app → src}/css/bundles/slides.css +0 -0
- /package/{app → src}/css/components/badges.css +0 -0
- /package/{app → src}/css/components/buttons.css +0 -0
- /package/{app → src}/css/components/forms.css +0 -0
- /package/{app → src}/css/components/layout.css +0 -0
- /package/{app → src}/css/components/nav.css +0 -0
- /package/{app → src}/css/components/progress.css +0 -0
- /package/{app → src}/css/components/states.css +0 -0
- /package/{app → src}/css/components/surfaces.css +0 -0
- /package/{app → src}/css/components/tables.css +0 -0
- /package/{app → src}/css/components/typography.css +0 -0
- /package/{app → src}/css/components/utilities.css +0 -0
- /package/{app → src}/css/pages/agent-builder.css +0 -0
- /package/{app → src}/css/pages/assessment-results.css +0 -0
- /package/{app → src}/css/pages/detail.css +0 -0
- /package/{app → src}/css/pages/interview-builder.css +0 -0
- /package/{app → src}/css/pages/job-builder.css +0 -0
- /package/{app → src}/css/pages/landing.css +0 -0
- /package/{app → src}/css/pages/lifecycle.css +0 -0
- /package/{app → src}/css/pages/progress-builder.css +0 -0
- /package/{app → src}/css/pages/self-assessment.css +0 -0
- /package/{app → src}/css/reset.css +0 -0
- /package/{app → src}/css/tokens.css +0 -0
- /package/{app → src}/css/views/handout.css +0 -0
- /package/{app → src}/css/views/print.css +0 -0
- /package/{app → src}/css/views/slide-animations.css +0 -0
- /package/{app → src}/css/views/slide-base.css +0 -0
- /package/{app → src}/css/views/slide-sections.css +0 -0
- /package/{app → src}/css/views/slide-tables.css +0 -0
- /package/{app → src}/formatters/agent/dom.js +0 -0
- /package/{app → src}/formatters/agent/profile.js +0 -0
- /package/{app → src}/formatters/agent/skill.js +0 -0
- /package/{app → src}/formatters/behaviour/markdown.js +0 -0
- /package/{app → src}/formatters/behaviour/microdata.js +0 -0
- /package/{app → src}/formatters/behaviour/shared.js +0 -0
- /package/{app → src}/formatters/discipline/markdown.js +0 -0
- /package/{app → src}/formatters/discipline/microdata.js +0 -0
- /package/{app → src}/formatters/discipline/shared.js +0 -0
- /package/{app → src}/formatters/driver/microdata.js +0 -0
- /package/{app → src}/formatters/driver/shared.js +0 -0
- /package/{app → src}/formatters/grade/microdata.js +0 -0
- /package/{app → src}/formatters/grade/shared.js +0 -0
- /package/{app → src}/formatters/index.js +0 -0
- /package/{app → src}/formatters/job/dom.js +0 -0
- /package/{app → src}/formatters/json-ld.js +0 -0
- /package/{app → src}/formatters/microdata-shared.js +0 -0
- /package/{app → src}/formatters/progress/dom.js +0 -0
- /package/{app → src}/formatters/progress/markdown.js +0 -0
- /package/{app → src}/formatters/questions/json.js +0 -0
- /package/{app → src}/formatters/questions/markdown.js +0 -0
- /package/{app → src}/formatters/questions/shared.js +0 -0
- /package/{app → src}/formatters/questions/yaml.js +0 -0
- /package/{app → src}/formatters/shared.js +0 -0
- /package/{app → src}/formatters/skill/microdata.js +0 -0
- /package/{app → src}/formatters/stage/dom.js +0 -0
- /package/{app → src}/formatters/stage/index.js +0 -0
- /package/{app → src}/formatters/stage/microdata.js +0 -0
- /package/{app → src}/formatters/stage/shared.js +0 -0
- /package/{app → src}/formatters/tool/shared.js +0 -0
- /package/{app → src}/formatters/track/microdata.js +0 -0
- /package/{app → src}/lib/cli-output.js +0 -0
- /package/{app → src}/lib/error-boundary.js +0 -0
- /package/{app → src}/lib/errors.js +0 -0
- /package/{app → src}/lib/form-controls.js +0 -0
- /package/{app → src}/lib/markdown.js +0 -0
- /package/{app → src}/lib/radar.js +0 -0
- /package/{app → src}/lib/reactive.js +0 -0
- /package/{app → src}/lib/router-core.js +0 -0
- /package/{app → src}/lib/router-pages.js +0 -0
- /package/{app → src}/lib/router-slides.js +0 -0
- /package/{app → src}/lib/state.js +0 -0
- /package/{app → src}/lib/template-loader.js +0 -0
- /package/{app → src}/lib/utils.js +0 -0
- /package/{app → src}/lib/yaml-loader.js +0 -0
- /package/{app → src}/main.js +0 -0
- /package/{app → src}/pages/behaviour.js +0 -0
- /package/{app → src}/pages/discipline.js +0 -0
- /package/{app → src}/pages/driver.js +0 -0
- /package/{app → src}/pages/grade.js +0 -0
- /package/{app → src}/pages/interview-builder.js +0 -0
- /package/{app → src}/pages/progress-builder.js +0 -0
- /package/{app → src}/pages/progress.js +0 -0
- /package/{app → src}/pages/track.js +0 -0
- /package/{app → src}/slides/behaviour.js +0 -0
- /package/{app → src}/slides/chapter.js +0 -0
- /package/{app → src}/slides/discipline.js +0 -0
- /package/{app → src}/slides/driver.js +0 -0
- /package/{app → src}/slides/grade.js +0 -0
- /package/{app → src}/slides/interview.js +0 -0
- /package/{app → src}/slides/progress.js +0 -0
- /package/{app → src}/slides/skill.js +0 -0
- /package/{app → src}/slides/track.js +0 -0
- /package/{app → src}/types.js +0 -0
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
isValidJobCombination,
|
|
9
9
|
generateJobTitle,
|
|
10
10
|
getDisciplineSkillIds,
|
|
11
|
-
} from "
|
|
11
|
+
} from "@forwardimpact/model/derivation";
|
|
12
12
|
import {
|
|
13
13
|
deriveInterviewQuestions,
|
|
14
14
|
deriveShortInterview,
|
|
15
15
|
deriveBehaviourQuestions,
|
|
16
|
-
} from "
|
|
17
|
-
import { getOrCreateJob } from "
|
|
16
|
+
} from "@forwardimpact/model/interview";
|
|
17
|
+
import { getOrCreateJob } from "@forwardimpact/model/job-cache";
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* Interview type configurations
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "../shared.js";
|
|
10
10
|
import { formatLevel } from "../../lib/render.js";
|
|
11
11
|
import { formatJobDescription } from "./description.js";
|
|
12
|
-
import { SKILL_LEVEL_ORDER } from "
|
|
12
|
+
import { SKILL_LEVEL_ORDER } from "@forwardimpact/schema/levels";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Format job detail as markdown
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
import {
|
|
8
8
|
isValidJobCombination,
|
|
9
9
|
generateJobTitle,
|
|
10
|
-
} from "
|
|
10
|
+
} from "@forwardimpact/model/derivation";
|
|
11
11
|
import {
|
|
12
12
|
analyzeProgression,
|
|
13
13
|
analyzeCustomProgression,
|
|
14
14
|
getNextGrade,
|
|
15
|
-
} from "
|
|
16
|
-
import { getOrCreateJob } from "
|
|
15
|
+
} from "@forwardimpact/model/progression";
|
|
16
|
+
import { getOrCreateJob } from "@forwardimpact/model/job-cache";
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Get the next grade for progression
|
|
@@ -20,7 +20,7 @@ import { createBackLink } from "../../components/nav.js";
|
|
|
20
20
|
import { createLevelCell } from "../../components/detail.js";
|
|
21
21
|
import { createCodeDisplay } from "../../components/code-display.js";
|
|
22
22
|
import { createToolIcon } from "../../lib/card-mappers.js";
|
|
23
|
-
import { SKILL_LEVEL_ORDER } from "
|
|
23
|
+
import { SKILL_LEVEL_ORDER } from "@forwardimpact/schema/levels";
|
|
24
24
|
import { prepareSkillDetail } from "./shared.js";
|
|
25
25
|
import { createJsonLdScript, skillToJsonLd } from "../json-ld.js";
|
|
26
26
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import { tableToMarkdown, capitalize } from "../shared.js";
|
|
6
6
|
import { prepareSkillsList, prepareSkillDetail } from "./shared.js";
|
|
7
|
-
import { getConceptEmoji } from "
|
|
7
|
+
import { getConceptEmoji } from "@forwardimpact/schema/levels";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Format skill list as markdown
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
import {
|
|
8
8
|
groupSkillsByCapability,
|
|
9
9
|
getCapabilityEmoji,
|
|
10
|
-
} from "
|
|
11
|
-
import { getSkillTypeForDiscipline } from "
|
|
10
|
+
} from "@forwardimpact/schema/levels";
|
|
11
|
+
import { getSkillTypeForDiscipline } from "@forwardimpact/model/derivation";
|
|
12
12
|
import { truncate } from "../shared.js";
|
|
13
13
|
|
|
14
14
|
/**
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
createBehaviourModifierTable,
|
|
16
16
|
createSkillModifierTableWithCapabilities,
|
|
17
17
|
} from "../../components/modifier-table.js";
|
|
18
|
-
import { getConceptEmoji } from "
|
|
18
|
+
import { getConceptEmoji } from "@forwardimpact/schema/levels";
|
|
19
19
|
import { prepareTrackDetail } from "./shared.js";
|
|
20
20
|
import { createJsonLdScript, trackToJsonLd } from "../json-ld.js";
|
|
21
21
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import { tableToMarkdown } from "../shared.js";
|
|
6
6
|
import { prepareTracksList, prepareTrackDetail } from "./shared.js";
|
|
7
|
-
import { getConceptEmoji } from "
|
|
7
|
+
import { getConceptEmoji } from "@forwardimpact/schema/levels";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Format track list as markdown
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
* Shared utilities for formatting track data across DOM and markdown outputs.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import {
|
|
7
|
+
import {
|
|
8
|
+
isCapability,
|
|
9
|
+
getSkillsByCapability,
|
|
10
|
+
} from "@forwardimpact/model/modifiers";
|
|
8
11
|
import { truncate } from "../shared.js";
|
|
9
12
|
|
|
10
13
|
/**
|
|
@@ -25,7 +25,10 @@ import {
|
|
|
25
25
|
} from "./lib/render.js";
|
|
26
26
|
|
|
27
27
|
// Import model functions
|
|
28
|
-
import {
|
|
28
|
+
import {
|
|
29
|
+
getCapabilityOrder,
|
|
30
|
+
getConceptEmoji,
|
|
31
|
+
} from "@forwardimpact/schema/levels";
|
|
29
32
|
|
|
30
33
|
// Import formatters
|
|
31
34
|
import {
|
package/src/handout.html
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>Engineering Pathway - Handout View</title>
|
|
7
|
+
<link rel="stylesheet" href="css/bundles/handout.css" />
|
|
8
|
+
<script type="importmap">
|
|
9
|
+
{
|
|
10
|
+
"imports": {
|
|
11
|
+
"mustache": "https://esm.sh/mustache@4.2.0",
|
|
12
|
+
"@forwardimpact/schema": "/schema/lib/index.js",
|
|
13
|
+
"@forwardimpact/schema/levels": "/schema/lib/levels.js",
|
|
14
|
+
"@forwardimpact/schema/loader": "/schema/lib/loader.js",
|
|
15
|
+
"@forwardimpact/schema/validation": "/schema/lib/validation.js",
|
|
16
|
+
"@forwardimpact/model": "/model/lib/index.js",
|
|
17
|
+
"@forwardimpact/model/derivation": "/model/lib/derivation.js",
|
|
18
|
+
"@forwardimpact/model/modifiers": "/model/lib/modifiers.js",
|
|
19
|
+
"@forwardimpact/model/agent": "/model/lib/agent.js",
|
|
20
|
+
"@forwardimpact/model/interview": "/model/lib/interview.js",
|
|
21
|
+
"@forwardimpact/model/job": "/model/lib/job.js",
|
|
22
|
+
"@forwardimpact/model/job-cache": "/model/lib/job-cache.js",
|
|
23
|
+
"@forwardimpact/model/checklist": "/model/lib/checklist.js",
|
|
24
|
+
"@forwardimpact/model/matching": "/model/lib/matching.js",
|
|
25
|
+
"@forwardimpact/model/profile": "/model/lib/profile.js",
|
|
26
|
+
"@forwardimpact/model/progression": "/model/lib/progression.js"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
</script>
|
|
30
|
+
</head>
|
|
31
|
+
<body class="slide-view handout-view">
|
|
32
|
+
<header
|
|
33
|
+
id="page-brand-header"
|
|
34
|
+
class="page-brand-header"
|
|
35
|
+
style="display: none"
|
|
36
|
+
></header>
|
|
37
|
+
<div id="slide-loading" class="slide-loading">
|
|
38
|
+
<p>Loading...</p>
|
|
39
|
+
</div>
|
|
40
|
+
<main id="handout-content"></main>
|
|
41
|
+
<script type="module" src="handout-main.js"></script>
|
|
42
|
+
</body>
|
|
43
|
+
</html>
|
package/{app → src}/index.html
RENAMED
|
@@ -20,7 +20,22 @@
|
|
|
20
20
|
<script type="importmap">
|
|
21
21
|
{
|
|
22
22
|
"imports": {
|
|
23
|
-
"mustache": "https://esm.sh/mustache@4.2.0"
|
|
23
|
+
"mustache": "https://esm.sh/mustache@4.2.0",
|
|
24
|
+
"@forwardimpact/schema": "/schema/lib/index.js",
|
|
25
|
+
"@forwardimpact/schema/levels": "/schema/lib/levels.js",
|
|
26
|
+
"@forwardimpact/schema/loader": "/schema/lib/loader.js",
|
|
27
|
+
"@forwardimpact/schema/validation": "/schema/lib/validation.js",
|
|
28
|
+
"@forwardimpact/model": "/model/lib/index.js",
|
|
29
|
+
"@forwardimpact/model/derivation": "/model/lib/derivation.js",
|
|
30
|
+
"@forwardimpact/model/modifiers": "/model/lib/modifiers.js",
|
|
31
|
+
"@forwardimpact/model/agent": "/model/lib/agent.js",
|
|
32
|
+
"@forwardimpact/model/interview": "/model/lib/interview.js",
|
|
33
|
+
"@forwardimpact/model/job": "/model/lib/job.js",
|
|
34
|
+
"@forwardimpact/model/job-cache": "/model/lib/job-cache.js",
|
|
35
|
+
"@forwardimpact/model/checklist": "/model/lib/checklist.js",
|
|
36
|
+
"@forwardimpact/model/matching": "/model/lib/matching.js",
|
|
37
|
+
"@forwardimpact/model/profile": "/model/lib/profile.js",
|
|
38
|
+
"@forwardimpact/model/progression": "/model/lib/progression.js"
|
|
24
39
|
}
|
|
25
40
|
}
|
|
26
41
|
</script>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
import { createBadge } from "../components/card.js";
|
|
9
9
|
import { formatLevel } from "./render.js";
|
|
10
|
-
import { getCapabilityEmoji } from "
|
|
10
|
+
import { getCapabilityEmoji } from "@forwardimpact/schema/levels";
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* Create an external link element styled as a badge
|
|
@@ -19,7 +19,7 @@ import { getState } from "../lib/state.js";
|
|
|
19
19
|
import { createBadge } from "../components/card.js";
|
|
20
20
|
import { formatLevel } from "../lib/render.js";
|
|
21
21
|
import { getAssessmentState, resetAssessment } from "./self-assessment.js";
|
|
22
|
-
import { findRealisticMatches } from "
|
|
22
|
+
import { findRealisticMatches } from "@forwardimpact/model/matching";
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
* Render the assessment results page
|
|
@@ -21,7 +21,7 @@ import { createBadge } from "../components/card.js";
|
|
|
21
21
|
import { createBackLink } from "../components/nav.js";
|
|
22
22
|
import { createDetailSection } from "../components/detail.js";
|
|
23
23
|
import { renderError } from "../components/error-page.js";
|
|
24
|
-
import { getConceptEmoji } from "
|
|
24
|
+
import { getConceptEmoji } from "@forwardimpact/schema/levels";
|
|
25
25
|
import {
|
|
26
26
|
prepareAllInterviews,
|
|
27
27
|
INTERVIEW_TYPES,
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { render } from "../lib/render.js";
|
|
6
6
|
import { getState } from "../lib/state.js";
|
|
7
7
|
import { createBuilder, createStandardPreview } from "../components/builder.js";
|
|
8
|
-
import { prepareJobBuilderPreview } from "
|
|
8
|
+
import { prepareJobBuilderPreview } from "@forwardimpact/model/job";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* Render job builder page
|
package/{app → src}/pages/job.js
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { render, div, p } from "../lib/render.js";
|
|
6
6
|
import { getState } from "../lib/state.js";
|
|
7
7
|
import { renderError } from "../components/error-page.js";
|
|
8
|
-
import { prepareJobDetail } from "
|
|
8
|
+
import { prepareJobDetail } from "@forwardimpact/model/job";
|
|
9
9
|
import { jobToDOM } from "../formatters/job/dom.js";
|
|
10
10
|
|
|
11
11
|
/** @type {string|null} Cached job template */
|
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
import { render, div, h1, h2, p, a, span } from "../lib/render.js";
|
|
6
6
|
import { getState } from "../lib/state.js";
|
|
7
7
|
import { createStatCard } from "../components/card.js";
|
|
8
|
-
import {
|
|
8
|
+
import {
|
|
9
|
+
groupSkillsByCapability,
|
|
10
|
+
getConceptEmoji,
|
|
11
|
+
} from "@forwardimpact/schema/levels";
|
|
9
12
|
import { getStageEmoji } from "../formatters/stage/shared.js";
|
|
10
13
|
import { aggregateTools } from "../formatters/tool/shared.js";
|
|
11
14
|
|
|
@@ -10,7 +10,7 @@ import { renderNotFound } from "../components/error-page.js";
|
|
|
10
10
|
import { prepareSkillsList } from "../formatters/skill/shared.js";
|
|
11
11
|
import { skillToDOM } from "../formatters/skill/dom.js";
|
|
12
12
|
import { skillToCardConfig } from "../lib/card-mappers.js";
|
|
13
|
-
import { getCapabilityEmoji } from "
|
|
13
|
+
import { getCapabilityEmoji } from "@forwardimpact/schema/levels";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Render skills list page
|
|
@@ -7,7 +7,7 @@ import { getState } from "../lib/state.js";
|
|
|
7
7
|
import { createCardList } from "../components/list.js";
|
|
8
8
|
import { renderNotFound } from "../components/error-page.js";
|
|
9
9
|
import { prepareStagesList, stageToDOM } from "../formatters/stage/index.js";
|
|
10
|
-
import { getConceptEmoji } from "
|
|
10
|
+
import { getConceptEmoji } from "@forwardimpact/schema/levels";
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* Map stage to card configuration
|
|
@@ -10,7 +10,7 @@ import { prepareToolsList } from "../formatters/tool/shared.js";
|
|
|
10
10
|
import { createBadge } from "../components/card.js";
|
|
11
11
|
import { createCardList } from "../components/list.js";
|
|
12
12
|
import { toolToCardConfig } from "../lib/card-mappers.js";
|
|
13
|
-
import { getConceptEmoji } from "
|
|
13
|
+
import { getConceptEmoji } from "@forwardimpact/schema/levels";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* Render tools list page
|
|
@@ -8,7 +8,7 @@ import { createSlideRouter } from "./lib/router-slides.js";
|
|
|
8
8
|
import { setData, getState } from "./lib/state.js";
|
|
9
9
|
import { loadAllData } from "./lib/yaml-loader.js";
|
|
10
10
|
import { span, a } from "./lib/render.js";
|
|
11
|
-
import { generateAllJobs } from "
|
|
11
|
+
import { generateAllJobs } from "@forwardimpact/model/derivation";
|
|
12
12
|
import { sortTracksByName } from "./formatters/track/shared.js";
|
|
13
13
|
|
|
14
14
|
// Import slide renderers
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import { div, heading1, heading2, p, a, ul, li, span } from "../lib/render.js";
|
|
8
|
-
import { getConceptEmoji } from "
|
|
9
|
-
import { generateAllJobs } from "
|
|
8
|
+
import { getConceptEmoji } from "@forwardimpact/schema/levels";
|
|
9
|
+
import { generateAllJobs } from "@forwardimpact/model/derivation";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Render the slide index
|
|
@@ -22,7 +22,7 @@ import { prepareBehavioursList } from "../formatters/behaviour/shared.js";
|
|
|
22
22
|
import { prepareDriversList } from "../formatters/driver/shared.js";
|
|
23
23
|
import { prepareGradesList } from "../formatters/grade/shared.js";
|
|
24
24
|
import { prepareTracksList } from "../formatters/track/shared.js";
|
|
25
|
-
import { generateAllJobs } from "
|
|
25
|
+
import { generateAllJobs } from "@forwardimpact/model/derivation";
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* Format discipline group name for display
|
package/{app → src}/slides.html
RENAMED
|
@@ -8,7 +8,22 @@
|
|
|
8
8
|
<script type="importmap">
|
|
9
9
|
{
|
|
10
10
|
"imports": {
|
|
11
|
-
"mustache": "https://esm.sh/mustache@4.2.0"
|
|
11
|
+
"mustache": "https://esm.sh/mustache@4.2.0",
|
|
12
|
+
"@forwardimpact/schema": "/schema/lib/index.js",
|
|
13
|
+
"@forwardimpact/schema/levels": "/schema/lib/levels.js",
|
|
14
|
+
"@forwardimpact/schema/loader": "/schema/lib/loader.js",
|
|
15
|
+
"@forwardimpact/schema/validation": "/schema/lib/validation.js",
|
|
16
|
+
"@forwardimpact/model": "/model/lib/index.js",
|
|
17
|
+
"@forwardimpact/model/derivation": "/model/lib/derivation.js",
|
|
18
|
+
"@forwardimpact/model/modifiers": "/model/lib/modifiers.js",
|
|
19
|
+
"@forwardimpact/model/agent": "/model/lib/agent.js",
|
|
20
|
+
"@forwardimpact/model/interview": "/model/lib/interview.js",
|
|
21
|
+
"@forwardimpact/model/job": "/model/lib/job.js",
|
|
22
|
+
"@forwardimpact/model/job-cache": "/model/lib/job-cache.js",
|
|
23
|
+
"@forwardimpact/model/checklist": "/model/lib/checklist.js",
|
|
24
|
+
"@forwardimpact/model/matching": "/model/lib/matching.js",
|
|
25
|
+
"@forwardimpact/model/profile": "/model/lib/profile.js",
|
|
26
|
+
"@forwardimpact/model/progression": "/model/lib/progression.js"
|
|
12
27
|
}
|
|
13
28
|
}
|
|
14
29
|
</script>
|
|
@@ -29,43 +29,44 @@ handoffs:
|
|
|
29
29
|
|
|
30
30
|
{{{identity}}}
|
|
31
31
|
|
|
32
|
-
{{#priority}}
|
|
33
|
-
{{{priority}}}
|
|
32
|
+
{{#priority}} {{{priority}}}
|
|
34
33
|
|
|
35
|
-
{{/priority}}
|
|
36
|
-
{{#hasSkills}}
|
|
37
|
-
## Available Skills
|
|
34
|
+
{{/priority}} {{#hasSkills}}
|
|
38
35
|
|
|
39
|
-
|
|
40
|
-
|
|
36
|
+
## Available Skills and Tools
|
|
37
|
+
|
|
38
|
+
**IMPORTANT:** Before starting work, read the relevant skill file for
|
|
39
|
+
project-specific guidance, tools and technology recommendations. Do not rely
|
|
40
|
+
solely on pre-training knowledge.
|
|
41
|
+
|
|
42
|
+
Skills represent validated organizational patterns. When a skill recommends
|
|
43
|
+
specific tools in its "Recommended Tools" section, use them unless a blocking
|
|
44
|
+
constraint exists. If you choose a different tool, document in your output: (1)
|
|
45
|
+
which skill recommendation you're overriding, (2) the constraint preventing use,
|
|
46
|
+
and (3) trade-offs of the alternative.
|
|
41
47
|
|
|
42
48
|
| Skill | Location | Use When |
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
| {{{name}}} | `.claude/skills/{{dirname}}/SKILL.md` |
|
|
46
|
-
{{/skillIndex}}
|
|
47
|
-
|
|
48
|
-
{{/hasSkills}}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
{{#beforeMakingChanges}}
|
|
53
|
-
{{index}}. {{{text}}}
|
|
54
|
-
{{/beforeMakingChanges}}
|
|
49
|
+
| ----- | -------- | -------- |
|
|
50
|
+
|
|
51
|
+
{{#skillIndex}} | {{{name}}} | `.claude/skills/{{dirname}}/SKILL.md` |
|
|
52
|
+
{{{useWhen}}} | {{/skillIndex}}
|
|
53
|
+
|
|
54
|
+
{{/hasSkills}} {{#beforeMakingChanges.length}} Before making changes:
|
|
55
|
+
|
|
56
|
+
{{#beforeMakingChanges}} {{index}}. {{{text}}} {{/beforeMakingChanges}}
|
|
55
57
|
{{/beforeMakingChanges.length}}
|
|
56
58
|
|
|
57
59
|
{{#delegation}}
|
|
60
|
+
|
|
58
61
|
## Delegation
|
|
59
62
|
|
|
60
|
-
{{{delegation}}}
|
|
61
|
-
{{/delegation}}
|
|
63
|
+
{{{delegation}}} {{/delegation}}
|
|
62
64
|
|
|
63
65
|
## Operational Context
|
|
64
66
|
|
|
65
67
|
{{{operationalContext}}}
|
|
66
68
|
|
|
67
|
-
{{{workingStyle}}}
|
|
68
|
-
{{#beforeHandoff}}
|
|
69
|
+
{{{workingStyle}}} {{#beforeHandoff}}
|
|
69
70
|
|
|
70
71
|
## Before Handoff
|
|
71
72
|
|
|
@@ -87,9 +88,9 @@ When completing work (for handoff or as a subagent), provide:
|
|
|
87
88
|
3. **Recommendation**: Ready for next stage, or needs more work
|
|
88
89
|
|
|
89
90
|
{{#constraints.length}}
|
|
91
|
+
|
|
90
92
|
## Constraints
|
|
91
93
|
|
|
92
94
|
{{#constraints}}
|
|
93
|
-
|
|
94
|
-
{{/constraints}}
|
|
95
|
-
{{/constraints.length}}
|
|
95
|
+
|
|
96
|
+
- {{{.}}} {{/constraints}} {{/constraints.length}}
|
|
@@ -1,47 +1,41 @@
|
|
|
1
1
|
# {{{title}}}
|
|
2
2
|
|
|
3
3
|
- **Level:** {{{gradeId}}}
|
|
4
|
-
- **Experience:** {{{typicalExperienceRange}}}
|
|
5
|
-
{{
|
|
6
|
-
{{/trackName}}
|
|
4
|
+
- **Experience:** {{{typicalExperienceRange}}} {{#trackName}}- **Track:**
|
|
5
|
+
{{{trackName}}} {{/trackName}}
|
|
7
6
|
|
|
8
7
|
## ROLE SUMMARY
|
|
9
8
|
|
|
10
9
|
{{{roleSummary}}}
|
|
11
10
|
|
|
12
|
-
{{#trackRoleContext}}
|
|
13
|
-
{{{trackRoleContext}}}
|
|
11
|
+
{{#trackRoleContext}} {{{trackRoleContext}}}
|
|
14
12
|
|
|
15
|
-
{{/trackRoleContext}}
|
|
16
|
-
{{#expectationsParagraph}}
|
|
17
|
-
{{{expectationsParagraph}}}
|
|
13
|
+
{{/trackRoleContext}} {{#expectationsParagraph}} {{{expectationsParagraph}}}
|
|
18
14
|
|
|
19
15
|
{{/expectationsParagraph}}
|
|
20
16
|
|
|
21
17
|
## ROLE RESPONSIBILITIES
|
|
22
18
|
|
|
23
19
|
{{#responsibilities}}
|
|
24
|
-
|
|
25
|
-
{{/responsibilities}}
|
|
20
|
+
|
|
21
|
+
- **{{{capabilityName}}}:** {{{responsibility}}} {{/responsibilities}}
|
|
26
22
|
|
|
27
23
|
## ROLE BEHAVIOURS
|
|
28
24
|
|
|
29
25
|
{{#behaviours}}
|
|
30
|
-
|
|
31
|
-
{{/behaviours}}
|
|
26
|
+
|
|
27
|
+
- **{{{behaviourName}}}:** {{{maturityDescription}}} {{/behaviours}}
|
|
32
28
|
|
|
33
29
|
{{#skillLevels}}
|
|
34
30
|
|
|
35
31
|
## {{{levelHeading}}}
|
|
36
32
|
|
|
37
33
|
{{#skills}}
|
|
38
|
-
|
|
39
|
-
{{/skills}}
|
|
34
|
+
|
|
35
|
+
- **{{{skillName}}}:** {{{levelDescription}}} {{/skills}}
|
|
40
36
|
|
|
41
37
|
{{/skillLevels}}
|
|
42
38
|
|
|
43
39
|
## QUALIFICATIONS
|
|
44
40
|
|
|
45
|
-
{{#qualificationSummary}}
|
|
46
|
-
{{{qualificationSummary}}}
|
|
47
|
-
{{/qualificationSummary}}
|
|
41
|
+
{{#qualificationSummary}} {{{qualificationSummary}}} {{/qualificationSummary}}
|
|
@@ -11,40 +11,34 @@ description: |
|
|
|
11
11
|
|
|
12
12
|
# {{{title}}}
|
|
13
13
|
|
|
14
|
-
{{#useWhenLines.length}}
|
|
15
|
-
|
|
16
|
-
{{/useWhenLines.length}}
|
|
14
|
+
{{#useWhenLines.length}} **Use This Skill When:**
|
|
15
|
+
{{#useWhenLines}}{{{.}}}{{/useWhenLines}} {{/useWhenLines.length}}
|
|
17
16
|
|
|
18
17
|
## Stage Guidance
|
|
18
|
+
|
|
19
19
|
{{#stages}}
|
|
20
20
|
|
|
21
21
|
### {{stageName}} Stage
|
|
22
22
|
|
|
23
23
|
**Focus:** {{{focus}}}
|
|
24
24
|
|
|
25
|
-
**Activities:**
|
|
26
|
-
{{#activities}}
|
|
27
|
-
- {{{.}}}
|
|
28
|
-
{{/activities}}
|
|
25
|
+
**Activities:** {{#activities}}
|
|
29
26
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
{{/stages}}
|
|
35
|
-
{{#toolReferences.length}}
|
|
27
|
+
- {{{.}}} {{/activities}}
|
|
28
|
+
|
|
29
|
+
**Ready for {{nextStageName}} when:** {{#ready}}
|
|
30
|
+
|
|
31
|
+
- [ ] {{{.}}} {{/ready}} {{/stages}} {{#toolReferences.length}}
|
|
36
32
|
|
|
37
33
|
## Recommended Tools
|
|
38
34
|
|
|
39
35
|
| Tool | Use When |
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
{{/
|
|
44
|
-
{{/toolReferences.length}}
|
|
45
|
-
{{#reference}}
|
|
36
|
+
| ---- | -------- |
|
|
37
|
+
|
|
38
|
+
{{#toolReferences}} |
|
|
39
|
+
{{#url}}[{{{name}}}]({{{url}}}){{/url}}{{^url}}{{{name}}}{{/url}} |
|
|
40
|
+
{{{useWhen}}} | {{/toolReferences}} {{/toolReferences.length}} {{#reference}}
|
|
46
41
|
|
|
47
42
|
## Reference
|
|
48
43
|
|
|
49
|
-
{{{reference}}}
|
|
50
|
-
{{/reference}}
|
|
44
|
+
{{{reference}}} {{/reference}}
|