diff --git a/content/blog/2020-04-30-gsod-ideas-2020.md b/content/blog/2020-04-30-gsod-ideas-2020.md
index b021f6bc3a..6ec1553c51 100644
--- a/content/blog/2020-04-30-gsod-ideas-2020.md
+++ b/content/blog/2020-04-30-gsod-ideas-2020.md
@@ -55,26 +55,32 @@ team. We welcome writers to create their own proposals, even if they differ from
our ideas. Projects will be primarily mentored by our lead technical writer,
[Jorge](https://github.com/jorgeorpinel).
-1. **How-to section.** Foo.
-
- _Skills required:_ Python, Git, experience with APIs
_Difficulty
- rating:_ Beginner-Medium
-
-1. **Tutorials -> Blog.** Bar.
-
- _Skills required:_ Python, Git. Some experience with parallelization and/or
- scientific computing would be helpful but not required.
_Difficulty
- rating:_ Advanced
-
-1. **Interactive guides.** Baz.
-
- _Skills required:_ Python, Git, and some machine learning or data science
- experience
_Difficulty rating:_ Beginner-Medium
-
-1. **User Guide.** Zoo.
-
- _Skills required:_ Python, Git, experience with APIs
_Difficulty
- rating:_ Beginner-Medium
+1. **How-to section.** We have compiles a
+ [set of topics](https://github.com/iterative/dvc.org/issues/899) that we
+ think would be best explained in a new "How to" section of our docs. This
+ will imply relocating bits and pieces of info from existing docs into new
+ how-tos, as well as writing significant new material to complete them.
+
+ _Difficulty rating:_ Beginner-Medium
+
+1. **Tutorials to Blog.** DVC is currently rewriting it's main tutorial, the
+ [Get Started](https://github.com/iterative/dvc.org/pull/1074). The remaining
+ [Tutorials](https://dvc.org/doc/tutorials) will then become somewhat
+ redundant so we are considering moving them out of the docs and into blog
+ posts instead. Other possible rearrangements of the tutorials may end up
+ being preferred.
+
+ _Difficulty rating:_ Medium-Advanced
+
+1. **Integrate interactive guides.** We have a set of
+ [Katacoda scenarios](https://www.katacoda.com/dvc) to match different
+ sections of our docs. These need to be checked and updated, as well as
+ embedded into the corresponding pages per
+ [this issue](https://github.com/iterative/dvc.org/issues/670). This would
+ involve working with our front-end team or, preferably, having some
+ Javascript coding experience.
+
+ _Difficulty rating:_ Advanced
> For more inspiration, feel free to review our open
> [documentation issues](https://github.com/iterative/dvc.org/issues?q=is%3Aopen+is%3Aissue+label%3Adoc-content+).