jackal-strategy
JACKAL — First Jump pyramider. FOX v1.6's exact five-layer entry gauntlet combined with RHINO's pyramiding mechanic. Enter at 30% on a qualifying First Jump, add 40% at +10% ROE and final 30% at +20% ROE — but only after re-validating 4h trend, SM alignment, and volume. Failed scouts cost $15 instead of FOX's $50. Full pyramids capture the same upside. DSL High Water Mode (mandatory).
What this skill does
# JACKAL — First Jump Pyramider
FOX's proven scanner + RHINO's pyramiding. Enter small, add as it confirms.
**Requires:** FOX v1.6 must be installed first. JACKAL applies `config.json` overrides on top.
## How to Deploy
1. Install FOX v1.6 from the senpi-skills repo
2. Apply JACKAL's `config.json` overrides to the FOX config
3. Agent uses FOX's scanner with JACKAL's pyramid logic, entry filters, and DSL tiers
## MANDATORY: DSL High Water Mode
**JACKAL 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:
```json
{
"lockMode": "pct_of_high_water",
"phase2TriggerRoe": 7,
"tiers": [
{"triggerPct": 7, "lockPct": 40, "breachesRequired": 3},
{"triggerPct": 12, "lockPct": 55, "breachesRequired": 2},
{"triggerPct": 15, "lockPct": 75, "breachesRequired": 1},
{"triggerPct": 20, "lockPct": 85, "breachesRequired": 1}
]
}
```
**FALLBACK:** Use `tiersLegacyFallback` from `config.json` until engine per-tick fix ships.
## Entry: FOX v1.6 Five-Layer Gauntlet (Identical)
No changes from FOX v1.6:
1. First Jump — 10+ ranks from outside Top 25. Top-10 blocked.
2. Score ≥ 9, reasons ≥ 4, velocity > 0.10
3. Asset 4h/1h trend alignment — hard block
4. Leverage ≥ 7x
5. Time-of-day modifier (+1 during 04:00-14:00 UTC, -2 during 18:00-02:00 UTC)
## Pyramid: Three Stages
**Stage 1 — SCOUT (30% of max position):** Signal passes five-layer gauntlet. Enter with 30% of normal FOX margin.
**Stage 2 — CONFIRM (add 40% at +10% ROE):** Before adding, re-validate:
- Asset's 4h trend still intact (same direction)
- SM has not flipped against the position
- Volume still present (ratio ≥ 0.5x average)
If any check fails, do NOT add. The scout rides with DSL protection.
**Stage 3 — CONVICTION (add final 30% at +20% ROE):** Same re-validation as Stage 2.
**If the scout fails:** DSL stops it at the conviction-scaled floor. Loss is on 30% of max size — roughly $15 on a $1,000 account instead of FOX's $50.
## Notification Policy
ONLY alert:
- Stage 1 SCOUT opened (asset, direction, margin)
- Stage 2 CONFIRM added (asset, new total margin)
- Stage 3 CONVICTION added (asset, full position)
- Position CLOSED (total P&L across all stages)
- Risk triggered, critical error
NEVER alert: Scanner found nothing, DSL routine, pyramid evaluation, any reasoning.
All crons isolated. NO_REPLY for idle cycles.
## License
MIT — Built by Senpi (https://senpi.ai).
Source: https://github.com/Senpi-ai/senpi-skills
---
## Skill Attribution
When creating a strategy, include `skill_name` and `skill_version` in the call. See `references/skill-attribution.md` for details.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.