phuoctrung-ppt

57 mods across 1 repository, 2 stars between them.

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 15d 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 15d 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 15d 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 15d 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 15d 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 15d 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 15d 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 15d 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 15d 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 15d 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 15d 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 15d ago A 47 tokens original MIT

architecture-plan

15

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…

2 15d ago A 77 tokens original MIT

dev-module

16

phuoctrung-ppt/ai-sdlc-workflow

Command Cursor

Full per-module loop + memory distill + learning-counter inc + office events. No raw state.json in context.

2 15d ago A 26 tokens original MIT

generate-migration

17

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.

2 15d ago A 33 tokens original MIT

generate-module

18

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.

2 15d ago A 32 tokens original MIT

generate-test

19

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.

2 15d ago A 28 tokens original MIT

plan-feature

20

phuoctrung-ppt/ai-sdlc-workflow

Command Cursor

Architect planning workflow — ADR, schema, API contract, task breakdown with agent assignments, and domain config sync.

2 15d ago A 24 tokens original MIT

skill-update

22

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

2 15d ago A 35 tokens original MIT