* Perfect! I've successfully implemented the feature to automatically open a task in the sidebar after creation. The change was made to the [`handleCreateTask` function in project-tasks.tsx](file:///private/var/folders/kr/jdxkcn7129j376nrg0stj9zm0000gn/T/vibe-kanban/vk-f5e5-open-task/frontend/src/pages/project-tasks.tsx#L152-L168).
Now when users create a task using the "Create Task" button, it will automatically navigate to the task details view in the sidebar, making it consistent with the "Create & Start" button behavior that already had this functionality.
* prettier