Cursor rule
When user types PAELLA or asks about documentation, guide them through the interactive documentation process using natural language conversations.
[Historical v0.x] Original MCP framework — current product at paelladoc.com
Cursor rule
When user types PAELLA or asks about documentation, guide them through the interactive documentation process using natural language conversations.
Cursor rule
When user asks about analyzing code to generate documentation, explain the capabilities and process based on PAELLADOC code analysis rules.
Cursor rule
When user asks to generate context from a repository, call the extractrepocontent.py script to convert code repositories to text.
Cursor rule
When user asks about code generation, uses the GENERATECODE or CREATEREPO commands, or discusses generating code from documentation, guide them through the process and explain requirements.
Cursor rule
When user asks about analyzing code to generate documentation, present EXACTLY the 19-option menu defined in the JSON file.
Cursor rule
Module defining the CONTINUE command for resuming work on existing projects.
Cursor rule
Implements the help system for PAELLADOC commands.
Cursor rule
Module defining the PAELLA command for initiating documentation.
Cursor rule
Defines the documentation verification processes and validation commands in PAELLADOC.
Cursor rule
Project memory system for context recording and transfer using AI.
Cursor rule
Manages product management features including user stories, tasks, sprints and meeting notes in PAELLADOC.
Cursor rule
Manages programming style guides and coding standards in PAELLADOC.
Cursor rule
Manages Git workflow methodologies and practices in PAELLADOC.
Cursor rule
Manages documentation templates and their lifecycle in PAELLADOC.
Cursor rule
Imports for PAELLADOC system.
Cursor rule
When user executes any PAELLADOC command or asks about available commands, provide guidance on command usage and parameters.
Cursor rule
When user mentions project memory, asks about development history, or uses memory-related commands (MEMORY, ACHIEVEMENT, ISSUE, DECISION, CONTEXT), manage the project memory and AI context.
Cursor rule
When user discusses the documentation process or workflow, especially involving code analysis and generation, provide guidance based on the PAELLADOC workflow steps.
Cursor rule
When a PAELLADOC command is invoked with missing parameters, guide the user through the appropriate interactive conversation workflow to gather the necessary information.
Cursor rule
When user discusses interface design, contracts, adapter patterns, or interface testing, provide guidance based on PAELLADOC principles.
Cursor rule
ALWAYS use to orchestrate PAELLADOC documentation system and coordinate command execution.
Cursor rule
When user works on Node.js backend files (in src/, server/, api/, models/), apply these best practices for structure, API design, security, performance, and testing.
Cursor rule
When user works on Chrome extension files (manifest.json, background/content scripts, popup files), apply these best practices for structure, security, performance, and UX.
Cursor rule
When user works on React frontend files (in src/ or components/, using .js, .jsx, .ts, .tsx extensions), apply these best practices for organization, state management, performance, and testing.