あるチームは、新しいプロジェクトにアジャイルアプローチを採用することを決定しました。スプリント中に、プロジェクトマネージャーは進捗状況を示し、チーム間の連携を最適化する必要があることに気付きました。
プロジェクトマネージャーはどのツールを使用すべきでしょうか?
正解:C
A Kanban board is a visual management tool that helps teams visualize work, identify bottlenecks, and track progress in real time. It promotes transparency and fosters collaboration by allowing all team members and stakeholders to understand the current status of work items at a glance.
According to the Agile Practice Guide (Chapter 5), the Kanban board is instrumental in enhancing collaboration, especially in teams using Scrum or hybrid models. It supports continuous delivery and helps visualize workflow, making it ideal for monitoring sprint progress and optimizing teamwork.
Option A (Retrospective) improves future performance but doesn't show real-time progress.
Option B (Daily meetings) help with communication but do not visualize progress.
Option D (Gantt chart) is more aligned with predictive models and doesn't serve collaboration well in Agile.
References:
Agile Practice Guide, Chapter 5 - Agile Tools and Techniques
PMBOK Guide - Seventh Edition, "Tailoring for Agile Environments"
##############################################