diff --git a/README.md b/README.md
new file mode 100644
index 00000000..72ce7d6b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# Kittehub
+
+This is a central repository of [AutoKitteh](https://github.com/autokitteh/autokitteh)
+projects for:
+
+- Full-fledged, ready-to-use solutions for real-life use cases
+- Composable templates for interoperability between common services
+- Demonstrations of system capabilities and features
+
+| Name | Description | Integrations |
+| :----------------------------------------------- | :------------------------------------------------------------------------------ | :--------------------------- |
+| [Pull Request Review Reminder (Purrr)](./purrr/) | Streamline code reviews and cut down the turnaround time to merge pull requests | GitHub, Slack |
+| [ReviewKitteh](./reviewkitteh/) | Monitor pull requests, and meow at random people | GitHub, Google Sheets, Slack |
+| [Task Chain](./task_chain/) | Run a sequence of tasks with fault tolerance | Slack |
diff --git a/task_chain/README.md b/task_chain/README.md
index 4a27aed9..3a6c35e1 100644
--- a/task_chain/README.md
+++ b/task_chain/README.md
@@ -1,10 +1,10 @@
# Task Chain
-This project demonstrates running a sequence of tasks with fault tolerance.
+This project runs a sequence of tasks with fault tolerance.
The workflow is resilient to errors in each step (with the ability to retry
-each failing step on-demand), as well as server-side failures (thanks to
-AutoKitteh's durable execution).
+each failing step on-demand via Slack), as well as server-side failures
+(thanks to AutoKitteh's durable execution).