What is A3?
A systematic problem-solving process that collects pertinent information on a single A3-size sheet of paper.
What is Acceptance Test-Driven Development (ATDD)?
A method of collaboratively creating acceptance test criteria, used to build acceptance tests before delivery begins.
What does Agile mean?
A term used to describe a mindset of values and principles, as set forth in the Agile Manifesto.
Who is an Agile Coach?
An individual with knowledge and experience in agile who can train, mentor, and guide organisations and teams through their transformation.
What is the Agile Life Cycle?
An approach that is both iterative and incremental to refine work items and deliver frequently.
What is the Agile Manifesto?
The original and official definition of agile values and principles, formalised in 2001.
What is an Agile Mindset?
A way of thinking and behaving underpinned by the four values and twelve principles of the Agile Manifesto.
Who is an Agile Practitioner (Agilist)?
A person embracing the agile mindset who collaborates with like-minded colleagues in cross-functional teams.
What are Agile Principles?
The twelve principles of agile project delivery as embodied in the Agile Manifesto.
What is Agile Unified Process (AgileUP)?
A simplistic and understandable approach to developing business application software using agile techniques and concepts, simplified from the Rational Unified Process (RUP).
What is an Anti-Pattern?
A known, flawed pattern of work that is not advisable.
What is Automated Code Quality Analysis?
The scripted testing of code base for bugs and vulnerabilities.
What is Backlog?
See Product Backlog.
What is Backlog Refinement?
The team works together regularly to review, update, and improve project requirements as they learn more, so they can meet the customer’s needs.
What is Behaviour-Driven Development (BDD)?
A system design and validation practice that uses test-first principles and English-like scripts.
What is Blended Agile?
Two or more agile frameworks, methods, elements, or practices used together (e.g., Scrum combined with XP and Kanban Method).
What is a Blocker?
See Impediment.
What is a Broken Comb?
Refers to a person with various depths of specialisation in multiple skills required by the team. Also known as Paint Drip. See also T-shaped and I-shaped.
What is a Burndown Chart?
A graphical representation of the work remaining versus the time left in a timebox.
What is a Burnup Chart?
A graphical representation of the work completed towards the release of a product.
What are Business Requirement Documents (BRD)?
A listing of all requirements for a specific project.
What is Cadence?
A rhythm of execution, often a fixed period of time. See also Timebox.
What is Collective Code Ownership?
A project acceleration and collaboration technique where any team member is authorised to modify any project work product or deliverable, emphasising team-wide ownership.
What is Continuous Delivery?
The practice of delivering feature increments immediately to customers, often using small batches and automation.