generate_docs
Generates ARCHITECTURE.md for human developers and .ai-context.yaml for AI tools from architecture design results to guide implementation.
Instructions
아키텍처 설계 결과를 바탕으로 ARCHITECTURE.md (사람용)와 .ai-context.yaml (AI용) 문서를 생성합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design | Yes | 아키텍처 설계 결과 객체 | |
| outputPath | No | 문서 출력 경로 (기본: 현재 디렉토리) |