phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Plans features for any project — explores codebase, designs schema/API, writes ADRs and task breakdowns. Use for new features, architecture changes, or /plan-feature.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Plans features for any project — explores codebase, designs schema/API, writes ADRs and task breakdowns. Use for new features, architecture changes, or /plan-feature.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Implements backend API features — modules, controllers, services, DTOs, entities, guards. Use for any server-side feature work. Read AGENTS.md for the project's specific framework, patterns, and compliance rules.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Draft, lock, and enforce API/schema contracts between workers. Writes docs/contracts/ and shared types under packages/. Dispatched after plan approval and before backend-worker / frontend-worker.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Manages database migrations, schema design, seeds, and query optimization. Use for schema changes, performance issues, or data migration tasks. Read AGENTS.md for the project's database type and ORM.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
UI/UX design — specs, tokens, sketches via visual pipeline (Grok imagegen). Marketing=taste-design; product=saas-product-ui + domain packs.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Manages Dockerfiles, docker-compose, CI/CD pipelines, nginx, and infra configs. Use for containerization, deployment, or workflow automation tasks. Read AGENTS.md for the project's infra stack.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Implements UI from design artifacts only. DESIGN-GATE enforced. Marketing vs product skills by track.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Read-only quality gate — workflow, security, tests, domain, and UI DESIGN-GATE / anti-slop rubric.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Learning layer — retrospective + docs/memory; counter via learning-counter.py only. No raw state.json in context.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Writes and maintains tests — unit, integration, and E2E. Use for adding test coverage, writing mocks, or running a full test audit. Read AGENTS.md for the project's test frameworks and coverage targets.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Reads a user story or feature requirement and scaffolds the first-pass structure — creates empty module files, entity stubs, migration placeholders, DTO shells, and basic test files. Updates AGENTS.md §3 if new top-level paths are created. Use at the START of any new feature, before backend/frontend workers begin.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Reviews and implements auth flows, RBAC, encryption, input validation, and compliance controls. Use for security audits, auth feature implementation, or when /security-audit is triggered. Read AGENTS.md for the project's auth method and compliance requirements.
phuoctrung-ppt/ai-sdlc-workflow
Agent Cursor
Proof-of-concept for high-uncertainty tasks BEFORE a formal plan. Read-only on the codebase; writes only docs/spikes/. Triggered when architect-planner labels a task [UNCERTAIN].
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Act as AI Worker compliance review.
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Idea → system. GENESIS mode (with an idea) brainstorms, standardizes the project domain by filling AGENTS.md, creates docs/architecture.md + ADRs, and writes a system roadmap. BREAKDOWN mode (no idea) expands the approved roadmap into executable per-module tasks. Both modes end with a judge plan-review gate. Feeds…
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Full per-module loop + memory distill + learning-counter inc + office events. No raw state.json in context.
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Create a database migration with correct naming convention, up/down methods, indexes, and compliance columns — uses the project's ORM and DB from AGENTS.md.
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Scaffold a complete feature module using the project's backend framework conventions — controller/route, service, DTOs/schemas, entity/model, and tests.
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Scaffold unit, integration, or E2E tests with mocks for external APIs — uses project's test framework from AGENTS.md.
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Architect planning workflow — ADR, schema, API contract, task breakdown with agent assignments, and domain config sync.
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Audit code for OWASP issues, secrets, auth gaps, data isolation, and injection risks.
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Run the Learning layer — read retrospective, identify patterns, propose SKILL.md / pattern patches via @learning-agent. True self-learning entrypoint (full pass).
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Audit tenant isolation for: {codepath}.
phuoctrung-ppt/ai-sdlc-workflow
Command Cursor
Evaluate an agentic workflow result and always persist a docs/reviews artifact.