user-stories

User stories live in docs/user-stories/<story-name>.json as arrays of features:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "user-stories" with this command: npx skills add andrelandgraf/fullstackrecipes/andrelandgraf-fullstackrecipes-user-stories

User Stories

Format

User stories live in docs/user-stories/<story-name>.json as arrays of features:

[ { "description": "User creates a loop with custom config", "steps": [ "POST to /loops with config object", "Verify loop is created with merged config", "GET /loops/:id/detail and verify config values" ], "passes": true } ]

Fields

  • description: What the user does/expects

  • steps: Verification steps (imperative)

  • passes: true if verified working with passing tests, false otherwise

Workflow

When prompted to work on a feature:

  • Author/Update: Create or modify user story features before building

  • Build & Test: Implement until tests pass

  • Mark Passing: Set passes: true when verified

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ralph-loop

No summary provided by upstream source.

Repository SourceNeeds Review
General

observability-monitoring

No summary provided by upstream source.

Repository SourceNeeds Review
General

stripe-subscriptions

No summary provided by upstream source.

Repository SourceNeeds Review