sdlc_generate_estimation
Generate side-by-side Traditional vs AI-Assisted cost estimates for each SDLC phase, highlighting savings from agentic development. Requires completed project artifacts.
Instructions
Generate Traditional vs AI-Assisted cost estimates for a project.
Produces two side-by-side estimates showing hours and costs for each SDLC phase (Requirements, Design, Develop, Test, Deploy, Data Cleansing, Transition to Run, Project Management), then highlights the savings from using SDLC-Assist + agentic development.
Requires all upstream artifacts to be generated first (PRD, architecture, data model, API contract, screens, implementation plan).
Args: project_id: The project UUID.
Returns: str: JSON with traditionalEstimate, aiAssistedEstimate, savings, and assumptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |