Rotation Signal Writer

Convert JSON structure and flows into executable crypto rotation actions.

1|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ricketter1984/crypto-rotation-agents --skill rotation-signal-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Rotation Signal Writer
Source: https://github.com/ricketter1984/crypto-rotation-agents/tree/main/.claude/skills/rotation-signal-writer
Command: npx skills add https://github.com/ricketter1984/crypto-rotation-agents --skill rotation-signal-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts Structure/Flows JSON outputs into concrete rotation actions with position sizing, stop rules, and invalidation logic, aligning decisions with the Crypto Rotation Playbook v2.

Core Features & Use Cases

  • Input integration: Reads the newest files in out/structure/.json and out/flows/.json.
  • Risk controls: Enforces ≤2% per-leg risk and ≤4% daily risk.
  • Position staging: Maintains a core core (e.g., 20–30% PAXG) until confirmation signals occur; stagings for BTC and alts follow gate rules.
  • Output artifact: Produces out/rotation_signals.md with Portfolio Health, Signals, Action Plan (exact %), Stops/Invalidations, and a Trader Checklist, plus a concise trader brief.

Quick Start

Ensure out/structure and out/flows contain the latest results, then run this Skill to generate rotation_signals.md and a trader brief.

Frequently Asked Questions about Rotation Signal Writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert crypto rotation signals into position sizing and trade actions?

Rotation Signal Writer converts Structure/Flows JSON outputs into executable rotation actions by applying risk limits, allocation rules, and staged entry logic. It reads your latest structure and flows files, then outputs a markdown report with exact position percentages, stop levels, invalidation points, and a trader checklist for BTC, PAXG, and alts.

What risk controls does automated rotation signal generation enforce?

The Skill enforces per-leg risk capped at 2% and daily portfolio risk capped at 4%, maintains a core PAXG allocation (20–30%) until confirmation signals, and applies gate rules for staged BTC and alt entries. All constraints align with the Crypto Rotation Playbook v2.

How do I use Structure and Flows JSON files to generate rotation signals?

Place your latest Structure/Flows JSON outputs in the out/structure and out/flows directories. Run the Skill to read the newest files from each directory and generate out/rotation_signals.md, which includes Portfolio Health, Signals, Action Plan with exact percentages, Stops/Invalidations, and a Trader Checklist.

What output does the rotation signal automation produce?

The Skill produces out/rotation_signals.md containing Portfolio Health assessment, active Signals, Action Plan with exact position percentages, Stop and Invalidation rules, a Trader Checklist, and a concise trader brief summarizing all recommended actions.

Can I use rotation signals for manual trading or only algorithmic execution?

Rotation Signal Writer outputs a Trader Checklist and actionable brief designed for manual trader execution. Position sizes, stops, and invalidation levels are calculated precisely so traders can execute entries, manage risk, and monitor exits without additional calculation.

What happens if Structure or Flows JSON files are missing or outdated?

The Skill requires the latest files in out/structure and out/flows to function. If files are missing or stale, the rotation signals cannot be generated. Ensure your Structure and Flows pipeline runs and outputs current files before triggering this Skill.