From andrelandgraf-fullstackrecipes
Sets up automated AI agent loops to implement features from user stories with testable acceptance criteria until all pass. For agent-driven development workflows.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin andrelandgraf-fullstackrecipesThis skill uses the workspace's default tool permissions.
Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.
Complete these recipes first (in order):
Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/agent-setup
Create a structured format for documenting feature requirements as user stories. JSON files with testable acceptance criteria that AI agents can verify and track.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/user-stories-setup
Document and track feature implementation with user stories. Workflow for authoring stories, building features, and marking acceptance criteria as passing.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-user-stories
Set up automated agent-driven development with Ralph. Run AI agents in a loop to implement features from user stories, verify acceptance criteria, and log progress for the next agent.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/ralph-setup