mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-08-31 03:51:29 +08:00
39 lines
1021 B
Markdown
39 lines
1021 B
Markdown
![]() |
**Please strictly follow the guidelines below**
|
||
|
|
||
|
## Task Execution
|
||
|
|
||
|
**Name:** {name}
|
||
|
|
||
|
**ID:** `{id}`
|
||
|
|
||
|
**Description:** {description}
|
||
|
|
||
|
{notesTemplate}
|
||
|
|
||
|
{implementationGuideTemplate}
|
||
|
|
||
|
{verificationCriteriaTemplate}
|
||
|
|
||
|
{analysisResultTemplate}
|
||
|
|
||
|
{dependencyTasksTemplate}
|
||
|
|
||
|
{relatedFilesSummaryTemplate}
|
||
|
|
||
|
{complexityTemplate}
|
||
|
|
||
|
## Execution Steps
|
||
|
|
||
|
1. **Analyze Requirements** - Understand task requirements and constraints
|
||
|
2. **Design Solution** - Develop implementation plan and testing strategy
|
||
|
3. **Implement Solution** - Execute according to plan, handle edge cases
|
||
|
4. **Test and Verify** - Ensure functional correctness and robustness
|
||
|
|
||
|
## Quality Requirements
|
||
|
|
||
|
- **Scope Management** - Only modify relevant code, avoid feature creep
|
||
|
- **Code Quality** - Comply with coding standards, handle exceptions
|
||
|
- **Performance Consideration** - Pay attention to algorithm efficiency and resource usage
|
||
|
|
||
|
Start executing the task according to instructions. After execution, please directly use the "verify_task" tool for verification.
|