Files
tpl-superclaude/.claude/commands/index.canvas
Paul.Kim c9020eb796 docs: 초기 파일 추가 및 기본 설정 구성
- .git-commit-template.txt: 커밋 메시지 템플릿 추가
- .gitignore: OS 및 데이터베이스 관련 파일 무시 설정 추가
- .mcp.json: MCP 서버 설정 추가
- CLAUDE.md: SuperClaude 엔트리 포인트 문서 추가
- README.md: 프로젝트 템플릿 설명 추가
- .claude/COMMANDS.md: 명령어 실행 프레임워크 문서 추가
- .claude/FLAGS.md: 플래그 시스템 문서 추가
- .claude/MCP.md: MCP 서버 통합 문서 추가
- .claude/MODES.md: 운영 모드 문서 추가
- .claude/ORCHESTRATOR.md: 지능형 라우팅 시스템 문서 추가
- .claude/PERSONAS.md: 페르소나 시스템 문서 추가
- .claude/PRINCIPLES.md: 핵심 원칙 문서 추가
- .claude/RULES.md: 실행 가능한 규칙 문서 추가
- .claude/settings.json: 권한 설정 추가
- .claude/commands 디렉토리: 다양한 명령어 문서 추가
- .taskmaster/config.json: 기본 설정 파일 추가
- .taskmaster/docs 디렉토리: 문서 파일 추가
- .taskmaster/tasks/tasks.json: 기본 작업 파일 추가
2025-07-20 22:25:33 +09:00

654 lines
14 KiB
Plaintext

