Agile Practice Guide

Download Agile Practice Guide PDF Online Free

Author :
Publisher : Project Management Institute
ISBN 13 : 1628253991
Total Pages : 190 pages
Book Rating : 4.6/5 (282 download)

DOWNLOAD NOW!


Book Synopsis Agile Practice Guide by :

Download or read book Agile Practice Guide written by and published by Project Management Institute. This book was released on 2017-09-06 with total page 190 pages. Available in PDF, EPUB and Kindle. Book excerpt: Agile Practice Guide – First Edition has been developed as a resource to understand, evaluate, and use agile and hybrid agile approaches. This practice guide provides guidance on when, where, and how to apply agile approaches and provides practical tools for practitioners and organizations wanting to increase agility. This practice guide is aligned with other PMI standards, including A Guide to the Project Management Body of Knowledge (PMBOK® Guide) – Sixth Edition, and was developed as the result of collaboration between the Project Management Institute and the Agile Alliance.

Agile Practice Guide (Hindi).

Download Agile Practice Guide (Hindi). PDF Online Free

Author :
Publisher :
ISBN 13 : 9781628255119
Total Pages : pages
Book Rating : 4.2/5 (551 download)

DOWNLOAD NOW!


Book Synopsis Agile Practice Guide (Hindi). by :

Download or read book Agile Practice Guide (Hindi). written by and published by . This book was released on 2019 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

The Art of Agile Practice

Download The Art of Agile Practice PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 1439851182
Total Pages : 531 pages
Book Rating : 4.4/5 (398 download)

DOWNLOAD NOW!


Book Synopsis The Art of Agile Practice by : Bhuvan Unhelkar

Download or read book The Art of Agile Practice written by Bhuvan Unhelkar and published by CRC Press. This book was released on 2012-11-26 with total page 531 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Art of Agile Practice: A Composite Approach for Projects and Organizations presents a consistent, integrated, and strategic approach to achieving "Agility" in your business. Transcending beyond Agile as a software development method, it covers the gamut of methods in an organization—including business processes, governance standards, project management, quality management, and business analysis—to show you how to use this composite approach to enhance your ability to adapt and respond to evolving business requirements. The book is divided into three parts: Introduces Agility and identifies the challenges facing organizations in terms of development and maintenance approaches Presents Composite Agile Method and Strategy (CAMS) as a carefully constructed combination of process elements and illustrates its application to development, business management, business analysis, project management, and quality Includes two Agile case studies, a comprehensive index, definitions of key acronyms, and appendices with a current list of Agile methods and interview summaries The book describes relevant metrics for the entire CAMS lifecycle and explains how to embed Agile practices within formal process-maps in projects. Filled with figures, case studies, and tables that illustrate key concepts, the text is ideal for a two- or three-day training course or workshop. It is also suitable for a 13-week education course for higher degree students that includes process discussions and consideration of Agile values at both software and business levels. The chapters are organized to correspond roughly to such lectures with an option to choose from the case study chapters.

Agile Project Management with Scrum

Download Agile Project Management with Scrum PDF Online Free

Author :
Publisher : Microsoft Press
ISBN 13 : 0735637903
Total Pages : 214 pages
Book Rating : 4.7/5 (356 download)

DOWNLOAD NOW!


Book Synopsis Agile Project Management with Scrum by : Ken Schwaber

Download or read book Agile Project Management with Scrum written by Ken Schwaber and published by Microsoft Press. This book was released on 2004-02-11 with total page 214 pages. Available in PDF, EPUB and Kindle. Book excerpt: The rules and practices for Scrum—a simple process for managing complex projects—are few, straightforward, and easy to learn. But Scrum’s simplicity itself—its lack of prescription—can be disarming, and new practitioners often find themselves reverting to old project management habits and tools and yielding lesser results. In this illuminating series of case studies, Scrum co-creator and evangelist Ken Schwaber identifies the real-world lessons—the successes and failures—culled from his years of experience coaching companies in agile project management. Through them, you’ll understand how to use Scrum to solve complex problems and drive better results—delivering more valuable software faster. Gain the foundation in Scrum theory—and practice—you need to: Rein in even the most complex, unwieldy projects Effectively manage unknown or changing product requirements Simplify the chain of command with self-managing development teams Receive clearer specifications—and feedback—from customers Greatly reduce project planning time and required tools Build—and release—products in 30-day cycles so clients get deliverables earlier Avoid missteps by regularly inspecting, reporting on, and fine-tuning projects Support multiple teams working on a large-scale project from many geographic locations Maximize return on investment!

