원클릭으로
sprint
Complete sprint lifecycle management. Start sprints, track velocity, generate burndown charts, and automate retrospectives.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Complete sprint lifecycle management. Start sprints, track velocity, generate burndown charts, and automate retrospectives.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bidirectional Notion sync for project management data via Notion MCP. Sync tasks, documents, sprints, gates, and activity logs. "notion", "노션", "동기화", "sync", "notion push", "notion pull", "notion status" 키워드에 반응.
Office document automation -- PPTX presentations, DOCX documents, XLSX spreadsheets, PDF reports. "office", "pptx", "docx", "xlsx", "pdf", "프레젠테이션", "presentation", "보고서", "report", "엑셀", "워드" 키워드에 반응.
Programmatic video generation with React using Remotion. JSX/CSS compositions rendered to MP4. "remotion", "video", "비디오", "MP4", "animation", "워크스루", "demo video", "영상" 키워드에 반응.
Google Labs stitch-skills integration for design systems, React components, multi-page websites, prompt enhancement, walkthrough videos, and shadcn/ui. "stitch", "stitch-skills", "design system", "react components", "stitch-loop", "enhance-prompt", "shadcn" 키워드에 반응.
Synchronize all agile development artifacts in one command. Updates CHANGELOG, README stats, progress tracking, and validates documentation completeness.
Claude Code와 Codex CLI의 토큰 사용량 및 비용 리포트를 조회하는 스킬. "ccusage", "토큰 사용량", "usage report", "codex usage", "claude usage", "비용 리포트", "token usage", "cost report" 키워드에 반응.
| name | sprint |
| description | Complete sprint lifecycle management. Start sprints, track velocity, generate burndown charts, and automate retrospectives. |
Complete agile sprint lifecycle management with Phase system integration.
/sprint <command> [options]
| Command | Description |
|---|---|
start | Start a new sprint |
status | Show current sprint status |
end | End sprint + generate retro |
add | Add item to sprint |
complete | Mark item as complete |
velocity | Show velocity history |
burndown | Generate burndown chart |
/sprint start /sprint status /sprint end
↓ ↓ ↓
┌─────────┐ ┌───────────┐ ┌──────────┐
│ PLANNING│ → │ IN PROGRESS│ → │ COMPLETE │
│ • Goals │ │ • Daily │ │ • Retro │
│ • Items │ │ • Burndown│ │ • Velocity│
└─────────┘ └───────────┘ └──────────┘
/sprint start --phase 2 # Phase Task를 Sprint에 추가
/sprint complete T2-03 # Phase TASKS.md도 자동 ✅
상세:
.claude/docs/SPRINT-PHASE-INTEGRATION.md
{
"sprint": {
"default_duration": "2w",
"point_scale": [1, 2, 3, 5, 8, 13],
"auto_velocity_track": true,
"burndown_chart": "ascii"
}
}
| Skill | Purpose |
|---|---|
/agile-sync | Full agile artifact sync |
/phase | Phase management |
Full implementation: Load references/DETAIL.md for command details, templates, file structure, integration patterns, and best practices.