Book
実践Claude Code入門
西見公宏、吉田真吾、大嶋勇樹
Summary
AIコーディングエージェントClaude Codeを軸に、「仕様駆動開発」という考え方を解説する一冊。 その場その場のプロンプトで場当たり的に指示を重ねる「Vibe Coding」が招く設計の崩壊を指摘し、 CLAUDE.mdなどのドキュメントでAIと合意を形成しながら開発を進める手法を示す。Claude Codeを 単なる補完ツールではなく「合意を実行するエージェント」として捉え直し、実装前にプランを 提示・承認させるフローや、MCP・Async Subagentsといった機能をどう活用するかまで扱う。 Generative Agents株式会社の経営陣3名による共著。
Target Readers
- AIが書いたコードの修正に追われ、長期的な設計の一貫性に不安を感じている現役エンジニア
- チームへのAIツール導入で何を任せ何を期待すべきか指針を探すテックリード・マネージャー
- Claude Codeの操作手順よりも仕様駆動開発という思想を体系的に学びたい人
Tags
Colophon
- Publisher
- 技術評論社
- ISBN
- 978-4-297-15354-0
- Published
- Dec 2025
- List price
- ¥3,300incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Recommended
開発効率をアップする! Claude Code 実用入門
大澤文孝
Reason: After getting hands-on with setup, basic operation, and features like MCP servers and skills in 'Claude Code Practical Guide,' the next step is to rethink how you use those features at all. 'Practical Claude Code Introduction' doesn't repeat operational steps—it addresses the spec-driven development mindset that pulls you out of vibe coding, and the CLAUDE.md-based practice of building agreement with the agent.
Next Books
- Recommended
作って学ぶAIエージェント
laiso
Reason: Once you've reframed Claude Code as an 'agent that executes agreements' and internalized the spec-driven development pattern, you naturally want to see with your own hands what happens inside such an agent. Building AI Agents pushes you from being a user to a builder by having you implement the reasoning loop and tool calls in TypeScript yourself.