// Critique command demo - shows design/UX issues being identified
export default {
id: 'critique',
caption: 'Confusing design → UX issues identified with fixes',
before: `
Dashboard
Welcome to your dashboard where you can manage things
Recent Activity
No items to display at this time
`,
after: `
Welcome to your dashboard where you can manage things
REDUNDANT
NO PRIMARY
DEAD END
Recent Activity
No items to display at this time
`
};