Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lorabv authored Sep 24, 2017
1 parent 1a9c0d7 commit 28d17c3
Showing 1 changed file with 94 additions and 1 deletion.
95 changes: 94 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,95 @@
# awesome-agile-software-development
# Awesome Agile Software Development [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

Awesome List of resources on agile software development.


## Contents
- The Fundamentals
- [Agile Manifesto](http://agilemanifesto.org/)
- [Agile Principles](https://www.agilealliance.org/agile101/12-principles-behind-the-agile-manifesto/)
- [Agile Glossary](https://www.solutionsiq.com/agile-glossary/)
- [Agile Mindset](https://www.cio.com.au/article/609763/more-agile-need-mindsets-change/)

- Key Agile Concepts
- [Kanban](Kanban.md)
- [Lean](Lean.md)
- [Scrum](Scrum.md)

- Agile Team and Roles
- [Team](Team.md)
- [Product Owner](Product-Owner.md)
- [Scrum Master](Scrum-Master.md)
- [Agile Coach](Agile-Coach.md)

- Agile Engineering
- [Agile Architecture](https://www.youtube.com/watch?v=VjKYO6DP3fo&t=12s)
- [Agile Engineering Self Assessment](http://wall-skills.com/2016/agile-engineering-self-assessment/)
- [Code Review](Code-Review.md)
- [Continuous Delivery](Continuous-Delivery.md)
- [Domain Driven Design (DDD)](Domain-driven-Design-DDD.md)
- [Pair Programming](Pair-Programming.md)
- [Test Driven Development (TDD)](Test-Driven-Development-TDD.md)
- [Technical Debt](Technical-Debt.md)

- Agile Product Management
- [A/B Testing](A-B-Testing.md)
- [Agile Product Roadmap](Agile-Product-Roadmap.md)
- [Product Backlog](Product-Backlog.md)
- [Product Management](Product-Management.md)
- [Minimum Viable Product (MVP)](Minimum-Viable-Product-MVP.md)

- User Stories and Estimation
- [Epic](Epic.md)
- [User Stories](User-Stories.md)
- [Story Splitting](Story-Splitting.md)
- [Story Mapping](Story-Mapping.md)
- [Estimation](Estimation.md)
- [Definition of Done](Definition-of-Done.md)

- Agile Ceremonies
- [Backlog Refinement](Backlog-Refinement.md)
- [Daily Standup Meeting](Daily-Standup-Meeting.md)
- [Retrospectives](Retrospectives.md)
- [Sprint Demo](Sprint-Demo.md)


- [Antipatterns](Antipatterns.md)

- [Metrics](Metrics.md)

- [Decisions](Decisions.md)

- [Objectives and Key Results (OKRs)](Objectives-and-Key-Results-OKRs.md)

- [Management 3.0](Management-3.0.md)

- [Case Studies](Case-Studies.md)

- Agile Blogs and Podcasts
- [The Agile Revolution Podcast | The Podcast That Is Everything Agile, Lean and Kanban](https://theagilerevolution.com/)
- [J.D. Meier's Blog - Agile Results, Digital Business Transformation, and Program Management](https://blogs.msdn.microsoft.com/jmeier/)
- [Agile Archives - Atlassian Blog](https://www.atlassian.com/blog/agile)
- [DZone Agile](https://dzone.com/agile-methodology-training-tools-news)
- [Blog | Agile Alliance](https://www.agilealliance.org/community/blog/)
- [Mike Cohn's Blog at Mountain Goat Software](https://www.mountaingoatsoftware.com/blog)
- [Resources Archive - SolutionsIQ](https://www.solutionsiq.com/resource/)
- [Blog – Gamestorming](http://gamestorming.com/blog/)


## Contribute Your Favourites
Please share your favourite agile software development resources (books, articles, videos, podcasts) by adding them to this list. Review the [contributor guidelines](CONTRIBUTING.md) and make a pull request.

## FAQ
- [How can I submit a link or ask a question?](#how-can-i-submit-a-link-or-ask-a-question)
- [How can I get more info on missing topic?](#how-can-i-get-more-info-on-missing-topic)

### How can I submit a link or ask a question?
For submissions, follow the [contributing guidelines](CONTRIBUTING.md). For questions, go ahead and post an issue in our Issues Tracker.

### How can I get more info on missing topic?
If there is a topic you would like this list to include submit it via the Issues Tracker.


### License

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

0 comments on commit 28d17c3

Please sign in to comment.