Design multi-step autonomous workflows for complex development tasks.
Difficulty
Skill level required
Published
Creation date
AI Tool
Recommended platform
Design an agentic workflow for: [DESCRIBE COMPLEX TASK]
**Context:**
- Current pain point: [what takes too long manually]
- Desired outcome: [what success looks like]
- Human checkpoints: [where you need approval]
Create a workflow that includes:
1. **Task Decomposition**
- Break the main task into autonomous sub-tasks
- Define clear inputs/outputs for each step
- Identify parallelizable vs sequential steps
2. **Agent Roles**
- Researcher (information gathering)
- Implementer (code writing)
- Reviewer (quality checking)
- Documenter (capturing decisions)
3. **State Management**
- What context needs to persist between steps
- How to handle failures and rollbacks
- Checkpoint strategy for long workflows
4. **Human-in-the-Loop Points**
- Critical decision gates
- Approval requirements
- Feedback integration
5. **Error Handling**
- Retry strategies
- Fallback approaches
- Escalation to human
6. **Completion Criteria**
- Success metrics
- Quality gates
- Documentation requirements
Output as an actionable workflow I can implement with Claude Code or similar tools.Developers building sophisticated autonomous development pipelines.
Other prompts in the Agent Development category you might find useful.