Requirements Prompts

Prompts for turning requirements into designs through the Catio MCP.

Requirements

Constraints and rules that apply to your workspace: security policies, compliance requirements,
business rules, technical standards.

Get all requirements at once

"What are the requirements for my workspace?"
"Give me the full requirements context"

Returns a comprehensive pre-rendered markdown summary of everything in effect.
Good for briefing an agent before a task.

Search requirements

"Find requirements about data encryption"
"What requirements mention GDPR?"
"Show me all Security requirements"
"What are the performance requirements?"

Use natural language (query) for semantic search, which finds conceptually related requirements
even without exact keyword matches. Use text_search for exact substring matching.
Filter by category (Security, Compliance, Performance, Cost).

Look up a specific requirement

"Show me requirement SEC-001"
"What does PERF-003 say?"
"Is there a conflict on requirement LEG-002?"

Fetch a requirement by its URI name (e.g. SEC-001). Returns full text, scope, categories,
evidence sources, and any conflict resolution history.


Did this page help you?