timps_run_task
Runs a 10-agent SDLC pipeline for software tasks: covering product management, architecture, coding, review, QA, security, performance, DevOps, and documentation.
Instructions
Run the full 10-agent SDLC pipeline (product manager → architect → code generator → reviewer → QA → security → performance → devops → docs). Use for software development tasks: writing code, fixing bugs, building APIs, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | The development task, e.g. 'Write a REST API for user auth in Python'. | |
| language | No | Programming language (default: python). | python |
| max_iterations | No | Maximum pipeline iterations (default: 10). |