sdlc_list_projects
List SDLC projects and their status, artifact completion, and UI screen counts. Use it to find project IDs for other SDLC tools.
Instructions
List all SDLC Assist projects with their status and artifact completion.
Returns a summary of every project including which artifacts have been generated (PRD, Architecture, Data Model, etc.) and how many UI screens exist. Use this to discover project IDs for other tools.
Args: params (ListProjectsInput): Optional filters: - status_filter (Optional[str]): Filter by status ('DRAFT', 'ACTIVE', 'COMPLETED', 'ARCHIVED')
Returns: str: Markdown-formatted list of projects with completion info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |