Claude Code 智能编程实战

| 1. 探索 (Discover) |
2. 设计 (Design) |
3. 构建 (Build) |
4. 部署 (Deploy) |
5. 维护与扩展 (Support & Scale) |
|---|---|---|---|---|
| 探索代码库与历史 (Explore codebase and history) |
规划项目 (Plan project) |
实现代码 (Implement code) |
自动化 CI/CD (Automate CI/CD) |
调试错误 (Debug errors) |
| 搜索文档 (Search documentation) |
制定技术规范 (Develop tech specs) |
编写并执行测试 (Write and execute tests) |
配置环境 (Configure environments) |
大规模重构 (Large-scale refactor) |
| 入职与环境配置 (Onboard & Setup) |
定义架构 (Define architecture) |
创建提交与 PR (Create commits and PRs) |
管理部署 (Manage deployments) |
监控使用情况与性能 (Monitor usage & performance) |


