get_workflow_guidance_tool
Get phase-by-phase workflow guidance for development tasks. Choose from test-first, feature-branch, review-then-commit, or default to follow best practices and use tools in the correct order.
Instructions
Get phase-by-phase workflow guidance for development tasks.
This tool provides structured, step-by-step instructions for working on a project. It combines project-specific workflows with the standard CoordMCP workflow.
WHEN TO USE:
At the start of any new task to understand the recommended workflow
When you want to follow best practices for this project
To understand what tools to use and in what order
New agents should always call this to understand the expected workflow
AVAILABLE WORKFLOWS:
"test-first": Test-Driven Development (write tests before code)
"feature-branch": Feature branch workflow with code review
"review-then-commit": Peer review before committing
"default": Standard workflow for any task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional project ID to get project-specific workflows | |
| workflow_name | No | Optional specific workflow to use (e.g., "test-first", "feature-branch") |