The Art of Agile Development

Download The Art of Agile Development PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596527675
Total Pages : 436 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis The Art of Agile Development by : James Shore

Download or read book The Art of Agile Development written by James Shore and published by "O'Reilly Media, Inc.". This book was released on 2008 with total page 436 pages. Available in PDF, EPUB and Kindle. Book excerpt: For those considering Extreme Programming, this book provides no-nonsense advice on agile planning, development, delivery, and management taken from the authors' many years of experience. While plenty of books address the what and why of agile development, very few offer the information users can apply directly.

Agile Technical Practices Distilled

Download Agile Technical Practices Distilled PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1838986626
Total Pages : 443 pages
Book Rating : 4.8/5 (389 download)

DOWNLOAD NOW!


Book Synopsis Agile Technical Practices Distilled by : Pedro M. Santos

Download or read book Agile Technical Practices Distilled written by Pedro M. Santos and published by Packt Publishing Ltd. This book was released on 2019-06-28 with total page 443 pages. Available in PDF, EPUB and Kindle. Book excerpt: Delve deep into the various technical practices, principles, and values of Agile. Key FeaturesDiscover the essence of Agile software development and the key principles of software designExplore the fundamental practices of Agile working, including test-driven development (TDD), refactoring, pair programming, and continuous integrationLearn and apply the four elements of simple designBook Description The number of popular technical practices has grown exponentially in the last few years. Learning the common fundamental software development practices can help you become a better programmer. This book uses the term Agile as a wide umbrella and covers Agile principles and practices, as well as most methodologies associated with it. You’ll begin by discovering how driver-navigator, chess clock, and other techniques used in the pair programming approach introduce discipline while writing code. You’ll then learn to safely change the design of your code using refactoring. While learning these techniques, you’ll also explore various best practices to write efficient tests. The concluding chapters of the book delve deep into the SOLID principles - the five design principles that you can use to make your software more understandable, flexible and maintainable. By the end of the book, you will have discovered new ideas for improving your software design skills, the relationship within your team, and the way your business works. What you will learnLearn the red, green, refactor cycle of classic TDD and practice the best habits such as the rule of 3, triangulation, object calisthenics, and moreRefactor using parallel change and improve legacy code with characterization tests, approval tests, and Golden MasterUse code smells as feedback to improve your designLearn the double cycle of ATDD and the outside-in mindset using mocks and stubs correctly in your testsUnderstand how Coupling, Cohesion, Connascence, SOLID principles, and code smells are all relatedImprove the understanding of your business domain using BDD and other principles for "doing the right thing, not only the thing right"Who this book is for This book is designed for software developers looking to improve their technical practices. Software coaches may also find it helpful as a teaching reference manual. This is not a beginner's book on how to program. You must be comfortable with at least one programming language and must be able to write unit tests using any unit testing framework.

Agile Adoption Patterns

Download Agile Adoption Patterns PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0132702479
Total Pages : 411 pages
Book Rating : 4.1/5 (327 download)

DOWNLOAD NOW!


Book Synopsis Agile Adoption Patterns by : Amr Elssamadisy

Download or read book Agile Adoption Patterns written by Amr Elssamadisy and published by Addison-Wesley Professional. This book was released on 2008-06-27 with total page 411 pages. Available in PDF, EPUB and Kindle. Book excerpt: Proven Patterns and Techniques for Succeeding with Agile in Your Organization Agile methods promise to help you create software that delivers far more business value–and do it faster, at lower cost, and with less pain. However, many organizations struggle with implementation and leveraging these methods to their full benefit. In this book, Amr Elssamadisy identifies the powerful lessons that have been learned about successfully moving to agile and distills them into 30 proven agile adoption patterns. Elssamadisy walks you through the process of defining your optimal agile adoption strategy with case studies and hands-on exercises that illuminate the key points. He systematically examines the most common obstacles to agile implementation, identifying proven solutions. You’ll learn where to start, how to choose the best agile practices for your business and technical environment, and how to adopt agility incrementally, building on steadily growing success.

