From 08d4591c81e6d4d72424df8cbb70c8456dd615a5 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 6 Jul 2026 01:24:45 +0000 Subject: chore: gitignore subagent-driven-development scratch workspace .superpowers/sdd/ holds the progress ledger, task briefs, and review packages generated while executing an implementation plan via the subagent-driven-development skill -- session-local scratch state, not project source. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01VTUSAEKfsPc6WGDq45yPHD --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5a6cfb3..bb6b8b5 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ SESSION_STATE.md credentials/ scripts/.claude/ /spike + +# Subagent-driven-development scratch (progress ledger, task briefs, review packages) +.superpowers/sdd/ -- cgit v1.2.3