// task_boards
Stark Dev Boards is a full WordPress-based project and task management system — with its own admin UI, Wizard task creation, CPT data model, and status workflows. Lux connects to all of it via TOOLCALL from conversation.
Managed entirely from the WordPress admin. Full CRUD on tasks and projects, status workflows, priority levels, client labels, assignees, and due dates — all without the AI.
Seven TOOLCALL operations let Lux query, create, update, comment on, and search tasks without leaving the chat window. Same live data, different interface.
// task_wizard
The Wizard guides creation with dropdowns pre-populated from live projects, clients, and users — no typing raw IDs or remembering field names.
// admin_task_list
The full task list lives in WordPress. Filter by client, assignee, status, or priority from the admin — the same data Lux queries when you ask in chat.
// toolcall_api
Every boards TOOLCALL reads from the live WordPress database — no caching, no sync delay. A task updated in the admin is visible in the next chat query.
// capabilities
Tasks and projects are sd_task and sd_project custom post types. All standard WP filtering, bulk actions, and meta querying work natively. No external database or sync required.
The Wizard pre-populates project and assignee dropdowns from live data. No remembering IDs, no looking up field names. Walk through the form, hit Create, done. Works entirely from the admin panel.
Say "mark it urgent" in chat and Lux maps it to the correct priority field. "Move to in-progress" sets sd_status to in_progress. You don't need to know the field values.
list_tasks accepts a client label filter — ask "what's open for Prudential?" and only that client's tasks come back. Useful when you're mid-conversation about a specific client.
Create and update operations always confirm before executing. Lux states what she's about to do and waits for a yes. No accidental task creation from an ambiguous message.
Every TOOLCALL queries WordPress directly. Status changes made in the admin are visible in the next chat query with zero delay. There's no caching layer between Lux and the actual records.
// task_boards
The Wizard, the admin list view, and Lux in chat are three different ways into the same live data. Pick whichever fits the moment.