pre-trade-discipline-gate

Evaluates pre-trade discipline checklists from local JSON or YAML files to block noncompliant manual entries.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill pre-trade-discipline-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-trade-discipline-gate
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/skills/pre-trade-discipline-gate
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill pre-trade-discipline-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps traders enforce pre-trade discipline by evaluating a local checklist and blocking entries that don't meet certain criteria.

Core Features & Use Cases

  • Pre-Trade Checklist Evaluation: Reads a local checklist and evaluates it against predefined rules.
  • Decision Making: Generates a decision to proceed, review, or block the trade based on the checklist evaluation.
  • Integration with Other Systems: Can integrate with other systems to access market regime, circuit breaker, and trader-memory-core state artifacts.
  • Use Case: Before placing a manual trade, the trader can run this skill to ensure all pre-trade checks are met, such as written plan confirmation, predefined stop, and size within plan.

Quick Start

Run the 'pre-trade-discipline-gate' skill with the following command: python3 skills/pre-trade-discipline-gate/scripts/check_pre_trade_discipline.py --answers-file state/manual-entry-checklist.json

Frequently Asked Questions about pre-trade-discipline-gate

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

FAQPage Schema
How do I enforce a pre-trade checklist for manual trading entries?

You can enforce pre-trade discipline by running a Python script that evaluates a local pre-trade checklist against predefined risk management rules, generating a decision to proceed, review, or block the trade.

What risk management criteria should a pre-trade discipline gate evaluate?

A pre-trade discipline gate evaluates criteria such as written plan confirmation, predefined stop placement, and position size adherence to ensure manual trading entries meet structured risk management requirements.

Can I integrate market regime and circuit breaker state into a pre-trade decision gate?

Yes, the pre-trade discipline gate can integrate with external systems to access optional market regime, circuit breaker, and trader-memory-core state artifacts to inform the final trade decision.

Does a pre-trade discipline gate work for institutional trading workflows?

Yes, the pre-trade discipline gate applies to both individual traders and institutional trading workflows that require structured pre-trade checks and strict adherence to predefined risk management criteria.