Practices of an Agile Developer

Download Practices of an Agile Developer PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 1680504142
Total Pages : 237 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Practices of an Agile Developer by : Venkat Subramaniam

Download or read book Practices of an Agile Developer written by Venkat Subramaniam and published by Pragmatic Bookshelf. This book was released on 2006-04-04 with total page 237 pages. Available in PDF, EPUB and Kindle. Book excerpt: These are the proven, effective agile practices that will make you a better developer. You'll learn pragmatic ways of approaching the development process and your personal coding techniques. You'll learn about your own attitudes, issues with working on a team, and how to best manage your learning, all in an iterative, incremental, agile style. You'll see how to apply each practice, and what benefits you can expect. Bottom line: This book will make you a better developer.

Managing Change in Organizations

Download Managing Change in Organizations PDF Online Free

Author :
Publisher : Project Management Institute
ISBN 13 : 1628250976
Total Pages : 127 pages
Book Rating : 4.6/5 (282 download)

DOWNLOAD NOW!


Book Synopsis Managing Change in Organizations by : Project Management Institute

Download or read book Managing Change in Organizations written by Project Management Institute and published by Project Management Institute. This book was released on 2013-08-01 with total page 127 pages. Available in PDF, EPUB and Kindle. Book excerpt: Managing Change in Organizations: A Practice Guide is unique in that it integrates two traditionally disparate world views on managing change: organizational development/human resources and portfolio/program/project management. By bringing these together, professionals from both worlds can use project management approaches to effectively create and manage change. This practice guide begins by providing the reader with a framework for creating organizational agility and judging change readiness.

Scrum Insights for Practitioners

Download Scrum Insights for Practitioners PDF Online Free

Author :
Publisher : Practiceagile.com
ISBN 13 : 9780692807170
Total Pages : pages
Book Rating : 4.8/5 (71 download)

DOWNLOAD NOW!


Book Synopsis Scrum Insights for Practitioners by : Hiren Doshi

Download or read book Scrum Insights for Practitioners written by Hiren Doshi and published by Practiceagile.com. This book was released on 2016-11-16 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt: Hiren Doshi, Scrum.org Professional Scrum Trainer & Coach in his book, Scrum Insights for Practitioners: The Scrum Guide Companion helps the practitioners master the Scrum framework by gaining in-depth practical insights and helps answer questions like: What are some common myths, mysteries, and misconceptions of Scrum? The Scrum Guide recommends three to nine members in a Development Team, but we have fifteen members. Is this Scrum? Can you share some tactics to do effective Sprint Planning, Daily Scrum, Sprint Review, Sprint Retrospective, and Product Backlog Refinement? My designation is development manager. Does this mean I have no role in Scrum? How is Scrum Empirical? Can Scrum Master and Product Owner be the same person? We don't have a Scrum Master. Are we still practicing Scrum? What does Self-Organization really mean? How does Scrum embrace the four values and twelve principles of the Agile Manifesto? Please share a case study on Scrum based product development? Recommendations for the book from the Scrum champions Take advantage of Hiren's vast experience and avoid making the common errors people make as they begin their journey. This book contains a wealth of practical information that will be useful to readers as they work to implement the basic theory found in The Scrum Guide-Steve Porter, team member, Scrum.org In his book Scrum Insights for Practitioners, Hiren has extended the core rules of The Scrum Guide with practices he has found useful. Hiren answers questions regarding Scrum that potentially remain unanswered even after one reads The Scrum Guide. Hiren dismantles common misconceptions about Scrum, regardless of the source of such misconceptions. Hiren elaborates on basic information provided in The Scrum Guide, as well as on the principles underlying Scrum-Gunther Verheyen, Author of "Scrum - A Pocket Guide, a Smart Travel Companion" Hiren Doshi has written a fine companion to The Scrum Guide, filling in some of the intentional gaps left in the Scrum framework. Using this companion along with The Scrum Guide will undoubtedly improve the outlook for those teams that internalize its teachings."-Charles Bradley, ScrumCrazy.com This book will help you understand the nuances of Scrum. It takes a very practical approach toward implementing Scrum without compromising on its values and principles. A useful and handy reference for Scrum practitioners!-Gopinath R, Agile coach and practitioner

