gh-architecture-docs

Generate technical specs, implementation plans, and SQL migration skeletons for Supabase applications.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/Globaly-Inc/GH-AI-Skills-and-Plugins --skill gh-architecture-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-architecture-docs
Source: https://github.com/Globaly-Inc/GH-AI-Skills-and-Plugins/tree/main/skills/gh-architecture-docs
Command: npx skills add https://github.com/Globaly-Inc/GH-AI-Skills-and-Plugins --skill gh-architecture-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the ambiguity and technical debt associated with new feature development by enforcing a rigorous, standardized backend design process before any code is written.

Core Features & Use Cases

  • Backend Design Gate: Ensures all new features, modules, or database changes are spec'd out with RLS policies and schema definitions.
  • Standardized Documentation: Automatically generates structured spec files, implementation plans, and SQL migration skeletons.
  • Use Case: When adding a new user role or database table, use this skill to validate the design against existing Supabase patterns and generate the necessary migration scripts to ensure consistency and security.

Quick Start

Use the gh-architecture-docs skill to design the backend requirements for the new user notification module.

Frequently Asked Questions about gh-architecture-docs

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

FAQPage Schema
How do I generate backend architecture specifications for Supabase?

Generate backend architecture specifications by analyzing existing PRDs and database schemas to produce technical specs, implementation plans, and SQL migration skeletons for Supabase applications. This enforces a standardized design process before code is written.

What is the best way to design Supabase database schemas with RLS policies?

The best way to design Supabase database schemas with RLS policies is using a backend design gate that validates new tables or user roles against established security patterns, automatically generating required schema definitions and migration scripts.

How do I convert product requirements into actionable engineering tasks?

Convert product requirements into actionable engineering tasks through a structured, multi-phase approval workflow that transitions PRDs into technical specifications and implementation plans, eliminating ambiguity and technical debt.

Can I automate SQL migration skeleton generation for new database tables?

Yes, you can automate SQL migration skeleton generation for new database tables by validating the database design against existing Supabase patterns, ensuring consistency and security across schema changes without manual scripting.

Do I need an existing PRD to generate backend implementation plans?

Yes, an existing PRD is required as input. The architecture documentation process operates by analyzing product requirements and current database schemas to output structured spec files and implementation plans.

Why standardize backend design before writing code for new features?

Standardize backend design before writing code to eliminate the ambiguity and technical debt associated with new feature development, ensuring database changes are fully spec'd with RLS policies and schema definitions beforehand.