wonjun3991

24 mods across 1 repository, 2 stars between them.

study AGENTS.md

01

wonjun3991/study

Instructions file CodexOpenCode

AGENTS.md instructions for wonjun3991/study, covering agents.md — routing guide, top-level layout, routing rules, conventions and presentation build rules (mandatory).

2 3mo ago A 2,474 tokens

wonjun3991/study

Agent

Validates code quality and SOLID principles, especially Single Responsibility Principle (SRP) at both class and method levels. Invoke when reviewing code quality, checking SRP violations, detecting mixed concerns, refactoring classes/methods, or ensuring clean code practices. Also covers class-level SRP enforcement…

2 3mo ago A 69 tokens

feature-implementer

03

wonjun3991/study

Agent

Feature implementation orchestrator. Invoke with Jira ticket URL (e.g., TMS-320) to implement complete features. Reads requirements from Jira, coordinates all specialist agents, and delivers production-ready code following all project standards.

2 3mo ago A 49 tokens

hexagonal-architect

04

wonjun3991/study

Agent

Enforces Hexagonal Architecture (Ports & Adapters) principles. Invoke when creating new features, refactoring layers, or validating architectural compliance. Ensures proper layer separation and dependency flow.

2 3mo ago A 42 tokens

jpa-guardian

05

wonjun3991/study

Agent

Specialist in JPA/Hibernate, QueryDSL, and Spring Data JPA for OaaSIS TMS. Invoke for database queries, entity relationships, soft delete patterns, and repository implementations. Ensures multi-tenancy and authorization rules.

2 3mo ago A 54 tokens

liquibase-manager

06

wonjun3991/study

Agent

Liquibase database migration specialist. Invoke when creating schema changes, managing changesets, or validating database migrations. Ensures PostgreSQL compatibility and proper changeset structure.

2 3mo ago A 37 tokens

wonjun3991/study

Agent

Multi-tenancy specialist. Invoke when implementing tenant isolation, access control, or verifying data segregation. Ensures tenantId/ownerId filtering and prevents cross-tenant data leakage.

2 3mo ago A 41 tokens

openapi-generator

08

wonjun3991/study

Agent

Specialized agent for generating and updating OpenAPI-based code (TMS API v2/v3, solver client, SMS client). Invoke when working with OpenAPI specs, regenerating API code, or implementing new endpoints.

2 3mo ago A 48 tokens

security-auditor

09

wonjun3991/study

Agent

Security and authorization specialist for multi-tenant systems. Invoke for authentication, authorization, multi-tenancy validation, or security audit. Ensures data isolation and access control compliance.

2 3mo ago A 39 tokens

spring-boot-expert

10

wonjun3991/study

Agent

Spring Boot 3 and Java 21 expert. Invoke when working with Spring configuration, dependency injection, transactions, security, or Spring Boot best practices. Ensures proper use of Spring Framework features.

2 3mo ago A 45 tokens

srp-enforcer

11

wonjun3991/study

Agent

Single Responsibility Principle enforcer. Invoke when reviewing code for SRP violations, refactoring classes/methods, or ensuring clean code practices. Identifies responsibilities and suggests refactorings.

2 3mo ago A 42 tokens

test-runner

12

wonjun3991/study

Agent

Specialized agent for running, analyzing, and fixing tests in Spring Boot. Invoke for test failures, writing new tests, or improving test coverage. Handles unit tests, integration tests, E2E tests, and MockMvc tests.

2 3mo ago A 50 tokens

wonjun3991/study

Command

These rules must be followed during code writing, not just at review time. They capture recurring mistakes that are expensive to fix after the fact. Apply every rule as you write code.

2 3mo ago A 0 tokens

create-ticket

14

wonjun3991/study

Command

Create detailed Jira ticket by analyzing codebase. Generates tickets ready for /implement-feature command execution.

2 3mo ago A 19 tokens

fix

15

wonjun3991/study

Command

Fix a bug with structured investigation workflow. Branch creation, root cause analysis, fix, test, and commit.

2 3mo ago A 22 tokens

implement-feature

16

wonjun3991/study

Command

Implement a complete feature from Jira ticket (e.g., TMS-320) or requirements. Orchestrates all agents to deliver production-ready code.

2 3mo ago A 30 tokens

jira-ticket

17

wonjun3991/study

Command

Create Jira ticket without any code modifications. Simple ticket creation only.

2 3mo ago A 13 tokens

pre-pr

18

wonjun3991/study

Command

Pre-PR validation - check code quality before creating pull request.

2 3mo ago A 12 tokens

review-file

22

wonjun3991/study

Command

Review a specific file or class for quality, architecture, and security.

2 3mo ago A 13 tokens

smart-commit

23

wonjun3991/study

Command

You are a Git commit message specialist for this Spring Boot project. Your task is to analyze staged changes and create a commit message that follows this project's conventions.

2 3mo ago A 0 tokens

work-with-review

24

wonjun3991/study

Command

Work on a task with real-time review and guidance from agents. Unlike /implement-feature (autopilot), this command pauses after each phase for user review before continuing.

2 3mo ago A 38 tokens