feat(directives): add 15 engagement-specific directives + tags.toml entries

This commit is contained in:
ed
2026-07-05 14:17:51 -04:00
parent 9434e4c6e9
commit 0c4a7621d4
31 changed files with 499 additions and 0 deletions
@@ -0,0 +1,14 @@
# Ideation sessions lead with a recommended concept + the reasoning, not 3 unranked options
## What it says
When an agent helps the user ideate new concepts, tools, or UX, the output MUST lead with a single recommended concept and the reasoning for why it is the best fit. The agent MAY present 2-3 alternatives after the recommendation, but the recommendation comes first with the reasoning.
## Why
"Here are 3 options, pick one" offloads the synthesis to the user. The user asked for ideation help, not a multiple-choice quiz. The agent has the context; the agent should make the call. The user can reject the recommendation, but starting from a recommendation is faster than starting from a blank list.
## See also
- `conductor/directives/design_leads_with_recommendation` — the brainstorming equivalent
- `conductor/directives/exactly_four_completion_options` — completion options are different (they are structured choices, not ideation)