Playbook
Workflowcustom-appFeatured

Web App: From Spec to Deploy

End-to-end playbook for building a Next.js + Postgres web app from a problem statement to production.

1-2 days for a small app

Steps

  1. Capture the problem and write a PRD

    Start with a problem statement and generate a structured PRD.

    Open
    TemplatePRD Generator
  2. Break the PRD into user stories

    Generate INVEST-compliant user stories with Gherkin acceptance criteria.

    Open
    TemplateUser Story Generator from PRD
  3. Create Jira tickets for the stories

    Use the Jira skill to bulk-create tickets and link them to an epic.

    Open
    SkillJira Ticket Manager Skill
  4. Make key architecture decisions

    Document database choice, hosting, auth approach as ADRs.

    Open
    TemplateArchitecture Decision Record (ADR) Generator
  5. Design the database schema

    Generate the Postgres schema with migrations from the domain model.

    Open
    TemplatePostgreSQL Schema Designer
  6. Scaffold the API

    Generate REST endpoints for each resource with validation and OpenAPI docs.

    Open
    TemplateREST API Scaffolder (Node.js)
  7. Build the frontend pages

    Scaffold each page with proper RSC/client boundaries.

    Open
    TemplateNext.js Page + Component Scaffolder
  8. Self-review your code

    Run the code review prompt before opening PRs.

    Open
    TemplateComprehensive Code Review
  9. Containerize and ship

    Generate a production Dockerfile and deploy.

    Open
    TemplateProduction Dockerfile Generator

Command Palette

Search for a command to run...