1. get_project_context
Get complete project context including plan, tasks, and recent activity.
2. get_next_task
Get the next recommended task to work on based on dependencies and priority.
3. start_task
Start working on a specific task with optional approach and timing estimates.
4. update_progress
Update progress on the current task with detailed status information.
5. complete_task
Mark a task as completed with detailed completion information.
6. create_discussion
Create a discussion/question for human input when you need guidance.
7. health_check
Check connectivity and health of the Buildable API.

