Claude Skill
zhu1090093659/spec_driven_develop
一个跨平台的AI代理技能,将复杂的代码转换转化为严谨的文档驱动工作流。无需框架,无需运行时——仅需一个SKILL.md文件。适用于Claude Code、Codex、Cursor等。
概览
仓库信息
安装这个 Skill
git clone https://github.com/zhu1090093659/spec_driven_develop.gitRegistry 信息
项目简介
一个跨平台的AI代理技能,能将“用Rust重写”或“迁移到微服务”转化为严谨的文档驱动工作流——分析、分解、跟踪、执行。仅需一个SKILL.md文件,无需框架,无需运行时。适用于Claude Code、Codex、Cursor或任何能读取Markdown的代理。
A cross-platform AI agent skill that turns "rewrite this in Rust" or "migrate to microservices" into a disciplined, document-driven workflow — analyze, decompose, track, execute. One SKILL.md, no framework, no runtime. Works with Claude Code, Codex, Cursor, or any agent that reads Markdown.
要点
- 文档驱动的工作流,适用于复杂代码转换
- 仅需一个SKILL.md文件,无需框架或运行时
- 跨平台兼容,支持Claude Code、Codex、Cursor等
- 支持分析、分解、跟踪和执行阶段
- 专为大规模重构和迁移任务设计
使用场景
- 将代码库从一种语言重写为另一种语言(例如,改为Rust)
- 将单体应用迁移到微服务架构
- 通过结构化跟踪和执行进行大规模重构
- 协调AI代理完成多步骤开发任务
README 摘要
**English** | [中文](./README.zh-CN.md) [](https://github.com/zhu1090093659/spec_driven_develop/stargazers) [](https://github.com/zhu1090093659/spec_driven_develop/fork) [](LICENSE) [](https://github.com) ## Table of Contents - [What It Does](#what-it-does) - [Deep Discuss — Structured Deep Discussion](#deep-discuss--structured-deep-discussion) - [S.U.P.E.R — The Architectural Backbone](#super--the-architectural-backbone) - [Platform Compatibility](#platform-compatibility) - [Installation](#installation) - [Usage](#usage) - [Project Structure](#project-structure) - [Friendly Links](#friendly-links) - [License](#license) # Spec-Driven Develop **A structured methodology for AI coding agents. Pure Markdown. Any platform. Architecture-first.** Spec-Driven Develop is a platform-agnostic AI agent plugin that ships two complementary skills: - **Spec-Driven Develop** — automates the full development pipeline for large-scale complex tasks: deep project analysis, phased task decomposition, document-driven progress tracking, and execution — all within a single session. - **Deep Discuss** — a structured deep-discussion workflow for problem analysis, brainstorming, and solution design through disciplined multi-phase thinking. No SDK. No runtime. No dependencies. Just Markdown files that any AI coding agent can read and execute. ## What It Does When you tell your agent something like "rewrite this project in Rust" or "mi