Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add clawd-aftermath/senpi-skills-af --skill "anaconda-strategy"
Install specific skill from multi-skill repository
# Description
>-
# SKILL.md
name: anaconda-strategy
description: >-
ANACONDA β Deep liquidity range hunter. Trading strategy on VIPER v2.1.
Amplifies VIPER's three winning mechanics: tighter High Water geometry (88% lock),
wider conviction Phase 1 (-25% mid-tier), higher OI floor ($10M).
Fewer candidates, deeper liquidity, more captured per trade.
license: MIT
metadata:
author: jason-goldberg
version: "1.0"
platform: senpi
exchange: aftermath
base_skill: viper-2.1
type: trading-strategy
ANACONDA β Deep Liquidity Range Hunter
Trading strategy override on VIPER v2.1. Same scanner, same range detection β different config that amplifies what's working.
Requires: VIPER v2.1 must be installed first. ANACONDA applies config.json overrides on top.
How to Deploy
- Install VIPER v2.1 from the senpi-skills repo
- Apply ANACONDA's
config.jsonoverrides to the VIPER config - Agent uses VIPER's scanner with ANACONDA's entry filters, DSL tiers, and risk params
MANDATORY: DSL High Water Mode
ANACONDA MUST use DSL High Water Mode. This is not optional.
Spec: https://github.com/Senpi-ai/senpi-skills/blob/main/dsl-dynamic-stop-loss/dsl-high-water-spec%201.0.md
When creating DSL state files, you MUST include:
{
"lockMode": "pct_of_high_water",
"phase2TriggerRoe": 5,
"tiers": [
{"triggerPct": 5, "lockHwPct": 35, "consecutiveBreachesRequired": 3},
{"triggerPct": 10, "lockHwPct": 55, "consecutiveBreachesRequired": 2},
{"triggerPct": 15, "lockHwPct": 75, "consecutiveBreachesRequired": 1},
{"triggerPct": 20, "lockHwPct": 88, "consecutiveBreachesRequired": 1}
]
}
FALLBACK: Use tiersLegacyFallback from config.json until engine supports pct_of_high_water.
Key Overrides vs VIPER
| Setting | VIPER | ANACONDA |
|---|---|---|
| OI floor | $5M | $10M β deep liquidity only |
| Assets scanned | Top 25 | Top 15 |
| BB width max | 4% | 3.5% β tighter ranges only |
| Min score | 5 | 6 |
| Margin per trade | 28% | 30% |
| Max positions | 3 | 2 β concentrated |
| HW T3 lock | 70%, 2 breaches | 75%, 1 breach (instant) |
| HW T4 lock | 85% | 88% |
| Phase 1 mid-tier floor | -20% ROE | -25% ROE |
| Stagnation TP | 5% ROE, 30min | 8% ROE, 45min |
All config values are in config.json. The agent reads them and applies to VIPER's scanner output.
Notification Policy
Same as VIPER. ONLY alert on position OPENED or CLOSED, risk triggered, critical error. NO_REPLY for idle cycles.
License
MIT β Built by Senpi (https://senpi.ai).
Source: https://github.com/Senpi-ai/senpi-skills
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.