prd-templates

Provide standardized markdown templates for project documentation generation.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill prd-templates-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-templates
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skills/prd-templates
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill prd-templates-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides canonical markdown templates for all pipeline output documents, ensuring consistency and structure across specs, indexes, and reports.

Core Features & Use Cases

  • Template Provisioning: Offers pre-defined templates for various documents like architecture designs, API specifications, and user interface designs.
  • Workflow Integration: Workflows reference these templates to generate structured documents, rather than inlining content.
  • Use Case: When a workflow needs to produce a new backend specification, it pulls the be-spec-template.md to ensure all required sections (API Endpoints, Database Schema, etc.) are present and correctly formatted.

Quick Start

Use the prd-templates skill to generate a new architecture design document from its template.

Frequently Asked Questions about prd-templates

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

FAQPage Schema
What is a markdown template for standardizing project documentation?

A markdown template standardizes project documentation by providing a predefined structure for architecture designs, backend and frontend specifications, and data placement strategies. This ensures all pipeline outputs maintain consistency and adhere to established conventions.

How do I generate a backend specification from a markdown template?

To generate a backend specification, you pull the pre-defined markdown template into your workflow to populate required sections like API Endpoints and Database Schema. This ensures all necessary components are present and correctly formatted before output.

Why use standardized templates for pipeline document generation?

Using standardized templates for pipeline document generation prevents structural inconsistencies across specs, indexes, and reports. Workflows reference these templates to produce structured documents rather than inlining content, ensuring required sections are always present.

Can I use these markdown specification templates for frontend and UI designs?

Yes, the templates include predefined formats for frontend specifications and user interface designs alongside architecture and API documents. This allows you to standardize frontend pipeline outputs using the same established conventions as backend documentation.

Does workflow integration require inlining content when using document templates?

No, workflow integration explicitly avoids inlining content by referencing the markdown templates directly. Workflows pull the required template to ensure structured document generation without manually embedding the formatting rules inside the workflow logic.