Common Tasks Playbook

December 26, 2025 ยท View on GitHub

Add SQL Operation

  • Plan: .cursor/plans/add-sql-operation.md
  • See: packages/2-sql/5-runtime, SQL family packages under packages/2-sql/**, and rulecards in .cursor/rules. The top-level packages/3-targets/** is reserved for concrete target packs (e.g., postgres, mysql).

Split Monolith into Modules

  • Plan: .cursor/plans/split-into-modules.md
  • See: .cursor/rules/modular-refactoring-patterns.mdc, no-barrel-files.mdc

Fix Import Violation

  • Plan: .cursor/plans/fix-import-violation.md
  • See: .cursor/rules/import-validation.mdc, architecture.config.json