{
"nodes": [
{
"type": "group",
"id": "planning-group",
"x": 0,
"y": 0,
"width": 2200,
"height": 1200,
"label": "Planning Commands"
},
{
"type": "group",
"id": "planning-mrd",
"x": 50,
"y": 50,
"width": 900,
"height": 500,
"label": "1. MRD Process"
},
{
"type": "file",
"id": "mrd-1",
"x": 100,
"y": 100,
"width": 400,
"height": 200,
"file": ".claude/commands/planning/1-mrd/1-start-session.md"
},
{
"type": "file",
"id": "mrd-2",
"x": 520,
"y": 100,
"width": 400,
"height": 200,
"file": ".claude/commands/planning/1-mrd/2-analyze-research-data.md"
},
{
"type": "file",
"id": "mrd-3",
"x": 100,
"y": 320,
"width": 400,
"height": 200,
"file": ".claude/commands/planning/1-mrd/3-generate-mrd-document.md"
},
{
"type": "file",
"id": "mrd-4",
"x": 520,
"y": 320,
"width": 400,
"height": 200,
"file": ".claude/commands/planning/1-mrd/4-compare-mrd-versions.md"
},
{
"type": "group",
"id": "planning-brainstorm",
"x": 1000,
"y": 50,
"width": 500,
"height": 500,
"label": "2. Brainstorm Process"
},
{
"type": "file",
"id": "brainstorm-1",
"x": 1050,
"y": 100,
"width": 400,
"height": 100,
"file": ".claude/commands/planning/2-brainstorm/1-start-brainstorm.md"
},
{
"type": "file",
"id": "brainstorm-2",
"x": 1050,
"y": 220,
"width": 400,
"height": 100,
"file": ".claude/commands/planning/2-brainstorm/2-analyze-ideas.md"
},
{
"type": "file",
"id": "brainstorm-3",
"x": 1050,
"y": 340,
"width": 400,
"height": 100,
"file": ".claude/commands/planning/2-brainstorm/3-generate-brainstorm-summary.md"
},
{
"type": "group",
"id": "planning-roadmap",
"x": 1550,
"y": 50,
"width": 500,
"height": 500,
"label": "3. Roadmap Process"
},
{
"type": "file",
"id": "roadmap-1",
"x": 1600,
"y": 100,
"width": 400,
"height": 200,
"file": ".claude/commands/planning/3-roadmap/1-create-from-mrd.md"
},
{
"type": "file",
"id": "roadmap-2",
"x": 1600,
"y": 320,
"width": 400,
"height": 200,
"file": ".claude/commands/planning/3-roadmap/2-create-from-brainstorm.md"
},
{
"type": "file",
"id": "planning-create-prd",
"x": 50,
"y": 600,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/create-prd.md"
},
{
"type": "file",
"id": "planning-create-prd-interactive",
"x": 370,
"y": 600,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/create-prd-interactive.md"
},
{
"type": "file",
"id": "planning-parse-prd",
"x": 690,
"y": 600,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/parse-prd.md"
},
{
"type": "file",
"id": "planning-create-app-design",
"x": 50,
"y": 720,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/create-app-design.md"
},
{
"type": "file",
"id": "planning-update-app-design",
"x": 370,
"y": 720,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/update-app-design.md"
},
{
"type": "file",
"id": "planning-create-tech-stack",
"x": 690,
"y": 720,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/create-tech-stack.md"
},
{
"type": "file",
"id": "planning-update-tech-stack",
"x": 1010,
"y": 720,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/update-tech-stack.md"
},
{
"type": "file",
"id": "planning-create-rule",
"x": 50,
"y": 840,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/create-rule.md"
},
{
"type": "file",
"id": "planning-update-rule",
"x": 370,
"y": 840,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/update-rule.md"
},
{
"type": "file",
"id": "planning-create-doc",
"x": 690,
"y": 840,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/create-doc.md"
},
{
"type": "file",
"id": "planning-update-project-structure",
"x": 1010,
"y": 840,
"width": 300,
"height": 100,
"file": ".claude/commands/planning/update-project-structure.md"
},
{
"type": "group",
"id": "task-group",
"x": 2300,
"y": 0,
"width": 1200,
"height": 800,
"label": "Task Management"
},
{
"type": "file",
"id": "task-spec",
"x": 2350,
"y": 50,
"width": 300,
"height": 100,
"file": ".claude/commands/task/spec.md",
"color": "4"
},
{
"type": "file",
"id": "task-list",
"x": 2350,
"y": 170,
"width": 300,
"height": 100,
"file": ".claude/commands/task/list.md"
},
{
"type": "file",
"id": "task-show",
"x": 2670,
"y": 170,
"width": 300,
"height": 100,
"file": ".claude/commands/task/show.md"
},
{
"type": "file",
"id": "task-next",
"x": 2990,
"y": 170,
"width": 300,
"height": 100,
"file": ".claude/commands/task/next.md"
},
{
"type": "file",
"id": "task-add",
"x": 2350,
"y": 290,
"width": 300,
"height": 100,
"file": ".claude/commands/task/add.md"
},
{
"type": "file",
"id": "task-add-interactive",
"x": 2670,
"y": 290,
"width": 300,
"height": 100,
"file": ".claude/commands/task/add-interactive.md"
},
{
"type": "file",
"id": "task-update",
"x": 2350,
"y": 410,
"width": 300,
"height": 100,
"file": ".claude/commands/task/update-task.md"
},
{
"type": "file",
"id": "task-update-interactive",
"x": 2670,
"y": 410,
"width": 300,
"height": 100,
"file": ".claude/commands/task/update-task-interactive.md"
},
{
"type": "file",
"id": "task-expand",
"x": 2350,
"y": 530,
"width": 300,
"height": 100,
"file": ".claude/commands/task/expand.md"
},
{
"type": "file",
"id": "task-done",
"x": 2670,
"y": 530,
"width": 300,
"height": 100,
"file": ".claude/commands/task/done.md"
},
{
"type": "file",
"id": "task-move",
"x": 2990,
"y": 530,
"width": 300,
"height": 100,
"file": ".claude/commands/task/move.md"
},
{
"type": "file",
"id": "task-research",
"x": 2350,
"y": 650,
"width": 300,
"height": 100,
"file": ".claude/commands/task/research.md",
"color": "5"
},
{
"type": "group",
"id": "research-group",
"x": 3600,
"y": 0,
"width": 600,
"height": 400,
"label": "Research Commands"
},
{
"type": "file",
"id": "research-task",
"x": 3650,
"y": 50,
"width": 500,
"height": 80,
"file": ".claude/commands/research/task.md"
},
{
"type": "file",
"id": "research-architecture",
"x": 3650,
"y": 150,
"width": 500,
"height": 80,
"file": ".claude/commands/research/architecture.md"
},
{
"type": "file",
"id": "research-tech",
"x": 3650,
"y": 250,
"width": 500,
"height": 80,
"file": ".claude/commands/research/tech.md"
},
{
"type": "file",
"id": "research-security",
"x": 3650,
"y": 350,
"width": 500,
"height": 80,
"file": ".claude/commands/research/security.md"
},
{
"type": "group",
"id": "design-group",
"x": 0,
"y": 1300,
"width": 1800,
"height": 600,
"label": "Design Commands"
},
{
"type": "group",
"id": "design-architecture",
"x": 50,
"y": 1350,
"width": 1700,
"height": 500,
"label": "System Architecture"
},
{
"type": "file",
"id": "arch-1",
"x": 100,
"y": 1400,
"width": 380,
"height": 150,
"file": ".claude/commands/design/1-system-architecture/1-create-architecture-framework.md"
},
{
"type": "file",
"id": "arch-2",
"x": 500,
"y": 1400,
"width": 380,
"height": 150,
"file": ".claude/commands/design/1-system-architecture/2-design-components.md"
},
{
"type": "file",
"id": "arch-3",
"x": 900,
"y": 1400,
"width": 380,
"height": 150,
"file": ".claude/commands/design/1-system-architecture/3-integration-architecture.md"
},
{
"type": "file",
"id": "arch-4",
"x": 1300,
"y": 1400,
"width": 380,
"height": 150,
"file": ".claude/commands/design/1-system-architecture/4-generate-architecture-summary.md"
},
{
"type": "group",
"id": "misc-group",
"x": 1900,
"y": 1300,
"width": 700,
"height": 400,
"label": "Misc Commands"
},
{
"type": "file",
"id": "snippet-create",
"x": 1950,
"y": 1350,
"width": 300,
"height": 100,
"file": ".claude/commands/snippets/create-snippet.md"
},
{
"type": "file",
"id": "canvas-create",
"x": 2270,
"y": 1350,
"width": 300,
"height": 100,
"file": ".claude/commands/canvas/create_from_dir.md"
},
{
"type": "file",
"id": "debug",
"x": 1950,
"y": 1470,
"width": 300,
"height": 100,
"file": ".claude/commands/debug.md",
"color": "1"
}
],
"edges": [
{
"id": "mrd-flow-1",
"fromNode": "mrd-1",
"fromSide": "right",
"toNode": "mrd-2",
"toSide": "left",
"toEnd": "arrow",
"label": "next"
},
{
"id": "mrd-flow-2",
"fromNode": "mrd-2",
"fromSide": "bottom",
"toNode": "mrd-3",
"toSide": "top",
"toEnd": "arrow"
},
{
"id": "mrd-flow-3",
"fromNode": "mrd-3",
"fromSide": "right",
"toNode": "mrd-4",
"toSide": "left",
"toEnd": "arrow"
},
{
"id": "brainstorm-flow-1",
"fromNode": "brainstorm-1",
"fromSide": "bottom",
"toNode": "brainstorm-2",
"toSide": "top",
"toEnd": "arrow"
},
{
"id": "brainstorm-flow-2",
"fromNode": "brainstorm-2",
"fromSide": "bottom",
"toNode": "brainstorm-3",
"toSide": "top",
"toEnd": "arrow"
},
{
"id": "roadmap-flow-1",
"fromNode": "roadmap-1",
"fromSide": "bottom",
"toNode": "roadmap-2",
"toSide": "top",
"toEnd": "arrow"
},
{
"id": "mrd-to-roadmap",
"fromNode": "planning-mrd",
"fromSide": "right",
"toNode": "roadmap-1",
"toSide": "left",
"toEnd": "arrow",
"label": "MRD → Roadmap"
},
{
"id": "brainstorm-to-roadmap",
"fromNode": "planning-brainstorm",
"fromSide": "right",
"toNode": "roadmap-2",
"toSide": "left",
"toEnd": "arrow",
"label": "Brainstorm → Roadmap"
},
{
"id": "prd-to-parse",
"fromNode": "planning-create-prd",
"fromSide": "right",
"toNode": "planning-parse-prd",
"toSide": "left",
"toEnd": "arrow",
"label": "create → parse"
},
{
"id": "prd-interactive-to-parse",
"fromNode": "planning-create-prd-interactive",
"fromSide": "right",
"toNode": "planning-parse-prd",
"toSide": "left",
"toEnd": "arrow"
},
{
"id": "planning-to-task",
"fromNode": "planning-group",
"fromSide": "right",
"toNode": "task-group",
"toSide": "left",
"toEnd": "arrow",
"label": "Planning → Tasks",
"color": "3"
},
{
"id": "task-to-research",
"fromNode": "task-research",
"fromSide": "right",
"toNode": "research-group",
"toSide": "left",
"toEnd": "arrow",
"label": "Task Research"
},
{
"id": "arch-flow-1",
"fromNode": "arch-1",
"fromSide": "right",
"toNode": "arch-2",
"toSide": "left",
"toEnd": "arrow"
},
{
"id": "arch-flow-2",
"fromNode": "arch-2",
"fromSide": "right",
"toNode": "arch-3",
"toSide": "left",
"toEnd": "arrow"
},
{
"id": "arch-flow-3",
"fromNode": "arch-3",
"fromSide": "right",
"toNode": "arch-4",
"toSide": "left",
"toEnd": "arrow"
},
{
"id": "planning-to-design",
"fromNode": "planning-group",
"fromSide": "bottom",
"toNode": "design-group",
"toSide": "top",
"toEnd": "arrow",
"label": "Planning → Design",
"color": "2"
},
{
"id": "task-add-link",
"fromNode": "task-add",
"fromSide": "right",
"toNode": "task-add-interactive",
"toSide": "left",
"label": "interactive"
},
{
"id": "task-update-link",
"fromNode": "task-update",
"fromSide": "right",
"toNode": "task-update-interactive",
"toSide": "left",
"label": "interactive"
},
{
"id": "app-design-link",
"fromNode": "planning-create-app-design",
"fromSide": "right",
"toNode": "planning-update-app-design",
"toSide": "left",
"label": "update"
},
{
"id": "tech-stack-link",
"fromNode": "planning-create-tech-stack",
"fromSide": "right",
"toNode": "planning-update-tech-stack",
"toSide": "left",
"label": "update"
},
{
"id": "rule-link",
"fromNode": "planning-create-rule",
"fromSide": "right",
"toNode": "planning-update-rule",
"toSide": "left",
"label": "update"
}
]
}