60 lines
983 B
Markdown
60 lines
983 B
Markdown
# Command Template
|
|
|
|
## Purpose
|
|
|
|
[Single sentence describing what the command does]
|
|
|
|
## Your Task
|
|
|
|
[Clear description of what needs to be accomplished with: $ARGUMENTS]
|
|
|
|
## Execution Steps
|
|
|
|
1. **Phase 1 - Analysis**
|
|
- [Step 1]
|
|
- [Step 2]
|
|
- [Step 3]
|
|
|
|
2. **Phase 2 - Implementation**
|
|
- [Step 1]
|
|
- [Step 2]
|
|
- [Step 3]
|
|
|
|
3. **Phase 3 - Validation**
|
|
- [Step 1]
|
|
- [Step 2]
|
|
- [Step 3]
|
|
|
|
## Context Preservation
|
|
|
|
Cache the following for future commands:
|
|
|
|
- Key findings
|
|
- Decisions made
|
|
- Files modified
|
|
- Patterns identified
|
|
|
|
## Expected Output
|
|
|
|
```markdown
|
|
## [Command] Results
|
|
|
|
### Summary
|
|
|
|
- [Key outcome 1]
|
|
- [Key outcome 2]
|
|
|
|
### Details
|
|
|
|
[Structured output based on command type]
|
|
|
|
### Next Steps
|
|
|
|
- [Recommended follow-up action 1]
|
|
- [Recommended follow-up action 2]
|
|
```
|
|
|
|
## Integration
|
|
|
|
**Prerequisites**: [What should be done before this command] **Follow-up**: [What commands naturally follow this one] **Related**: [Other commands that work well with this]
|