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.
An agentic workflow framework & software development for the Cursor
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].