get_feature_context
Get a feature's full details—description, components, files, ownership, decisions, and conflicts—before making code changes.
Instructions
Get FULL details for a specific feature before working on it. Returns description, components, involved files, repo ownership, recent decisions, and open conflicts for that feature. Always call this before modifying code that belongs to a feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_slug | Yes | The slug of the feature to get context for. This may be an adapter-defined composite slug (for example "web--authentication" or "mcp-server--context-delivery"). Discover exact slugs via get_project_context() or get_file_context(). | |
| component_slug | No | Optional component slug to filter to a specific component |