/preview — Deliverables Generation

Generate OpenAPI, DBML, BDD, and prototypes from project specifications.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kangminlee-maker/26-w07-MaunaKea --skill preview-deliverables-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /preview — Deliverables Generation
Source: https://github.com/kangminlee-maker/26-w07-MaunaKea/tree/main/.codex/skills/preview
Command: npx skills add https://github.com/kangminlee-maker/26-w07-MaunaKea --skill preview-deliverables-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of various technical deliverables directly from your project specifications, streamlining the development process.

Core Features & Use Cases

  • Comprehensive Deliverable Generation: Produces OpenAPI specs, DBML schemas, BDD scenarios, API sequence diagrams, and more.
  • Automated Workflow: Integrates with existing specs to generate outputs without manual re-entry.
  • Use Case: After defining your API requirements in requirements.md and design.md, use this Skill to automatically generate the OpenAPI 3.1 YAML, DBML schema, and BDD scenarios for your feature.

Quick Start

Use the preview skill to generate all deliverables for the 'user-authentication' feature.

Frequently Asked Questions about /preview — Deliverables Generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate OpenAPI and DBML schemas from project specifications?

You can generate OpenAPI and DBML schemas from project specifications by using this Skill to automatically produce full-stack deliverables, provided your Specs 4-file set is completed in the specs/{feature}/ directory.

What is the best way to automate BDD scenario creation from design specs?

Automating BDD scenario creation from design specs is done by running this Skill, which reads your completed requirements.md and design.md files to automatically output BDD scenarios alongside other technical deliverables.

Do I need a completed specs directory to generate API sequence diagrams?

Yes, you need a completed Specs 4-file set in the specs/{feature}/ directory to generate API sequence diagrams, as this Skill reads existing project specifications to produce full-stack deliverables without manual re-entry.

Can I generate database schemas and acceptance tests at the same time?

You can generate database schemas and acceptance tests simultaneously, as this Skill automates the creation of DBML schemas and BDD scenarios together with OpenAPI specs from your existing project specifications.

How does automated deliverable generation work with state machine modeling?

Automated deliverable generation works with state machine modeling by reading your structured specs and automatically producing the required state machine models alongside API contracts and database schemas.

Why does full-stack deliverable generation fail without a requirements file?

Full-stack deliverable generation fails without a requirements file because the process depends on a completed Specs 4-file set in the specs/{feature}/ directory to automatically produce OpenAPI, DBML, and BDD outputs.