You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/workflow-prompts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: Workflow Prompts
5
5
6
6
# MCP Workflow Prompts
7
7
8
-
The MCP Task Orchestrator includes **6 user-invokable workflow prompts** that provide structured guidance for common task orchestration scenarios. These prompts are designed to work seamlessly with the MCP tool ecosystem and offer step-by-step workflows for complex project management tasks.
8
+
The MCP Task Orchestrator includes **5 user-invokable workflow prompts** that provide structured guidance for common task orchestration scenarios. These prompts are designed to work seamlessly with the MCP tool ecosystem and offer step-by-step workflows for complex project management tasks.
- **Quality**: Testing strategy, definition of done
134
94
135
-
## Getting Started Recommendations
95
+
## Workflow Automation
136
96
137
-
1. Run `get_overview` to see current project state
138
-
2. Run `list_templates` to understand available templates
139
-
3. Create your first task or feature with appropriate templates
140
-
4. Use `get_task` or `get_feature` with includeSections=true to see the structure
141
-
5. Begin your workflow with status updates and progressive enhancement
97
+
**Use workflow prompts** for automated guidance on complex scenarios:
98
+
- `create_feature_workflow` - Complete feature creation with templates and tasks
99
+
- `task_breakdown_workflow` - Break complex tasks into manageable pieces
100
+
- `bug_triage_workflow` - Systematic bug investigation and resolution
101
+
- `project_setup_workflow` - Initialize new projects with proper structure
102
+
- `implement_feature_workflow` - Smart implementation with git detection
142
103
143
-
The Task Orchestrator is designed to support AI-assisted development workflows with comprehensive tracking, documentation, and automation capabilities.
104
+
**Usage**: `task-orchestrator:workflow_name` then provide details or let AI guide you
0 commit comments