--- description: Compile semua output dari 12 workflows Planning Phase menjadi 1 master document "Planning Blueprint" yang siap untuk Design Phase --- # /compile_blueprint - Planning Phase Blueprint Compilation **Sumber:** TOPIC_004 (Planning Phase) + TOPIC_007 (Workflow Guide) --- ## 📋 Kapan Menggunakan Workflow Ini - Setelah **menyelesaikan semua** atau **sebagian besar** workflows Planning Phase - Sebelum memulai **Design Phase** - Sebagai **handoff document** untuk tim atau diri sendiri - Untuk **review** sebelum commit ke development --- ## 📁 Prerequisites: Output Files yang Dibutuhkan | # | File | Source Workflow | Required? | | --- | -------------------------- | --------------------- | ----------- | | 01 | `01_ideation_report.md` | `/ideate_project` | ✅ Yes | | 02 | `02_lean_canvas.md` | `/create_lean_canvas` | 🟡 Optional | | 03 | `03_brainstorm_report.md` | `/brainstorm_session` | 🟡 Optional | | 04 | `04_interview_notes.md` | `/customer_interview` | ✅ Yes | | 05 | `05_validation_report.md` | `/validate_idea` | ✅ Yes | | 06 | `06_feasibility_report.md` | `/feasibility_study` | ✅ Yes | | 07 | `07_tech_decision.md` | `/tech_stack_eval` | ✅ Yes | | 08 | `08_cost_benefit.md` | `/cost_benefit` | 🟡 Optional | | 09 | `09_project_charter.md` | `/create_charter` | ✅ Yes | | 10 | `10_scope_statement.md` | `/define_scope` | ✅ Yes | | 11 | `11_raci_matrix.md` | `/raci_matrix` | 🟡 Optional | | 12 | `12_risk_register.md` | `/risk_register` | ✅ Yes | **Minimum Required:** 8 files (marked ✅) --- ## 🛠️ STEP-BY-STEP WORKFLOW ### STEP 1: Verify Available Outputs (2 min) AI akan scan folder `AI-Agent/Output/Planning/[ProjectName]/` dan list file yang tersedia: ``` Scanning AI-Agent/Output/Planning/[ProjectName]/... ✅ Found: - 01_ideation_report.md - 05_validation_report.md - 06_feasibility_report.md - 07_tech_decision.md - 09_project_charter.md - 10_scope_statement.md - 12_risk_register.md ⚠️ Missing (optional): - 02_lean_canvas.md - 03_brainstorm_report.md - 04_interview_notes.md - 08_cost_benefit.md - 11_raci_matrix.md Proceed with compilation? (y/n) ``` --- ### STEP 2: Read Charter as Base (2 min) AI membaca `09_project_charter.md` sebagai **foundation document**: - Project name, objectives, scope - Timeline, budget, methodology - Stakeholders, risks --- ### STEP 3: Compile Section by Section (10 min) AI mengcompile setiap section dari source files: | Blueprint Section | Source File(s) | | ----------------------- | ------------------------------------------------------ | | Executive Summary | `09_project_charter.md` (Purpose & Objectives) | | Problem & Solution | `01_ideation_report.md` + `05_validation_report.md` | | Business Model | `02_lean_canvas.md` (if exists) + `08_cost_benefit.md` | | User Research | `04_interview_notes.md` (highlights + quotes) | | Technical Decisions | `06_feasibility_report.md` + `07_tech_decision.md` | | Scope Definition | `10_scope_statement.md` (In/Out scope) | | Team & Responsibilities | `11_raci_matrix.md` (if exists) | | Risks & Mitigations | `12_risk_register.md` | | Timeline & Milestones | `09_project_charter.md` | --- ### STEP 4: Generate Blueprint (5 min) AI generate file `00_planning_blueprint.md` di folder output. --- ### STEP 5: Review & Confirm (3 min) User review blueprint dan confirm: - [ ] Semua informasi penting sudah include - [ ] Tidak ada kontradiksi antar section - [ ] Ready untuk handoff ke Design Phase --- ## 📝 Output File **Setelah workflow selesai, AI WAJIB generate file markdown:** **Path:** `AI-Agent/Output/Planning/[ProjectName]/00_planning_blueprint.md` **Template Output:** ```markdown # [Project Name] - Planning Phase Blueprint **Version:** 1.0 **Created:** [YYYY-MM-DD] **Status:** ✅ Ready for Design Phase **Methodology:** [Scrum / Kanban / Waterfall] --- ## Executive Summary **Project:** [Project Name] **Objective:** [1-2 sentence objective dari charter] **Timeline:** [Start Date] to [End Date] **Budget:** [Total Budget] --- ## 1. Problem & Solution ### 1.1 Problem Statement [Dari 01_ideation_report.md] ### 1.2 Validated Pain Points [Dari 05_validation_report.md - top pain points] ### 1.3 Proposed Solution [Dari 01_ideation_report.md - selected concept] ### 1.4 Validation Status | Stage | Status | Evidence | | ------------------ | ------ | ------------------------ | | Problem Validated | ✅/❌ | [dari validation report] | | Demand Validated | ✅/❌ | [dari validation report] | | Solution Validated | ✅/❌ | [dari validation report] | | WTP Validated | ✅/❌ | [dari validation report] | **Decision:** [GO / PIVOT / KILL] --- ## 2. Business Model (if applicable) ### 2.1 Lean Canvas Summary | Block | Content | | ------------------------ | ----------------- | | Problem | [top 3 problems] | | Customer Segments | [target users] | | Unique Value Proposition | [UVP] | | Solution | [key features] | | Channels | [distribution] | | Revenue Streams | [pricing model] | | Cost Structure | [major costs] | | Key Metrics | [success metrics] | ### 2.2 Financial Summary | Metric | Value | | ---------------- | ------------------- | | Total Investment | [dari cost_benefit] | | Projected ROI | [dari cost_benefit] | | Payback Period | [dari cost_benefit] | | BCR | [dari cost_benefit] | --- ## 3. User Research Highlights ### 3.1 Interview Summary **Total Interviews:** [N] **Key Insights:** 1. [Insight 1 + quote] 2. [Insight 2 + quote] 3. [Insight 3 + quote] ### 3.2 User Personas (if defined) [Summary dari interview notes] --- ## 4. Technical Decisions ### 4.1 Feasibility Assessment (TELOS) | Dimension | Score | Notes | | ----------- | -------- | ---------------- | | Technical | X/5 | [summary] | | Economic | X/5 | [summary] | | Legal | X/5 | [summary] | | Operational | X/5 | [summary] | | Schedule | X/5 | [summary] | | **TOTAL** | **X/25** | [recommendation] | ### 4.2 Technology Stack | Layer | Technology | Rationale | | -------- | ---------- | --------- | | Frontend | [tech] | [why] | | Backend | [tech] | [why] | | Database | [tech] | [why] | | Hosting | [tech] | [why] | --- ## 5. Scope Definition ### 5.1 In Scope ✅ - [Item 1] - [Item 2] - [Item 3] ### 5.2 Out of Scope ❌ - [Item 1] — Reason: [phase 2/not priority] - [Item 2] — Reason: [phase 2/not priority] - [Item 3] — Reason: [phase 2/not priority] --- ## 6. Team & Responsibilities (if applicable) ### 6.1 RACI Summary | Role | Responsibilities | | -------- | ------------------ | | [Role 1] | [A for X, R for Y] | | [Role 2] | [A for X, R for Y] | --- ## 7. Risks & Mitigations ### 7.1 Top Risks | ID | Risk | Probability | Impact | Score | Mitigation | | --- | ------ | ----------- | ------ | ----- | ---------- | | R1 | [Risk] | H/M/L | H/M/L | X | [Strategy] | | R2 | [Risk] | H/M/L | H/M/L | X | [Strategy] | | R3 | [Risk] | H/M/L | H/M/L | X | [Strategy] | --- ## 8. Timeline & Milestones | Phase | Milestone | Target Date | Owner | | ----------- | --------------------- | ----------- | ------ | | Planning | Blueprint approved | [Date] | [Name] | | Design | Architecture complete | [Date] | [Name] | | Development | MVP complete | [Date] | [Name] | | Testing | UAT complete | [Date] | [Name] | | Launch | Go-live | [Date] | [Name] | --- ## ✅ Ready for Design Phase ### Next Steps - [ ] Create System Architecture diagram - [ ] Design Database Schema - [ ] Create UI/UX Wireframes - [ ] Define API Contracts - [ ] Create Technical Specifications ### Documents to Create in Design Phase | Document | Description | | --------------------------- | ----------------------------------------- | | `design/architecture.md` | System architecture diagram + explanation | | `design/database_schema.md` | ERD + table definitions | | `design/wireframes/` | UI/UX mockups | | `design/api_contracts.md` | API endpoints + request/response | | `design/tech_specs.md` | Detailed technical specifications | --- ## Appendix: Source Documents | # | Document | Path | | --- | ------------------ | -------------------------- | | 1 | Ideation Report | `01_ideation_report.md` | | 2 | Lean Canvas | `02_lean_canvas.md` | | 3 | Brainstorm Report | `03_brainstorm_report.md` | | 4 | Interview Notes | `04_interview_notes.md` | | 5 | Validation Report | `05_validation_report.md` | | 6 | Feasibility Report | `06_feasibility_report.md` | | 7 | Tech Decision | `07_tech_decision.md` | | 8 | Cost Benefit | `08_cost_benefit.md` | | 9 | Project Charter | `09_project_charter.md` | | 10 | Scope Statement | `10_scope_statement.md` | | 11 | RACI Matrix | `11_raci_matrix.md` | | 12 | Risk Register | `12_risk_register.md` | ``` --- ## 💡 Tips 1. **Run workflow ini sebagai FINAL STEP** setelah semua workflows lain selesai 2. **Tidak semua file wajib ada** — Workflow akan skip sections yang source file-nya tidak tersedia 3. **Blueprint ini adalah MASTER DOCUMENT** — Ini yang di-share ke tim atau jadi reference utama 4. **Update blueprint jika ada perubahan** — Re-run workflow jika ada update di source files --- ## 📚 Referensi - TOPIC_003/01_project_lifecycle.md (SDLC Phases) - TOPIC_004 Planning Phase (All Sub-Topics) - TOPIC_007 Workflow Usage Guide