software-development

Original🇨🇳 Chinese
Translated

Full-process specification for software development, covering requirements analysis, design, pre-development, development, testing, and delivery, including review mechanisms, coding specifications and Git workflow

5installs

NPX Install

npx skill4agent add yinhunfeixue/software_development_skills software-development

SKILL.md Content (Chinese)

View Translation Comparison →

Full Process of Software Development

Important Instruction: You must read all files referenced in this document in full, and must not skip any chapters. After reading, strictly follow the rules in the document, and must not simplify, merge or skip any steps on your own. If there is a conflict between rules,
00-overview.md
shall prevail. Before starting each new task, you must first execute the startup process in
00-overview.md
.

Full Process Overview

#[[file:00-overview.md]]

Basic Review Specifications (applicable to all stages)

#[[file:base.review-base.md]]

Coding Specifications (agreed in the pre-development stage, mandatory during the development stage)

#[[file:base.coding-standards.md]]

Web Development Specifications

#[[file:base.web-standards.md]]

UI Design Tool Specifications

#[[file:base.ui-design.md]]

Git Workflow (mandatory during the development stage)

#[[file:base.git-workflow.md]]

Stage 01: Requirements Analysis and Confirmation

#[[file:01-requirements.md]]

Stage 02: Software Design

#[[file:02-design.md]]

Stage 03: Pre-development

#[[file:03-pre-development.md]]

Stage 04: Development

#[[file:04-development.md]]

Code Review Process (mandatory for each module)

#[[file:code-review-process.md]]

Stage 05: Testing

#[[file:05-testing.md]]

Stage 06: Delivery

#[[file:06-delivery.md]]