Agile Principles, Patterns, and Practices in C#

Download Agile Principles, Patterns, and Practices in C# PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0132797143
Total Pages : 913 pages
Book Rating : 4.1/5 (327 download)

DOWNLOAD NOW!


Book Synopsis Agile Principles, Patterns, and Practices in C# by : Micah Martin

Download or read book Agile Principles, Patterns, and Practices in C# written by Micah Martin and published by Pearson Education. This book was released on 2006-07-20 with total page 913 pages. Available in PDF, EPUB and Kindle. Book excerpt: With the award-winning book Agile Software Development: Principles, Patterns, and Practices, Robert C. Martin helped bring Agile principles to tens of thousands of Java and C++ programmers. Now .NET programmers have a definitive guide to agile methods with this completely updated volume from Robert C. Martin and Micah Martin, Agile Principles, Patterns, and Practices in C#. This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code. The introductory chapters lay out the basics of the agile movement, while the later chapters show proven techniques in action. The book includes many source code examples that are also available for download from the authors’ Web site. Readers will come away from this book understanding Agile principles, and the fourteen practices of Extreme Programming Spiking, splitting, velocity, and planning iterations and releases Test-driven development, test-first design, and acceptance testing Refactoring with unit testing Pair programming Agile design and design smells The five types of UML diagrams and how to use them effectively Object-oriented package design and design patterns How to put all of it together for a real-world project Whether you are a C# programmer or a Visual Basic or Java programmer learning C#, a software development manager, or a business analyst, Agile Principles, Patterns, and Practices in C# is the first book you should read to understand agile software and how it applies to programming in the .NET Framework.

Agile Development in the Real World

Download Agile Development in the Real World PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484216792
Total Pages : 312 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Agile Development in the Real World by : Alan Cline

Download or read book Agile Development in the Real World written by Alan Cline and published by Apress. This book was released on 2015-12-28 with total page 312 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is a practical guide for new agile practitioners and contains everything a new project manager needs to know to get up to speed with agile practices quickly and sort out the hype and dogma of pseudo-agile practices.The author lays out the general guidelines for running an agile project with the assumption that the project team may be working in a traditional environment (using the waterfall model, or something similar). Agile Development in the Real World conveys valuable insights to multiple audiences: For new-to-agile project managers, this book provides a distinctive approach that Alan Cline has used with great success, while showing the decision points and perspectives as the agile project moves forward from one step to the next. This allows new agile project managers or agile coaches to choose between the benefits of agile and the benefits of other methods. For the agile technical team member, this book contains templates and sample project artifacts to assist in learning agile techniques and to be used as exemplars for the new practitioner’s own project. For the Project Management Office (PMO), the first three chapters focus on portfolio management. They explain, for the agilists’ benefit, how projects are selected and approved, and why projects have an inherent "shelf-life" that results in hard deadlines that may seem arbitrary to traditional technical teams. What You Will Learn: How and why the evolution of project management, from PM-1 (prescriptive) to PM-2 (adaptive) affects modern 21st century project management. How sociology (stakeholder management), psychology (team dynamics), and anthropology (organizational culture) affect the way software is developed today, and why it is far more effective A clear delineation of what must to be accomplished by all the roles (PM, BA, APM, Developer, and Tester), why those roles are needed, and what they must do Step-by-step guide for a successful project based on studies and the author’s own experiences. Specific techniques for each role on the development team, both in the pre-iteration and iteration cycles, of product development. The appendices contain templates that the team could use or modify to tailor their own agile processes specific to the team, project, and organization.

Agile Software Requirements

Download Agile Software Requirements PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0321685407
Total Pages : 974 pages
Book Rating : 4.3/5 (216 download)

DOWNLOAD NOW!


Book Synopsis Agile Software Requirements by : Dean Leffingwell

