QUICK_START
01GoranErhartic/cursor-development-rules
Cursor rule Cursor
Quick-start playbook for rule discovery - first-run steps, task-to-rule shortcuts, and fallback when project context is missing.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Quick-start playbook for rule discovery - first-run steps, task-to-rule shortcuts, and fallback when project context is missing.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Core agent behavior - persona, clarification rules, rule flagging.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Implementation workflow - pre-work checklist, TDD cycle steps, Definition of Done verification, build/test/security checks, summary format requirements.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Code review loop, Definition of Done, summary format, verification checklist.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Context7 MCP - resolve-library-id, get-library-docs, when to query library/package/framework documentation.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Project onboarding procedure - analyze repo to detect stacks, map directories to routers, extract dependencies; generate project-context.mdc for rule discovery. Request when onboarding a new project or when project-context.mdc is missing or stale.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
TDD test planning - test scenario specification, test-first plan template, method naming conventions (MethodWhenConditionShouldResult), behavior-to-test mapping.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
TDD mandate - Red/Green/Refactor workflow, test-first default, escape clause for trivial changes.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
API Gateway HTTP API v2 - HttpApi CDK construct, JWT/Lambda authorizer, payload format 2.0, APIGatewayProxyEventV2 types, route configuration, CORS, path parameters, query strings.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
CDK DynamoDB, SNS, SQS event source, DynamoDB Streams, RDS Proxy, idempotency table.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
CDK Lambda function construct - NodejsFunction, esbuild, env, bundling.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
CDK CloudWatch alarms, app entry point, conventions and anti-patterns.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
CDK infrastructure - overview, project structure, SQS retry ladder pattern.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
CDK testing - Template assertions, snapshot tests, hasResourceProperties, custom construct tests.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Lambda Node.js 22 code quality - bundle size, esbuild node22, ESLint 9 flat config, TypeScript 5.7, Lambda-specific tsconfig and dependencies.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
DynamoDB Streams - stream handler pattern, Lambda event source, INSERT/MODIFY/REMOVE processing, OpenSearch sync, unmarshall.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
DynamoDB patterns - single-table design with PK/SK, GSI overloading, DynamoDB Streams, optimistic locking with version attribute, DocumentClient v3, batch operations, query vs scan, TTL.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Lambda error handling - Result pattern for Lambda, error classification, API Gateway error responses, SQS batch error handling, Middy error middleware.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
EventBridge patterns - custom event bus CDK, event rules with detail-type filtering, putEvents API, Lambda targets, scheduled rules, event envelope schema, cross-service event routing.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Lambda idempotency - DynamoDB-based deduplication, idempotency keys from event fields, Powertools Idempotency, exactly-once SQS processing, conditional writes.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Lambda handler structure - middy v7 middleware chain, cold start optimization, memory/timeout tuning, handler factory pattern, API Gateway v1/v2 event types, http-cors middleware, powertools injection.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Lambda CloudWatch Metrics and correlation ID propagation - SQS/SNS/DynamoDB/HTTP, Log Insights queries.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Lambda Powertools Logger - setup, handler usage, Middy middleware, log levels, structured patterns, sensitive data, conventions.
GoranErhartic/cursor-development-rules
Cursor rule Cursor
Lambda X-Ray - HTTP and SQS trace capture, annotations vs metadata, CDK X-Ray config, service map.