26 lines
581 B
Markdown
26 lines
581 B
Markdown
# Project Plan Prompt
|
|
|
|
Create a detailed implementation plan for:
|
|
|
|
## Goal
|
|
{describe the goal}
|
|
|
|
## Constraints
|
|
- Budget: {budget}
|
|
- Timeline: {deadline}
|
|
- Stack: {tech stack}
|
|
- Team: {team size/skills}
|
|
|
|
## Plan Structure
|
|
1. **Milestones** (high-level phases with dates)
|
|
2. **Tasks** (individual units of work, 2-5 min each)
|
|
3. **Dependencies** (what blocks what)
|
|
4. **Critical Path** (longest dependency chain)
|
|
5. **Verification** (how to validate each task)
|
|
|
|
Each task should include:
|
|
- File path (if applicable)
|
|
- Implementation approach
|
|
- Acceptance criteria
|
|
- Estimated effort
|