Download or read book Agile Software Requirements written by Dean Leffingwell and published by Addison-Wesley Professional. This book was released on 2010-12-27 with total page 974 pages. Available in PDF, EPUB and Kindle. Book excerpt: “We need better approaches to understanding and managing software requirements, and Dean provides them in this book. He draws ideas from three very useful intellectual pools: classical management practices, Agile methods, and lean product development. By combining the strengths of these three approaches, he has produced something that works better than any one in isolation.” –From the Foreword by Don Reinertsen, President of Reinertsen & Associates; author of Managing the Design Factory; and leading expert on rapid product development Effective requirements discovery and analysis is a critical best practice for serious application development. Until now, however, requirements and Agile methods have rarely coexisted peacefully. For many enterprises considering Agile approaches, the absence of effective and scalable Agile requirements processes has been a showstopper for Agile adoption. In Agile Software Requirements, Dean Leffingwell shows exactly how to create effective requirements in Agile environments. Part I presents the “big picture” of Agile requirements in the enterprise, and describes an overall process model for Agile requirements at the project team, program, and portfolio levels Part II describes a simple and lightweight, yet comprehensive model that Agile project teams can use to manage requirements Part III shows how to develop Agile requirements for complex systems that require the cooperation of multiple teams Part IV guides enterprises in developing Agile requirements for ever-larger “systems of systems,” application suites, and product portfolios This book will help you leverage the benefits of Agile without sacrificing the value of effective requirements discovery and analysis. You’ll find proven solutions you can apply right now–whether you’re a software developer or tester, executive, project/program manager, architect, or team leader.

Agile Experience Design

Download Agile Experience Design PDF Online Free

Author :
Publisher : New Riders
ISBN 13 : 013286925X
Total Pages : 476 pages
Book Rating : 4.1/5 (328 download)

DOWNLOAD NOW!


Book Synopsis Agile Experience Design by : Lindsay Ratcliffe

Download or read book Agile Experience Design written by Lindsay Ratcliffe and published by New Riders. This book was released on 2011-11-22 with total page 476 pages. Available in PDF, EPUB and Kindle. Book excerpt: Agile development methodologies may have started life in IT, but their widespread and continuing adoption means there are many practitioners outside of IT--including designers--who need to change their thinking and adapt their practices. This is the missing book about agile that shows how designers, product managers, and development teams can integrate experience design into lean and agile product development. It equips you with tools, techniques and a framework for designing great experiences using agile methods so you can deliver timely products that are technically feasible, profitable for the business, and desirable from an end-customer perspective. This book will help you successfully integrate your design process on an agile project and feel like part of the agile team. do good design faster by doing just enough, just in time. use design methods from disciplines such as design thinking, customer-centered design, product design, and service design. create successful digital products by considering the needs of the end-customer, the business, and technology. understand the next wave of thinking about continuous design and continuous delivery.

Head First Agile

Download Head First Agile PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491950412
Total Pages : 490 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Head First Agile by : Andrew Stellman

Download or read book Head First Agile written by Andrew Stellman and published by "O'Reilly Media, Inc.". This book was released on 2017-09-18 with total page 490 pages. Available in PDF, EPUB and Kindle. Book excerpt: Head First Agile is a complete guide to learning real-world agile ideas, practices, principles. What will you learn from this book? In Head First Agile, you'll learn all about the ideas behind agile and the straightforward practices that drive it. You'll take deep dives into Scrum, XP, Lean, and Kanban, the most common real-world agile approaches today. You'll learn how to use agile to help your teams plan better, work better together, write better code, and improve as a team—because agile not only leads to great results, but agile teams say they also have a much better time at work. Head First Agile will help you get agile into your brain... and onto your team! Preparing for your PMI-ACP® certification? This book also has everything you need to get certified, with 100% coverage of the PMI-ACP® exam. Luckily, the most effective way to prepare for the exam is to get agile into your brain—so instead of cramming, you're learning. Why does this book look so different? Based on the latest research in cognitive science and learning theory, Head First Agile uses a visually rich format to engage your mind, rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multi-sensory learning experience is designed for the way your brain really works.

Disciplined Agile Delivery

Download Disciplined Agile Delivery PDF Online Free

Author :
Publisher : IBM Press
ISBN 13 : 0132810107
Total Pages : 544 pages
Book Rating : 4.1/5 (328 download)

DOWNLOAD NOW!


Book Synopsis Disciplined Agile Delivery by : Scott W. Ambler

Download or read book Disciplined Agile Delivery written by Scott W. Ambler and published by IBM Press. This book was released on 2012-05-31 with total page 544 pages. Available in PDF, EPUB and Kindle. Book excerpt: Master IBM’s Breakthrough DAD Process Framework for Succeeding with Agile in Large, Complex, Mission-Critical IT Projects It is widely recognized that moving from traditional to agile approaches to build software solutions is a critical source of competitive advantage. Mainstream agile approaches that are indeed suitable for small projects require significant tailoring for larger, complex enterprise projects. In Disciplined Agile Delivery, Scott W. Ambler and Mark Lines introduce IBM’s breakthrough Disciplined Agile Delivery (DAD) process framework, which describes how to do this tailoring. DAD applies a more disciplined approach to agile development by acknowledging and dealing with the realities and complexities of a portfolio of interdependent program initiatives. Ambler and Lines show how to extend Scrum with supplementary agile and lean strategies from Agile Modeling (AM), Extreme Programming (XP), Kanban, Unified Process (UP), and other proven methods to provide a hybrid approach that is adaptable to your organization’s unique needs. They candidly describe what practices work best, why they work, what the trade-offs are, and when to consider alternatives, all within the context of your situation. Disciplined Agile Delivery addresses agile practices across the entire lifecycle, from requirements, architecture, and development to delivery and governance. The authors show how these best-practice techniques fit together in an end-to-end process for successfully delivering large, complex systems--from project initiation through delivery. Coverage includes Scaling agile for mission-critical enterprise endeavors Avoiding mistakes that drive poorly run agile projects to chaos Effectively initiating an agile project Transitioning as an individual to agile Incrementally building consumable solutions Deploying agile solutions into complex production environments Leveraging DevOps, architecture, and other enterprise disciplines Adapting your governance strategy for agile projects Based on facts, research, and extensive experience, this book will be an indispensable resource for every enterprise software leader and practitioner--whether they’re seeking to optimize their existing agile/Scrum process or improve the agility of an iterative process.

Agile Project Management

Download Agile Project Management PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0321659171
Total Pages : 664 pages
Book Rating : 4.3/5 (216 download)

DOWNLOAD NOW!


Book Synopsis Agile Project Management by : Jim Highsmith

Download or read book Agile Project Management written by Jim Highsmith and published by Pearson Education. This book was released on 2009-07-10 with total page 664 pages. Available in PDF, EPUB and Kindle. Book excerpt: Best practices for managing projects in agile environments—now updated with new techniques for larger projects Today, the pace of project management moves faster. Project management needs to become more flexible and far more responsive to customers. Using Agile Project Management (APM), project managers can achieve all these goals without compromising value, quality, or business discipline. In Agile Project Management, Second Edition, renowned agile pioneer Jim Highsmith thoroughly updates his classic guide to APM, extending and refining it to support even the largest projects and organizations. Writing for project leaders, managers, and executives at all levels, Highsmith integrates the best project management, product management, and software development practices into an overall framework designed to support unprecedented speed and mobility. The many topics added in this new edition include incorporating agile values, scaling agile projects, release planning, portfolio governance, and enhancing organizational agility. Project and business leaders will especially appreciate Highsmith’s new coverage of promoting agility through performance measurements based on value, quality, and constraints. This edition’s coverage includes: Understanding the agile revolution’s impact on product development Recognizing when agile methods will work in project management, and when they won’t Setting realistic business objectives for Agile Project Management Promoting agile values and principles across the organization Utilizing a proven Agile Enterprise Framework that encompasses governance, project and iteration management, and technical practices Optimizing all five stages of the agile project: Envision, Speculate, Explore, Adapt, and Close Organizational and product-related processes for scaling agile to the largest projects and teams Agile project governance solutions for executives and management The “Agile Triangle”: measuring performance in ways that encourage agility instead of discouraging it The changing role of the agile project leader