Trello

생산성

보드·목록·카드를 대화로 관리

할 수 있는 것

  • 보드 관리 — 모든 보드를 나열하고 이름으로 검색
  • 목록 작업 — 워크플로우 단계를 보기 위해 보드의 모든 목록 보기
  • 카드 관리 — 목록 나열, 생성, 목록 간 이동, 보관
  • 댓글 — 협업을 위해 카드에 댓글 추가
  • 검색 — 이름 또는 키워드로 보드 및 카드 찾기
  • REST API — 전체 Trello API 접근을 위한 직접 curl + jq
  • 시도해볼 질문

  • "모든 내 Trello 보드 나열"
  • "내 Dev 보드의 "진행 중" 목록에서 카드 표시"
  • "Backlog 목록에서 "로그인 버그 수정" 카드 생성"
  • ""문서 업데이트"를 To Do에서 In Progress로 이동"
  • "Q1 계획 카드에 댓글 추가"
  • "오래된 기능 요청 카드 보관"
  • 전문가 팁

  • Requires TRELLO_API_KEY and TRELLO_TOKEN environment variables
  • Moving cards between lists is the core Trello workflow — automate status transitions
  • Comments create a chronological log; descriptions hold persistent context
  • Archive preserves history while removing clutter from active boards
  • jq filtering enables advanced queries beyond standard commands
  • Rate limit: 300 requests per 10 seconds per API key