Journey Context Loader
Load all BDD feature files for a role as working context.
Usage
Run the loader script with the role argument:
bash
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.