vibe-coding-cn/i18n/en/workflow/README.md

749 B

Workflow Collection

Directory for various automation workflows.

Directory Structure

workflow/
├── auto-dev-loop/      # Fully automated development loop workflow (5-step Agent)
├── canvas-dev/         # Canvas whiteboard-driven development workflow
└── README.md

Available Workflows

Workflow Description
auto-dev-loop 5-step AI Agent closed-loop development process based on state machine + hooks
canvas-dev Canvas whiteboard-driven development workflow (AI Chief Architect)

Adding New Workflows

  1. Create a subdirectory under this directory
  2. Include necessary configuration files and documentation
  3. Update this README