Fix appkit command output directory paths
- Update all appkit slash commands to use local docs/ directory - Add .gitignore to exclude docs/ folder - Update example files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@ User input **may** contain constraints like "2-week validation", "budget: 500만
|
||||
5. /appkit.visualize → 목업 생성 (HTML 프로토타입)
|
||||
```
|
||||
|
||||
**출력 디렉토리**: `/Users/taesupyoon/sideProjects/rovel.ai/docs/appkit/ui/works`
|
||||
**출력 디렉토리**: `docs/`
|
||||
|
||||
## Purpose
|
||||
|
||||
@@ -45,7 +45,7 @@ User input **may** contain constraints like "2-week validation", "budget: 500만
|
||||
|
||||
### 1. 기존 기획 읽기
|
||||
|
||||
Read files from `/Users/taesupyoon/sideProjects/rovel.ai/docs/appkit/ui/works/`:
|
||||
Read files from `docs/`:
|
||||
- `concept.md` - 서비스 컨셉
|
||||
|
||||
### 2. MVP 정의 대화
|
||||
@@ -96,7 +96,7 @@ Read files from `/Users/taesupyoon/sideProjects/rovel.ai/docs/appkit/ui/works/`:
|
||||
|
||||
### 3. MVP 문서 생성
|
||||
|
||||
**File**: `/Users/taesupyoon/sideProjects/rovel.ai/docs/appkit/ui/works/mvp-scope.md`
|
||||
**File**: `docs/mvp-scope.md`
|
||||
|
||||
```markdown
|
||||
# MVP Scope Definition
|
||||
@@ -191,7 +191,7 @@ Read files from `/Users/taesupyoon/sideProjects/rovel.ai/docs/appkit/ui/works/`:
|
||||
|
||||
**Template 참조**: `.specify/templates/sales-landing-template.html`
|
||||
|
||||
**File**: `/Users/taesupyoon/sideProjects/rovel.ai/docs/appkit/ui/works/landing.html`
|
||||
**File**: `docs/landing.html`
|
||||
|
||||
랜딩페이지는 다음 섹션을 포함해야 합니다:
|
||||
|
||||
@@ -408,8 +408,8 @@ Read files from `/Users/taesupyoon/sideProjects/rovel.ai/docs/appkit/ui/works/`:
|
||||
✅ MVP 범위 정의 + 랜딩페이지 생성 완료!
|
||||
|
||||
📁 생성된 파일:
|
||||
- ui/works/mvp-scope.md
|
||||
- ui/works/landing.html
|
||||
- docs/mvp-scope.md
|
||||
- docs/landing.html
|
||||
|
||||
📊 MVP 요약:
|
||||
- Phase 0 기능: [N개]
|
||||
|
||||
Reference in New Issue
Block a user