From abb801b7efca9f516259a575ec93326ca0229fb1 Mon Sep 17 00:00:00 2001 From: Richard Luo Date: Thu, 16 Apr 2026 18:55:28 -0700 Subject: [PATCH] docs: add Factory Droid installation instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 74d92e9d..4a5589ae 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,20 @@ To update: gemini extensions update superpowers ``` +### Factory Droid + +In Droid, register the marketplace: + +```bash +droid plugin marketplace add https://github.com/obra/superpowers +``` + +Then install: + +```bash +droid plugin install superpowers@superpowers +``` + ## The Basic Workflow 1. **brainstorming** - Activates before writing code. Refines rough ideas through questions, explores alternatives, presents design in sections for validation. Saves design document.