Journey

Load BDD journey feature files as project context for a specific role. Use when the user invokes "/journey <role>" where role is maintainer, contributor, or developer. Loads all .feature files from bdd/journeys/<role>/ as living documentation context. Examples - "/journey maintainer" loads project rules (BDD workflow, conventions, testing, environment, release, architecture), "/journey contributor" loads build and setup specs, "/journey developer" loads SDK usage specs. Use when this capability is needed.

tomevault-io Updated

File contents

Journey Context Loader

Load all BDD feature files for a role as working context.

Usage

Run the loader script with the role argument:

bun SKILL_DIR/scripts/load-features.ts <role>

Roles: maintainer, contributor, developer

After Loading

  • The feature files ARE the documentation. Use them as the source of truth for all project rules and conventions.
  • When the user asks about project norms, answer from the loaded features.
  • When implementing code, check loaded features for relevant constraints.

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/deepractice--agentx--journey commit 465a0c9e77

Frequently asked questions

npx skillmds@latest add tomevault-io/journey-2