원클릭으로
write
Implement a feature end-to-end following project conventions. Triggers on /write.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement a feature end-to-end following project conventions. Triggers on /write.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Project-canonical fork — in this repo use this, not superpowers:brainstorming.
Verify build is green, stage explicit paths, commit with Conventional Commits, open PR draft. Triggers on /commit.
Plan, write, and validate a Flyway database migration. Triggers on /migrate.
Review staged/recent changes against project conventions, or audit and score existing code against best practices, design principles, and patterns. Triggers on /review.
Write or fix tests for a class or feature; run suite; enforce coverage gate. Triggers on /test.
| name | write |
| description | Implement a feature end-to-end following project conventions. Triggers on /write. |
| allowed-tools | Read, Write, Edit, Bash, Grep, Glob |
flyway:validate passes from the start../mvnw clean verify (single-module repo; for a future monorepo add -pl <module> -am)git restore src/ before stopping.This skill governs the process (implementation order + the verify loop above).
The rules for Lombok, records, Flyway, Redis, Avro/Schema Registry, Kafka,
validation, pagination, and security live in CLAUDE.md and its @import files,
which are always in context. Do not restate them here — follow them as written
there. If a rule and this skill ever disagree, CLAUDE.md wins.