Estimation Prompts

Generate detailed project estimates for FlexBase applications — per module, per feature, with complexity classification, UI/API split, testing effort, and delivery phasing. Estimates cover the full lifecycle: extraction, code generation, code completion, UI development, unit testing, manual test case generation, and test execution.

Prerequisites

Your AI agent must have the FlexBase MCP server configured. The MCP server provides the estimation guide, conventions, and benchmarks that the agent loads automatically when processing your requests.

Guides & Conventions (Loaded Automatically by MCP)

Guide
MCP Call
Purpose

Estimation Guide

getGuideSection("estimation", ...)

Complexity tiers, hour benchmarks, templates, formulas, real project benchmarks

API Patterns Guide

getGuideSection("api", ...)

Feature operation types, handler patterns

Manual Test Case Guide

getGuideSection("manual-test-cases", ...)

Test case counts per operation type for QA estimation

What Gets Generated

  • Per-module breakdown with feature-level hours, complexity tiers, subscriber counts, external dependencies

  • UI estimation with or without wireframes — per page or heuristic-based

  • Testing breakdown: unit test generation, manual test case generation, manual test execution (with industry benchmarks)

  • Phase grouping for incremental delivery planning

  • Project-level roll-up with category totals (API, UI, Testing, Infrastructure)

  • Complexity classification: Simple, Medium, Complex, Very Complex per feature

  • External integration estimated separately from core modules

  • Output formats: Markdown (default), Excel workbook (.xlsx), or HTML report


Prompts — Full Project Estimation

From a BRD or Requirement Document

From FlexBase Extraction JSON/Markdown

From Legacy Application Analysis


Prompts — API-Only Estimation

Full API Estimation

Single Module API Estimation


Prompts — UI Estimation

With Wireframes

Without Wireframes (Heuristic)

Public + Admin UI Combined

Separate UI Estimation (Standalone)


Prompts — Testing Estimation

Unit Test Estimation

Manual Test Case + Execution Estimation

Combined Testing Estimation


Prompts — Module-by-Module Estimation

Individual Module Estimation

Batch Module Estimation (Multiple Modules)


Prompts — Estimation Outputs

Excel Workbook

HTML Report

Markdown Document


Prompts — Comparison & Analysis

FlexBase vs Traditional Estimation

Gap Analysis (Estimate vs Actual)


Examples

Project
Modules
API Hours
UI Hours
Total
Location

SSW (Sri Sri Wellbeing)

25

~288 hrs

~370 hrs

~700 hrs

Samples/Welbeing/Analysis/

KG (KaalGyan Calendar)

13

~180 hrs

TBD

~180+ hrs

Samples/KG/

SSW Estimation v6 (Excel)

25

Samples/Welbeing/Analysis/generate-module-estimates-v6.js

SSW Estimation v8 (HTML)

25

Samples/Welbeing/Analysis/SSW-RFP-Detailed-Estimation-v8.html

Last updated