trading-plan-generator

Generates structured trading plans with risk management, sizing, and tracking.

Updated Nov 25, 2025
One-click install
npx skills add https://github.com/Cambixx/bot-trading --skill trading-plan-generator-cambixx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trading-plan-generator
Source: https://github.com/Cambixx/bot-trading/tree/main/.agents/skills/trading-plan-generator
Command: npx skills add https://github.com/Cambixx/bot-trading --skill trading-plan-generator-cambixx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Generating consistent, discipline-driven trading plans is time-consuming and error-prone when done manually. This Skill provides a structured framework to create comprehensive trading plans that embed risk management, sizing rules, entry/exit criteria, psychology guidelines, and performance tracking.

Core Features & Use Cases

  • Generate a complete trading plan tailored to trading style (Day, Swing, Position, or Options) and market focus.
  • Include risk management foundations (risk per trade, daily loss limits, max drawdown), position sizing formulas, and clear entry/exit rules.
  • Provide a performance tracking framework and a trade journal template to monitor compliance and improvements.
  • Use Case: A trader wants a repeatable plan template that can be generated for weekly review, saved as Markdown, and validated with automated checks.

Quick Start

Run the Trading Plan Generator to produce a plan file, then validate and size positions:

  • Generate: ./scripts/generate_plan.sh
  • Validate: ./scripts/validate_plan.sh path/to/plan.md
  • Size: ./scripts/position_calculator.sh
  • See references for risk management and psychology guidance: references/risk_management.md, references/trading_psychology.md

Frequently Asked Questions about trading-plan-generator

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

FAQPage Schema
How do I generate a rules-based trading plan with risk management and position sizing?

You can generate a rules-based trading plan by running a script that produces a structured Markdown file embedding risk per trade, daily loss limits, stop-loss rules, and position sizing formulas tailored to your trading style.

What's the best way to structure a trading plan for swing trading and crypto?

The best way to structure a trading plan for swing trading and crypto is to use a framework that defines entry/exit criteria, max drawdown limits, and psychology guidelines, then validate the output with automated checks.

Can I create trading plans for options and derivatives using a position calculator?

Yes, you can create trading plans for options and derivatives by running a position calculator script that applies specific sizing rules and risk management foundations to your desired market focus.

How do I track trading performance and compliance with a trade journal template?

You can track trading performance and compliance by generating a trade journal template within your plan file, allowing you to monitor discipline, record entry/exit data, and review improvements weekly.

Does this trading plan generator support day trading and position trading styles?

Yes, this trading plan generator supports day trading and position trading styles by tailoring the generated risk management rules, position sizing formulas, and performance tracking framework to each specific approach.

What are the limitations of manually creating a disciplined trading plan?

Manually creating a disciplined trading plan is time-consuming and error-prone, lacking automated validation for risk per trade, daily loss limits, and position sizing formulas that a structured generator provides.