list_feature_specs
Browse and filter feature specifications by status, priority, type, tags, module, or source. Get an overview of specs with progress and aggregate counts.
Instructions
Browse and filter all feature specifications for a project. Returns an overview of specs with status, priority, and task progress.
Use this to answer questions like "what's in progress?", "what's planned?", or "show me all high-priority specs". For full spec details (criteria, tasks, affected files), follow up with get_feature_spec using a spec_id from the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Site domain (e.g., "example.com"). Uses SEO_CLIENT_DOMAIN env var if not provided. | |
| project_id | No | Project UUID — use instead of domain when no domain is configured. Uses RAMPIFY_PROJECT_ID env var if not provided. | |
| status | No | Filter by status (e.g., ["planned", "in_progress"]). Omit to return all. | |
| priority | No | Filter by priority. Omit to return all. | |
| feature_type | No | Filter by feature type. Omit to return all. | |
| tags | No | Filter by tags. | |
| module | No | Filter by source module (e.g., "seo" for SEO scan findings). | |
| source | No | Filter by source (e.g., "user" for manual specs, "seo_scan" for findings). | |
| include_stats | No | Include aggregate counts by status and priority (default: false). |