LaunchDarkly flag change brief
Read-only brief for one LaunchDarkly feature flag in one environment. It reads the project, environment, flag, flag status, and recent audit log entries through recued-core.launchdarkly, then asks the AI summarizer for release context, current posture, recent changes, risks, and next safe action. It never turns the flag on or off, changes targeting, creates flags, reviews approvals, or mutates LaunchDarkly records.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (14 steps)
project_key
trim
Trim whitespace from setting project key
environment_key
trim
Trim whitespace from setting environment key
flag_key
trim
Trim whitespace from setting flag key
project
?
environment
?
flag
?
status
?
audit_raw
?
audit_entries
default
Apply default
audit_count
count
Count items in audit entries
audit_rows
slice
Take a subset of
summarize
?
audit_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
focus
setting
=
Summarize this LaunchDarkly flag for a release owner: current environment posture, status, recent changes, likely risks, missing context, and the safest next action. Do not invent facts outside the LaunchDarkly data.
flag key
setting
=
row limit
setting
=
20
max length
setting
=
900
audit after
setting
=
0
project key
setting
=
launchdarkly
setting
=
environment key
setting
=
production
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.