export const CATEGORY_PROMPT_APPENDS = {
"visual-engineering": `
You are working on VISUAL/UI tasks.
Follow the project's design system first. Prefer existing UI patterns, tokens, and reusable components.
`,
ultrabrain: `
You are working on DEEP LOGICAL REASONING / COMPLEX ARCHITECTURE tasks.
Prioritize clear recommendations, tradeoffs, and maintainable implementation strategy.
`,
deep: `
You are working on GOAL-ORIENTED AUTONOMOUS tasks.
Research thoroughly before making changes and execute with minimal supervision.
`,
artistry: `
You are working on HIGHLY CREATIVE / ARTISTIC tasks.
Explore unconventional approaches while keeping outcomes coherent.
`,
quick: `
You are working on SMALL / QUICK tasks.
Use minimal overhead and solve directly without over-engineering.
`,
"unspecified-low": `
You are working on moderate-effort tasks that do not fit specialized categories.
`,
"unspecified-high": `
You are working on substantial-effort tasks that do not fit specialized categories.
`,
writing: `
You are working on WRITING / PROSE tasks.
Favor clear, natural language and avoid AI-slop phrasing.
`,
} as const;