Best practices for developing, testing, and iterating Wayfinder Paths strategies/adapters in this repo (data sources, manifests, safety rails).
Scanned 2/12/2026
Install via CLI
openskills install WayfinderFoundation/wayfinder-paths-sdk---
name: developing-wayfinder-strategies
description: Best practices for developing, testing, and iterating Wayfinder Paths strategies/adapters in this repo (data sources, manifests, safety rails).
metadata:
tags: wayfinder, defi, strategies, adapters, python
---
## When to use
Use this skill when you are:
- Designing a new strategy (or major refactor) in `wayfinder_paths/strategies/`
- Exploring adapter capabilities to build strategy logic
- Adding tests, manifests, examples, or debugging strategy behavior
## How to use
Follow the repo-specific workflow and patterns in these rule docs:
- [rules/workflow.md](rules/workflow.md) - Setup, common commands, how to run strategies locally
- [rules/manifests-and-tests.md](rules/manifests-and-tests.md) - Manifest rules, required tests, `examples.json` discipline
- [rules/data-sources.md](rules/data-sources.md) - Where data comes from (clients/adapters), read vs write conventions
- [rules/safety-and-execution.md](rules/safety-and-execution.md) - Approvals and safe execution patterns
No comments yet. Be the first to comment!