full_analysis
Run a complete project analysis pipeline covering features, stack, architecture, database, security, cost, estimation, and roadmap to produce a GO/NO-GO verdict.
Instructions
COMPLETE closed-loop analysis pipeline. Runs ALL tools in sequence: Project Analysis → Features → Stack → Architecture → Database → Security → Cost → Estimation → Roadmap → Boilerplate. Produces a comprehensive report with GO/NO-GO verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| scale | Yes | Project scale | |
| budget | No | Budget range | |
| features | No | Feature keywords (e.g., ["chat", "AI", "mobile"]). Auto-detected from description if not provided. | |
| team_size | No | Team size (default: 3) | |
| description | Yes | Detailed project description | |
| project_type | Yes | Project type | |
| deployment_env | No | Deployment environment | |
| target_devices | No | Target devices | |
| concurrent_users | No | Expected concurrent users | |
| max_server_ram_gb | No | Max server RAM in GB | |
| network_condition | No | Network condition | |
| max_monthly_cost_usd | No | Monthly budget cap in USD | |
| max_response_time_ms | No | Max response time in ms |