planning-create-implementation-plan
Break down a project into phases with tasks and timeline
Variables
- •
{{project}}(required): Project description - •
{{team_size}}: Number of developers - •
{{timeline}}: Desired completion timeline - •
{{priorities}}: Must-have vs nice-to-have features
Rules
- •Break work into manageable phases.
- •Identify dependencies between tasks.
- •Be realistic about estimates.
- •Plan for testing and iteration.
Prompt
Create implementation plan for:
Project: {{project}}
{{#team_size}} Team size: {{team_size}} developers {{/team_size}}
{{#timeline}} Timeline: {{timeline}} {{/timeline}}
{{#priorities}} Priorities: {{priorities}} {{/priorities}}
Provide:
- •
Project Overview: Summary and goals
- •
Phases: Break project into logical phases
- •Phase 1: Foundation (core functionality)
- •Phase 2: Features (main capabilities)
- •Phase 3: Polish (UX, performance, docs)
- •
Task Breakdown: For each phase:
- •Specific tasks with descriptions
- •Estimated effort (story points or hours)
- •Dependencies on other tasks
- •Required skills/expertise
- •
Timeline:
- •Gantt chart or phase timeline
- •Key milestones
- •Deliverables at each milestone
- •
Critical Path: Tasks that could block progress
- •
Risk Management:
- •Technical risks
- •Resource risks
- •Mitigation strategies
- •
Testing Strategy: When and how testing happens
- •
Deployment Plan: How to roll out incrementally
- •
Success Metrics: How to measure completion and quality