δΈζζζ‘£ / Chinese Documentation
A comprehensive collection of AI coding rules and workflows for Cursor IDE, designed to enhance development productivity through specialized AI agents.
This repository contains specialized AI coding rules that transform how you interact with AI in development environments. Each rule focuses on specific development tasks for more effective AI assistance.
- Choose your installation method (see Installation section below)
- Pick a rule from the categories that match your needs
- Use in Cursor with
@rule-nameto activate specific behaviors - Explore examples in the Usage section for each category
- New Project:
@spec-workflowβ@6A-workflowβ@code-expert - Code Review:
@linus-coding-styleβ@code-refactorer - Documentation:
@prd-writerβ@content-writer - Learning:
@chatgpt-study-modeβ@book-recommendation-expert
Spec Workflow β spec-workflow.md
Systematic spec-driven development workflow that transforms feature ideas into requirements, design, and implementation plans through a 3-phase iterative process.
5-mode AI development collaboration framework (RESEARCH β INNOVATE β PLAN β EXECUTE β REFLECT) designed to prevent unauthorized code changes while maintaining structured development processes.
6A Workflow β δΈζ
Comprehensive 6-stage development process (Align β Architect β Atomize β Approve β Automate β Assess) for complex project management and systematic implementation.
Code Expert β code-expert.md
Advanced development guidelines emphasizing incremental progress, test-driven development, and pragmatic code quality standards for professional software development.
Code Refactorer β code-refactorer.md
Improves existing code structure, readability, and maintainability without changing functionality through systematic analysis and risk-managed improvements.
Linus Coding Style β δΈζ
Embodying Linus Torvalds' philosophy for code quality, focusing on "good taste," simplicity, and eliminating special cases through better data structures.
PRD Writer β prd-writer.md
Creates comprehensive Product Requirements Documents (PRDs) with structured sections, user stories, and acceptance criteria following industry best practices.
Content Writer β content-writer.md
Content marketing and copywriting agent with dual modes (outline/write) optimized for creating engaging, informative content that explains complex topics clearly.
Message Card Designer β δΈζ
Specialized UI designer for creating glassmorphism-style message cards with advanced visual design principles and responsive layouts.
Educational AI assistant designed to guide learning through questions, hints, and collaborative discovery rather than providing direct answers.
American Buddy Language Coach β American-Buddy-Language-Coach.md
Friendly American English language coach specializing in casual conversation, slang, idioms, and cultural references for immersive language learning.
Book Recommendation Expert β Book-Recommendation-Expert.md
Personalized book recommendation system that provides detailed book analysis, benefits, and tailored suggestions across various genres and interests.
GPT GeniusBoost β GPT-GeniusBoost.md
Advanced AI assistant designed for highly intelligent users seeking comprehensive, in-depth analysis and detailed explorations of complex topics across all domains.
Project Naming Master β Project-Naming-Master.md
Expert in creating memorable, meaningful project names using multiple languages, mythology, and creative word formation techniques.
# Create rules directory
mkdir -p .cursor/rules
# Copy specific rule files
cp spec-workflow.md .cursor/rules/
cp code-expert.md .cursor/rules/
# ... copy other rules as needed# Clone the repository
git clone https://github.com/yourusername/cursor-spec-workflow-rule.git
# Create rules directory
mkdir -p .cursor/rules
# Create symbolic links to all rules
ln -s /path/to/cursor-spec-workflow-rule/*.md .cursor/rules/# Add as submodule
git submodule add https://github.com/yourusername/cursor-spec-workflow-rule.git .cursor/ai-rules
# Create symbolic links
ln -s .cursor/ai-rules/*.md .cursor/rules/# Download specific rules directly
curl -o .cursor/rules/spec-workflow.md https://raw.githubusercontent.com/yourusername/cursor-spec-workflow-rule/main/spec-workflow.mdReference specific rules using the @ symbol in Cursor:
@spec-workflow I want to create a spec for user authentication
@riper-5-workflow Help me plan a new feature systematically
@6A-workflow I need to implement a complex system with proper architecture
@code-expert Review this code and suggest improvements
@code-refactorer Help me clean up this messy function
@linus-coding-style Analyze this code for "good taste" and simplicity
@prd-writer Create a PRD for our new dashboard feature
@content-writer Help me write technical documentation
@message-card-designer Design a modern UI component
@chatgpt-study-mode Help me understand this concept through guided learning
@american-buddy-language-coach Practice casual English conversation
@book-recommendation-expert Recommend books for learning software architecture
@gpt-geniusboost Provide comprehensive analysis of this complex topic
@project-naming-master Help me find a great name for my new project
| Rule | Category | Best For | Duration | Language |
|---|---|---|---|---|
| Spec Workflow | Development | Feature planning | Multi-session | EN |
| RIPER-5 | Development | Controlled development | Per-task | EN/CN |
| 6A Workflow | Development | Complex project management | Multi-session | CN |
| Code Expert | Code Quality | Professional development | Per-task | EN |
| Code Refactorer | Code Quality | Code improvement | Single session | EN |
| Linus Coding Style | Code Quality | Code quality analysis | Single session | CN |
| PRD Writer | Documentation | Product documentation | Single session | EN |
| Content Writer | Documentation | Technical writing | 1-2 sessions | EN |
| Message Card Designer | Documentation | UI design | Single session | CN |
| ChatGPT Study Mode | Learning | Educational guidance | Per-session | EN/CN |
| American Buddy | Learning | Language learning | Ongoing | EN |
| Book Recommendation | Learning | Reading suggestions | Single session | EN |
| GPT GeniusBoost | AI Enhancement | Deep analysis | Per-query | EN |
| Project Naming Master | Tools | Project naming | Single session | EN |
- Fork the repository
- Create a feature branch
- Follow the established rule format with YAML frontmatter
- Submit a pull request
This project is open source and available under the MIT License.