Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
こだわりのAGENTS.mdの紹介 / A Tour of My Opinionated AG...
Search
komori-n
May 21, 2026
Programming
100
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
こだわりのAGENTS.mdの紹介 / A Tour of My Opinionated AGENTS.md
社内AI勉強会#2 LT の発表資料
komori-n
May 21, 2026
Other Decks in Programming
See All in Programming
運用ダッシュボードの設計を誰も教えてくれないのだけどみなさんどうしてるんですか? - チームに監視するという文化を根付かせるための第一歩を踏みたい -
satoshi256kbyte
1
110
使いながら育てる Claude Code — 開発フローの1コマンド化 × 繰り返し指摘の自動仕組み化
shiki_kakaku
0
1.8k
the container ship “Apple Silicon”@WWDC26 Recap -Japan-\(region).swift
shingangan
0
120
PHP に部分適用が来るぞ!……ところで何それ?おいしいの? #phpcon / phpcon-2026
shogogg
0
640
Terraform標準の組織で AWS CDKをどう使うか
mu7889yoon
1
510
ITヒヤリハットを整理してみた ~ライフサイクルと原因から考える再発防止策~
koukimiura
1
140
Flow は今どうなっているか
mizdra
PRO
0
200
夏だ!祭りだ!祭りとはドメインモデリングでは?
ryugen04
0
250
Go 1.27 における memory allocation の高速化
andpad
0
170
React本体のコードリーディング
high_g_engineer
1
140
S3 を使うアプリケーションをローカル完結で動かすことに全力を注いでみた / Running S3 Apps Offline
contour_gara
0
460
GDG Korea Android: 2026 I/O Extended ~ What's new in Android development tools
pluu
0
220
Featured
See All Featured
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
1
2.3k
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
430
Raft: Consensus for Rubyists
vanstee
141
7.6k
Amusing Abliteration
ianozsvald
1
240
Why Our Code Smells
bkeepers
PRO
340
58k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
320
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.5k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
760
Designing for Performance
lara
611
70k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
2.1k
Transcript
/ A Tour of My Opinionated AGENTS.md こだわりのAGENTS.md の紹介 ADPF
Team 坪井俊憲 / Toshinori TSUBOI
私の ~/.codex/AGENTS.md の「こだわり」を抜粋紹介 / A quick look at selected principles
from my AGENTS.md 発表概要 / Presentation Overview 発表対象 / Presentation Target: 発表対象 / Presentation Target: ~/.codex/AGENTS.md (gist) ~/.codex/AGENTS.md (gist) 2
1. 余計なことを書かない / Do Not Write Unnecessary Rules コンテキスト節約と暴走抑制のため変なことを書かない /
Keep instructions lean to save context and prevent overreach grepすればわかる情報 / Anything discoverable with a quick grep 言語別スタイルガイド(SKILL/docsに書くべき) / Language-specific style guidance (belongs in SKILL/docs) SWE常識 / SWE Trivial Knowledge 3
SRP(単一責務原則)に強く従わせる指示 / Hard instructions that force strict SRP compliance 気になる挙動を補正する短い指示
/ A short nudge to correct the behavior you actually care about 失敗例:SWE常識を与える / Pitfall: Over-Explaining SWE Trivial Knowledge 4
2. 環境によって挙動を変える / Adapt Behavior to Each Environment ローカル環境固有のルールをリポジトリを汚さず追加 /
Add machine-specific rules without polluting the repository 5
AGENTS.local.mdに書くとよいことの例 / Examples for AGENTS.local.md ローカル専用リソースでのテスト依頼 / Ask for tests
that use local-only resources コミットごとのrelease build実行 / Run a release build after every commit 6
3. コミット後の改善ループを回す / Post-commit Improvement Loop コミット起点の振り返り / Retrospectives triggered
by each commit バグ疑いの指摘 / Flag likely bug smells 7
1. 余計なことを書かない / Do not write unnecessary rules 2. 環境によって挙動を変える
/ Adapt behavior to each environment 3. コミット後の改善ループを回す / Keep a post-commit improvement loop running まとめ / Summary 8