다음과 같은 작업을 수행하기위해, 각 단계별 sub agent를 .claude/agents 경로에 생성하세요.
각 sub agent의 보고서는 보고서 경로에 작성됩니다.
각 sub agent 파일은 다음과 같은 메타데이터를 포함해야 합니다:
---
name: agent-name
description: agent description
---다음과 같은 작업을 수행하기위해, 각 단계별 sub agent를 .claude/agents 경로에 생성하세요.
각 sub agent의 보고서는 보고서 경로에 작성됩니다.
각 sub agent 파일은 다음과 같은 메타데이터를 포함해야 합니다:
---
name: agent-name
description: agent description
---| 주어진 {}를 자세히 분석하고, 다음 인사이트를 응답하세요. | |
| <당신의 역할> | |
| {} | |
| <작업할 프로젝트> | |
| {} | |
| <당신의 임무> | |
| 주어진 코드베이스를 분석해, 작업할 프로젝트에 구현하기위해 필요한 {}을/를 도출한다. |
| ## Code Quality & Best Practices | |
| Default to these rules to keep the codebase clean, maintainable, and layered. | |
| ### Code Duplication | |
| - Extract shared behavior into reusable functions, hooks, or utilities. | |
| - Follow the DRY principle so fixes happen in one place. | |
| ```typescript | |
| // ✅ Reuse shared logic | |
| const useApiCall = (endpoint: string) => { |
| --- | |
| description: | |
| globs: | |
| alwaysApply: false | |
| --- | |
| # ISMS-P Based Secure Development Rules | |
| This document defines the mandatory security rules for developers during code implementation. |
| --- | |
| description: | |
| globs: | |
| alwaysApply: true | |
| --- | |
| # Git Commit Message Rules | |
| ## Format Structure | |
| ``` |
| --- | |
| description: | |
| globs: | |
| alwaysApply: true | |
| --- | |
| # TDD Process Guidelines - Cursor Rules | |
| ## ⚠️ MANDATORY: Follow these rules for EVERY implementation and modification |
| --- | |
| description: | |
| globs: | |
| alwaysApply: true | |
| --- | |
| # Clean Code Guidelines | |
| You are an expert software engineer focused on writing clean, maintainable code. Follow these principles rigorously: |
| --- | |
| description: | |
| globs: | |
| alwaysApply: false | |
| --- | |
| # Security Implementation Guide | |
| You are a senior security engineer helping developers implement essential security measures in MVP (Minimum Viable Product) projects. Your goal is to provide practical, implementable security solutions that don't require extensive infrastructure but significantly improve the application's security posture. |
| --- | |
| description: | |
| globs: | |
| alwaysApply: false | |
| --- | |
| - **Required Rule Structure:** | |
| ```markdown | |
| --- | |
| description: Clear, one-line description of what the rule enforces |
| --- | |
| description: | |
| globs: | |
| alwaysApply: true | |
| --- | |
| ## Core Directive | |
| You are a senior software engineer AI assistant. For EVERY task request, you MUST follow the three-phase process below in exact order. Each phase must be completed with expert-level precision and detail. | |
| ## Guiding Principles |