000-core
25phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Workflow V2 shared core — all agents inherit automatically.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Workflow V2 shared core — all agents inherit automatically.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Project coding standards — read AGENTS.md for tech stack specifics. These are universal code quality guardrails.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Workflow V2 execution discipline — protected changes, hooks, artifacts.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Security-first practices — auth, secrets, injection prevention, admin isolation.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
EU AI Act, GDPR, human-in-the-loop, XAI, consent for biometric data.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Soft multi-tenancy — tenantid rules, TenantContextGuard, application-level isolation.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Logging, error envelopes, testing coverage, performance conventions.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Planner-Worker-Judge workflow discipline, handoff packets, evidence-based completion.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Memory SoT + learning counter via CLI; no raw state.json in agent context.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
Emit office UI events (Minecraft department board) with optional token audit fields.
phuoctrung-ppt/ai-sdlc-workflow
Cursor rule Cursor
DESIGN-GATE — no UI implementation without design artifacts; track split; visual pipeline.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Generic Planner-Worker-Judge workflow for scoped agentic execution. Use when planning work, coordinating workers, evaluating protected changes, or porting this workflow to another repo.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Require an approved API/schema contract before backend or frontend implementation. OpenAPI or Zod per AGENTS.md §2; lock changes through contract-agent.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Work with PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing schemas, writing SQL, optimizing indexes, running migrations, configuring replication, backups, roles/permissions, or analyzing query performance. For MongoDB, activate optional skill databases-mongodb when AGENTS.md §2…
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Creates multi-stage Dockerfiles, docker-compose with network isolation, nginx reverse proxy, and health checks. Use for any project that needs Docker containerization or CI/CD pipeline setup. Read AGENTS.md for the project's specific service names and infra layout.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Classify and fix build, type, test, runtime, and integration failures by root cause — not symptoms. Use when debugging failures during implement or fix phases.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
React/Next.js frontend patterns — RSC, hooks, data fetching, forms, performance. Covers 90% of UI tasks. Load advanced/ via context-builder --expand-ref only.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Commit after each breakdown task with structured Conventional Commits, green build+relevant tests, and small diffs. Use during implement-backend, implement-frontend, database, and devops.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Domain skill for LLM/AI integration — covers provider routing, streaming, embeddings, vector search, AI cost tracking, and human-in-the-loop patterns. Activate when AGENTS.md §2 AI/LLM is not 'none'. Use for any LLM calls, embedding generation, or AI-driven features.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Implements BullMQ processors, queue configuration, dead letter queues, and idempotent job dispatch for apps/worker and apps/api queue producers.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Optional MongoDB skill (document DB, BSON, aggregation, Atlas). Activate when AGENTS.md §2 Database includes MongoDB. Portable core databases skill remains PostgreSQL-only.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
NestJS production patterns — modules, DI, security, DB, API, testing. Covers 90% of backend tasks. Load advanced/ via context-builder --expand-ref only.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Designs Zod schemas in packages/shared-types for API contracts shared between NestJS and Next.js. Use for DTOs, forms, schema versioning with createZodDto and zodResolver.
phuoctrung-ppt/ai-sdlc-workflow
Skill Claude CodeCodexCursor
Use when you need to plan technical solutions that are scalable, secure, and maintainable.