Skip to content

Deliver Skills

flowchart LR
    A["/prd"] --> B["/user-stories"]
    B --> C["/acceptance-criteria"]
    A --> D["/edge-cases"]
    C --> E["/launch-checklist"]
    E --> F["/release-notes"]
SkillDescriptionCommand
deliver-acceptance-criteriaGenerates structured Given/When/Then acceptance criteria for a user story or fea….
deliver-edge-casesDocuments edge cases, error states, boundary conditions, race conditions, and re….
deliver-launch-checklistCreates a cross-functional pre-launch checklist covering engineering, design, ma….
deliver-prdCreates a comprehensive Product Requirements Document that aligns stakeholders o….
deliver-release-notesCreates user-facing release notes that communicate new features, improvements, a….
deliver-user-storiesGenerates user stories in the standard persona, action, benefit story format fro….