Quick Task
Lightweight workflow for fast task execution without complex infrastructure. Plan → Approve → Execute → Review → Report.
mcp__moira__start({ workflowId: "moira/quick-task", parentExecutionId: "none" })Process
Section titled “Process”flowchart LR
A[Understand] --> B[Plan]
B --> C[Approve]
C --> D[Execute]
D --> E[Review]
E --> F[Report]| Step | Action | Output |
|---|---|---|
| 1. Understand | Analyze task and gather context | Clear task definition |
| 2. Plan | Create 3-10 step plan | Numbered step list |
| 3. Approve | User confirms plan | Approved plan |
| 4. Execute | Execute all steps | Completed work |
| 5. Review | Check all criteria met | Verified completion |
| 6. Report | Summary with evidence | Final report |
Features
Section titled “Features”Lightweight Process
Section titled “Lightweight Process”- No complex setup or configuration
- Fast start with minimal overhead
- Focus on getting work done
Simple Validation
Section titled “Simple Validation”- Plan approval before execution
- Single review phase after completion
- Clear success criteria
Evidence Required
Section titled “Evidence Required”Each completed step should have verifiable output:
- Modified files
- Test results
- Screenshots
- Descriptions
When to Use
Section titled “When to Use”- Tasks with 2-10 concrete steps
- Standard development work
- Content creation
- Research tasks
- Any task that doesn’t require retry/escalation infrastructure
When to Use Robust Task Instead
Section titled “When to Use Robust Task Instead”- Critical tasks that cannot fail
- Multi-hour or multi-day tasks
- Tasks requiring session recovery
- Tasks requiring escalation workflow
Example Node Configuration
Section titled “Example Node Configuration”{ "id": "execute-plan", "type": "agent-directive", "directive": "Execute the approved plan step by step. Provide evidence for each step.", "completionCondition": "All steps executed with evidence", "connections": { "success": "review-results" }}Related
Section titled “Related”- Robust Task — For complex tasks requiring full infrastructure
- Content Creation — For text content creation
- Workflow Templates Overview — All available templates