yibie

AI Native Sdlc Playbook — AI skill for Claude Code

AI community

The AI-Native SDLC Playbook — Anthropic Claude Academy course as EPUB ebook.

How to install AI Native Sdlc Playbook

This entry records only its repository, not the path inside it, so there is no exact command to give. Open yibie/ai-native-sdlc-playbook and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Native Sdlc Playbook does

The AI-Native SDLC Playbook — Anthropic Claude Academy course as EPUB ebook.

Alternatives in AI

  • Anthropic Quickstarts — by Anthropic - Offers comprehensive development guides for three distinct AI-powered demo projects with standa 15.4k ★
  • Claudecodeui — A desktop and mobile UI for Claude Code, Anthropic's official CLI for AI-assisted coding 9k ★
  • Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★

README

The AI-Native SDLC Playbook

Anthropic Claude Academy 官方课程《The AI-Native SDLC Playbook》的整理版电子书(EPUB),供离线阅读。

这是什么

这是一份关于**如何用 AI 改造软件开发生命周期(SDLC)**的实战指南,来自 Anthropic 官方课程(Claude Academy)。针对"AI 已经在写代码,但代码周围的流程(计划、评审、测试、部署)还停留在人速"的组织,给出 6 个阶段的完整做法:

  1. Plan — 用 intent.md 捕捉想法
  2. Design — 需求与设计
  3. Build — Claude Code 计划模式、CLAUDE.md、Skills、并行会话与子代理
  4. Test — 给 Claude 反馈回路、CI 中的持续评测
  5. Deploy — AI 参与 PR 评审、Hooks 作为审批闸门、CI/CD 集成
  6. Maintain — 闭环指标、控制带回流

下载

内容说明

  • 这是对 Anthropic 官方课程页面的忠实内容整理,未做改写
  • 含课程全部 14 课(Introduction + 6 个阶段 + Closing)
  • 中文版为人话翻译:忠实原意、自然中文表达,核心术语保留英文(CLAUDE.md、intent.md、hooks、evals、subagents 等)

原课程

转换

# 从 markdown 重新生成 epub
pandoc full.md -f markdown-tex_math_dollars-tex_math_single_backslash -t epub \
  -o ai-native-sdlc-playbook.epub \
  --metadata title="The AI-Native SDLC Playbook" \
  --metadata author="Anthropic Claude Academy" \
  --toc --toc-depth=2