Files
tpl-superclaude/.claude/commands/task/add-interactive.md
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

1.6 KiB

allowed-tools, description
allowed-tools description
mcp__taskmaster-ai__add_task, TodoWrite Add tasks interactively with clarifying questions

Add Tasks Interactively

Context

  • User Request: $ARGUMENTS
  • Current Tag: !jq -r '.currentTag // "master"' .taskmaster/state.json 2>/dev/null || echo "master"

Goal

Create well-defined tasks by asking clarifying questions about the feature requirements.

Process

  1. Analyze Feature Request: Think deeply about what tasks might be needed.

  2. Ask Clarifying Questions:

    • Ask 4-6 targeted questions based on the feature
    • Provide lettered/numbered options for easy response
    • Focus on understanding scope and breakdown
  3. Generate Tasks:

    • Create tasks based on answers
    • Add to current tag context

Clarifying Questions Framework

Adapt questions based on the specific feature request provided above. Consider these areas:

  • Scope: "How big is this feature?"
  • Components: "What are the main parts that need to be built?"
  • Dependencies: "Does this depend on any existing tasks or features?"
  • Priority: "How urgent is this feature?"
  • Testing: "What kind of testing will this need?"
  • Phases: "Should this be built all at once or in phases?"

Final Instructions

  1. Think deeply about the feature request
  2. Ask clarifying questions with lettered/numbered options
  3. Generate tasks based on the answers
  4. Add tasks to the current tag context

Example Usage

/add-interactive user notification system

This will:

  1. Ask about notification types and delivery methods
  2. Understand scope and dependencies
  3. Create appropriate tasks based on answers