sdlc_get_artifact
Retrieve the full content of any project artifact, including PRD, architecture, data model, API contract, and more, by specifying the project ID and artifact type.
Instructions
Fetch the full content of a specific artifact from a project.
Retrieves artifacts like the PRD, Architecture Overview, Data Model, API Contract, Sequence Diagrams, Implementation Plan, CLAUDE.md, or Corporate Guidelines.
Args: params (GetArtifactInput): Contains: - project_id (str): UUID of the project - artifact_type (ArtifactType): Which artifact to fetch. One of: 'prd', 'design_system', 'architecture', 'data_model', 'api_contract', 'sequence_diagrams', 'implementation_plan', 'claude_md', 'corporate_guidelines'
Returns: str: The full artifact content (Markdown or JSON depending on type), or an error message if the artifact hasn't been generated yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |