1. 학습
  2. /
  3. 강의
  4. /
  5. Software Development with Claude Code

Connected

연습 문제

Build the CLI

Time to turn the plan into code. Your project directory has MCP configured to connect to the Chinook database. You can view the plan here: PLAN.md. Ask Claude to generate a complete CLI tool that queries artist data and exports reports.

지침

100 XP
  • Start Claude Code with claude.
  • Reference @PLAN.md to understand the CLI requirements and structure.
  • Ask Claude to implement reporter.py based on the plan.
  • When done, type /exit to exit Claude Code.