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.
$npx -y skills add deepractice/agentx --skill journeyInstalls into the current project.
Run `npx skills use "https://github.com/deepractice/agentx" --skill "deepractice/agentx/journey"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/deepractice/agentx" that are relevant to the current task. Run `npx skills add "https://github.com/deepractice/agentx"` and select the relevant skills, then follow their instructions.