pdd-to-deliver-app

Generate a Deliver app from a PDD using Nova and write outputs to Google Drive.

1|2|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jjackson/ace --skill pdd-to-deliver-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdd-to-deliver-app
Source: https://github.com/jjackson/ace/tree/main/skills/pdd-to-deliver-app
Command: npx skills add https://github.com/jjackson/ace --skill pdd-to-deliver-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the conversion of a PDD (project deliverable document) into a Nova-generated Deliver app, enabling end-to-end app creation with configuration and artifact outputs to Drive.

Core Features & Use Cases

  • Generate a Deliver app by feeding Nova the PDD spec and answering configuration questions.
  • Output the app JSON/CCZ and a decision summary to Google Drive under ACE/<opp-name>/apps and app-summaries.
  • Validate the generated app against the PDD Deliver spec and provide a summary of decisions.

Quick Start

Generate the Deliver app from a PDD using Nova.

Frequently Asked Questions about pdd-to-deliver-app

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

FAQPage Schema
How do I generate a Deliver app from a PDD using Nova?

To generate a Deliver app from a PDD, the skill reads the PDD spec, feeds it to Nova, answers configuration questions, and writes the generated app JSON/CCZ outputs directly to Google Drive.

What is the process for converting a project deliverable document into a Nova app?

Converting a project deliverable document into a Nova app involves feeding the PDD spec to Nova, automatically answering its configuration questions, and validating the generated outputs against the original Deliver spec.

Where are the generated Nova app artifacts stored after processing a PDD?

Generated Nova app artifacts are stored in Google Drive, with the app JSON/CCZ written to ACE/<opp-name>/apps/deliver-app.json and a decision summary saved to app-summaries/deliver-app-summary.md.

Does the generated Deliver app get validated against the original PDD spec?

Yes, the generated Deliver app is validated against the PDD Deliver spec to ensure it satisfies end-to-end requirements, and a decision summary of the generated configuration is produced.

What file format does the PDD need to be in for Nova to generate the Deliver app?

The PDD needs to be in Markdown format, specifically located at ACE/<opp-name>/pdd.md, so the skill can read the spec and feed it to Nova for app generation.

Can I automate answering Nova configuration questions when creating a Deliver app?

Yes, you can automate answering Nova configuration questions by using this skill to process the PDD spec, which handles the configuration automatically and outputs the final app artifacts to Google Drive.