blob: a13c646f8122516c5c07ca0814e2437f9489377e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
name: feedback-default-subagent-driven-execution
description: "User wants Subagent-Driven Development as the default execution choice for implementation plans, without being asked each time"
metadata:
node_type: memory
type: feedback
originSessionId: 61c70ef2-1b1b-456c-9cbd-ad1f76ea2401
---
When presenting the writing-plans skill's execution-choice prompt ("1. Subagent-Driven" vs "2. Inline Execution"), default to Subagent-Driven Development without waiting for the user to pick.
**Why:** User replied "1, always" when asked — explicitly signaling this choice should stick across future plans in this project (doot), not just this one instance.
**How to apply:** Still present the two options briefly for transparency/interruptibility, but proceed straight into `superpowers:subagent-driven-development` (dispatch Task 1's implementer) rather than pausing to wait for an answer, unless the user says otherwise for a specific plan.
|