phuoctrung-ppt/ai-sdlc-workflow

An agentic workflow framework & software development for the Cursor

2Stars on the repository
57Mods indexed here, across every type
16d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architect-planner

01

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.

2 16d ago A 39 tokens original MIT

backend-worker

02

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.

2 16d ago A 46 tokens original MIT

contract-agent

03

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.

2 16d ago A 39 tokens original MIT

database-worker

04

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.

2 16d ago A 42 tokens original MIT

designer-worker

05

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.

2 16d ago A 37 tokens original MIT

devops-worker

06

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.

2 16d ago A 44 tokens original MIT

judge-agent

08

phuoctrung-ppt/ai-sdlc-workflow

Agent Cursor

Read-only quality gate — workflow, security, tests, domain, and UI DESIGN-GATE / anti-slop rubric.

2 16d ago A 27 tokens original MIT

learning-agent

09

phuoctrung-ppt/ai-sdlc-workflow

Agent Cursor

Learning layer — retrospective + docs/memory; counter via learning-counter.py only. No raw state.json in context.

2 16d ago A 26 tokens original MIT

qa-worker

10

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.

2 16d ago A 46 tokens original MIT

scaffold-agent

11

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.

2 16d ago A 68 tokens original MIT

security-worker

12

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.

2 16d ago A 52 tokens original MIT

spike-agent

13

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].

2 16d ago A 47 tokens original MIT