get_validate_prompt
Generate a validation prompt to test a service design against a user profile. Reads the profile and design document, then provides a prompt for evaluating the design's alignment with user needs.
Instructions
Generate a validation prompt for testing a design against a profile.
Reads the specified profile and design document, then returns a prompt for you to evaluate the design against the user's criteria and needs.
Args: project_path: Absolute path to the project directory. profile_id: The profile to validate against (e.g. "maria-cuidadora"). design_file: Path to the design document to validate (relative to project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| profile_id | Yes | ||
| design_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |