Skip to content

Development Workflow

Feature Development Full Process — From Requirements to Deployment

Workflow Steps

Step 1: Requirements Analysis

  • Input: User story / Business requirements
  • Process: Use Business Opportunity Analysis Prompt to analyze requirements
  • Output: PRD document + Feature priorities
  • Validation: Requirements coverage > 80%

Step 2: Architecture Design

  • Input: PRD document
  • Process: Use DDD Entity Generation Prompt to design domain model
  • Output: Architecture design document + Domain model
  • Validation: Dependency rules compliant

Step 3: Code Implementation

  • Input: Architecture design document
  • Process: Implement code according to domain model
  • Output: Runnable code + Unit tests
  • Validation: Test pass rate > 90%

Step 4: Code Review

  • Input: Code changes
  • Process: Use Code Review Prompt to review
  • Output: Review report + Improvement suggestions
  • Validation: No critical issues

Step 5: Deployment

  • Input: Review-approved code
  • Process: CI/CD auto-deployment
  • Output: Running service in production
  • Validation: Health check passes

Tags: type.workflow role.developer maturity.verified

OpenDDD — Open Domains, Open Knowledge | openddd.com | 沪ICP备2022029625号-1