ワンクリックで
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.