This repository contains multiple projects including a quantitative trading system and AI engineering resources.
All AI-assisted development in this repository must follow the structured Task Workflow documented in:
The workflow consists of 6 mandatory phases:
- Questions - Requirements gathering
- Design - Solution planning
- Models - Data structure definition
- Tests - Test creation (TDD)
- Implementation - Code changes
- Verification - Testing and validation
For detailed guidance on each phase, see the Execution Library.
- Quantitative Trading System - Automated futures trading system
- AI Engineering Resources
- Reference Materials
This repository includes tools to detect uncommitted changes before deployments or commits:
- check_uncommitted.py: Python script to check for uncommitted changes
- check-uncommitted.sh: Bash script to check for uncommitted changes
Run the check manually:
# Using Python script
python3 check_uncommitted.py
# Using Bash script
./check-uncommitted.shThe repository includes a GitHub Actions workflow that automatically checks for uncommitted changes:
- Runs on pushes to
mainanddevelopbranches - Runs on pull requests to
mainanddevelopbranches - Fails if uncommitted changes are detected after running tests/builds
- 0: No uncommitted changes detected (success)
- 1: Uncommitted changes detected (failure) Personal Learning and Development Repository
Comprehensive guide on Context Engineering methodology for AI programming assistants.
- Complete Guide - Full documentation with bilingual content (中文/English)
- Quick Start - Get started in 5 minutes
- Templates - Ready-to-use templates for your projects
Key Topics Covered:
- What is Context Engineering and why it matters
- Three-Phase Workflow (RPI: Research, Plan, Implement)
- Context files and project documentation
- Subagents and specialized workflows
- Advanced optimization techniques
- Practical implementation guide
Python-based quantitative trading system with multi-factor strategies.
- Location:
./quant-trading-system/ - Documentation
Various AI engineering projects and experiments.
- AI Podcast Generation:
./ai-engineering-hub-main/ai-podcast-generation/ - Paralegal Agent Crew:
./ai-engineering-hub-main/paralegal-agent-crew/
- Awesome Mac Tools:
./awesome-mac-master/ - North Star Framework:
./northstar-master/ - AI Tools System Prompts:
./system-prompts-and-models-of-ai-tools-main/
MIT