Skip to content

billzi2016/speckit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpecKit 零基础实战教学

用 AI + SpecKit 做规格驱动开发(SDD)的完整教学课程,12 个 Jupyter Notebook,从「为什么要用」到「旧项目迁移」一路走通。


课程结构

阶段一:打地基

# 主题
01 为什么你用 AI 写代码总是越改越乱?
02 装好工具,跑通第一个命令
03 整体流程鸟瞰:从想法到代码的五步

阶段二:写规格

# 主题
04 写第一份规格书(spec.md)
05 用 AI 找需求漏洞(clarify)
06 给项目立规矩(constitution)

阶段三:生成代码

# 主题
07 从需求到技术方案(plan)
08 拆解任务清单(tasks)
09 让 AI 写代码(implement)

阶段四:高质量保障

# 主题
10 质量检验(analyze & checklist)
11 常见坑与解决方法
12 旧项目如何接入 SpecKit?

贯穿全课的练习项目

以一个待办事项(Todo)应用作为练习对象,从第 04 章开始,你会亲手把它从六句话的模糊想法,一步步变成可以运行的完整代码。


工具准备

  • VS Code
  • AI 助手:Gemini CLI(免费)、GitHub Copilot、Claude Code 均可
  • SpecKit
  • Jupyter Notebook(pip install notebook

Whisper 字幕工具

Whisper/ 目录是配套的字幕生成工具,用于将教学视频转录为字幕,供课程素材整理使用。基于 Apple MLX 加速的 Whisper 模型,支持本地离线运行。详见 Whisper/README.md

About

Practical teaching course for specification-driven development with AI and SpecKit, delivered through structured Jupyter notebooks and hands-on examples.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors