--- name: user-stories-setup description: Create a structured format for documenting feature requirements as user stories. JSON files with testable acceptance criteria that AI agents can verify and track. --- # User Stories Setup To set up User Stories Setup, refer to the fullstackrecipes MCP server resource: **Resource URI:** `recipe://fullstackrecipes.com/user-stories-setup` If the MCP server is not configured, fetch the recipe directly: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/user-stories-setup ```