Command Cursor
TODOs, errors, incosistencies, potential code and typesafety violations in.
Command Cursor
TODOs, errors, incosistencies, potential code and typesafety violations in.
Command Cursor
hi. please investigate why this error happen.
Command Cursor
please investigate the codebase based on your changes - do we have code duplication? After analysis, write updates to DUPLICATIONREPORT.md with the results. Keep in mind that other agents could keep their records, so you need to check the document first, decided to update or add new information.
Command Cursor
address all found gaps and issues. start one agent per the problem.
Command Cursor
if there is better solution, please suggest it.
Command Cursor
please update .cursor/rules/architecturediagram.mdc to support all our current relationships and Key Data Flow.
Command Cursor
could you please update DESIGNFAQ & DXFAQ based on the changes we are trying to achieve.
Command Cursor
Please analyse using ecs DESIGN and DX FAQ (and the FAQ files in plugins) and ecsarchitecturediagram for correct understanding of reusable parts.
Cursor rule Cursor
This document provides a condensed, unified overview of the application's architecture. It is designed to be a primary reference for understanding the core concepts, structure, and development patterns.
Cursor rule Cursor
Create detailed file-by-file action list.
Cursor rule Cursor
Provide a list of follow-up questions, and structure the plan with clear sections for research, implementation, and testing. Format the plan as a markdown list with headings.
Cursor rule Cursor
Your task is to create a detailed, step-by-step plan. Use sequancialthinking tool to iterate your thoughts before getting started answering.
Cursor rule Cursor
To create md file for test describing how to create rules to write tests.
Cursor rule Cursor
You are a senior Dart programmer specializing in Flutter, Flame and Game development. Generate code adhering to.
Cursor rule Cursor
Please add comprehensive Dart documentation comments to the specified classes, following these guidelines.
Cursor rule Cursor
Extension type const models provide type-safe wrappers around primitive types (String, int, Map) while maintaining zero runtime overhead. They're ideal for creating strongly-typed identifiers, value objects, and data containers that need compile-time safety without performance penalties.
Cursor rule Cursor
Quick reference for when to use DESIGNFAQ.md vs DXFAQ.md.
Cursor rule Cursor
// Header section Column( children: [ // Title Text('Title'), // Subtitle Text('Subtitle'), ], ).
Cursor rule Cursor
In planning mode always add concise Key Design Decisions section to the plan.
Cursor rule Cursor
Rule Name: mermaidsyntaxguide Description: Guidelines for generating valid and readable Mermaid diagrams, particularly flowcharts (graph TD/LR).
Cursor rule Cursor
Global Steward Governance.
Cursor rule Cursor
This guide outlines concise rules for writing and modifying tests in this project.
Cursor rule Cursor
Always use TDD writing code. One exception - examples folder. MEANING: describe behaviour in test, then fix implementation. The test can fail (if real implementaion is broken) and this way we could develop healthy software. While writing test always use Ruby philosophy - red -> green. Meaning: we express meaning…
Cursor rule Cursor
You are great strateg.