Sebuah template untuk memulai project web, aplikasi, teknologi memudahkan freelancer, project manager atau product owner melihat seberapa dalam project yang sedang dihandle.
Hal ini mencakup simple sampai dengan full-scope project yang sedang dikerjakan.
project-template/
│
├── README.md ← landing utama (client juga baca)
├── PROJECT_BRIEF.md ← inti project (scope & arah)
├── ROADMAP.md ← timeline & milestone
├── TASKS.md ← breakdown kerjaan
├── CHANGELOG.md ← histori perubahan
├── COMMUNICATION.md ← log komunikasi client
├── DECISIONS.md ← keputusan penting
│
├── /docs
│ ├── requirements.md
│ ├── user-flow.md
│ ├── api-spec.md
│ └── technical-architecture.md
│
├── /assets
│ ├── wireframe/
│ ├── design/
│ └── screenshots/
│
├── /client
│ ├── meeting-notes.md
│ ├── feedback.md
│ └── approvals.md
│
└── /templates
├── brief-template.md
├── task-template.md
├── meeting-template.md
└── proposal-template.md
Referensi & Inspirasi :