hwp_autopilot_plan
Generates a structured document plan with sections, tables, and style profile for automatic HWP creation, based on user requirements and template analysis.
Instructions
문서 자동 생성을 위한 구조화된 계획을 반환합니다. (v0.7.4.0 신규) estimate_workload + extract_template_structure + analyze_writing_patterns 를 조합해 sections[]/tables[]/style_profile skeleton 을 만들고 ~/.hwp_studio_state/{session_id}.json 에 저장. 이 도구는 LLM 을 호출하지 않습니다 — Claude host 가 반환된 plan.sections[].content 를 채운 뒤 동일 session_id 로 hwp_autopilot_create(plan_session_id=...) 를 호출해 실행합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | 세션 ID (생략 시 자동 생성) | |
| output_path | No | 최종 저장 경로 — autopilot_create 에 그대로 전달됨 | |
| template_id | No | hwp_template_library 등록 ID (template_path 대신) | |
| target_pages | No | 목표 페이지 수 (없으면 estimate 에서 유추) | |
| user_request | Yes | 사용자 요청 (예: "AI 스타트업 사업계획서 10섹션, A4, 격식체") | |
| target_tables | No | 목표 표 개수 (기본 0) | |
| template_path | No | 양식 파일 .hwp/.hwpx (있으면 sections/style_profile 자동 추출) | |
| reference_files | No | 참고 자료 경로 (estimate_workload 입력) | |
| target_sections | No | 목표 섹션 수 (없으면 template/estimate 에서 유추) |