@every-env/cli
Version:
Multi-agent orchestrator for AI-powered development workflows
74 lines (60 loc) • 2.02 kB
Markdown
# Implementation Plan Analysis
You are tasked with creating a detailed implementation plan from the provided requirements.
## Input
**Project**: {{ projectName }}
**Date**: {{ date }}
**Requirements File**: {{ inputFile | default: "requirements.md" }}
## Context
{{ if description }}
{{ description }}
{{ endif }}
## Your Task
Analyze the requirements and create a comprehensive implementation plan that includes:
1. **Executive Summary**
- High-level overview of the project
- Key objectives and deliverables
- Success criteria
2. **Technical Approach**
- Architecture decisions
- Technology choices with rationale
- Integration points
- Security considerations
3. **Implementation Phases**
- Break down the work into logical phases
- Define clear deliverables for each phase
- Identify dependencies between phases
{{ if includeTimeline }}
4. **Timeline Estimates**
- Duration for each phase
- Key milestones
- Critical path analysis
{{ endif }}
{{ if includeResources }}
5. **Resource Requirements**
- Team composition and skills needed
- Infrastructure requirements
- Third-party services or tools
- Budget considerations
{{ endif }}
{{ if includeTasks }}
6. **Task Breakdown**
- Detailed tasks for each phase
- Task dependencies
- Acceptance criteria for each task
{{ endif }}
7. **Risk Analysis**
- Technical risks and mitigation strategies
- Schedule risks
- Resource risks
8. **Quality Assurance**
- Testing strategy
- Code review process
- Documentation requirements
## Output Format
Please structure your response as a well-organized markdown document with clear sections and subsections. Use bullet points, numbered lists, and tables where appropriate for clarity.
## Additional Instructions
- Be specific and actionable in your recommendations
- Consider best practices for the technologies involved
- Highlight any assumptions made
- Suggest alternatives where appropriate
- Focus on practical, implementable solutions