full-stack-orchestration-full-stack-feature

Orchestrates full-stack feature development across database, backend, frontend, testing, and deployment phases.

2|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/monang404/lunawave --skill full-stack-orchestration-full-stack-feature-monang404
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: full-stack-orchestration-full-stack-feature
Source: https://github.com/monang404/lunawave/tree/main/.agent/skills/full-stack-orchestration-full-stack-feature
Command: npx skills add https://github.com/monang404/lunawave --skill full-stack-orchestration-full-stack-feature-monang404

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating a complete feature across database design, backend services, frontend components, testing, and deployment is complex and error-prone when done ad hoc. This Skill provides a structured, phase-by-phase workflow that delegates each layer to specialized subagents, ensuring API-first contract-driven development from architecture through production rollout. ## Core Features & Use Cases - Phased Orchestration: Four phases covering architecture design, parallel implementation, integration testing, and deployment operations, each with defined inputs and expected outputs. - Specialized Agent Delegation: Routes work to database architects, backend/frontend developers, test automators, security auditors, and deployment engineers via the Task tool. - API-First Contract Testing: Enforces OpenAPI/GraphQL contract validation between backend and frontend before E2E testing and security audits. - Use Case: A team needs to ship a new user notifications feature spanning PostgreSQL schema changes, a FastAPI service, and a React UI. The Skill sequences schema design, API contract definition, parallel backend/frontend builds, contract and E2E tests, security review, and CI/CD setup with feature flags. ## Quick Start Ask the AI to orchestrate a full-stack feature by describing the feature to implement, for example: build a notifications system with React frontend, FastAPI backend, and PostgreSQL database.

Frequently Asked Questions about full-stack-orchestration-full-stack-feature

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

FAQPage Schema
How do I orchestrate a full-stack feature from design to deployment?▼

Provide the feature description as arguments and the workflow runs four phases: architecture design, parallel backend/frontend implementation, integration and security testing, then deployment with observability. Each phase delegates to specialized subagents and passes outputs forward as context.

What subagents does full-stack orchestration use?▼

It delegates to database-architect, backend-architect, frontend-developer, python-pro or equivalent backend implementers, sql-pro, test-automator, security-auditor, deployment-engineer, and performance-engineer. Each receives a tailored prompt with context from prior phases.

Does it support both REST and GraphQL APIs?▼

Yes, the api_style configuration option selects REST or GraphQL. Backend architecture produces OpenAPI or GraphQL contract specifications, and contract tests validate whichever style is chosen between frontend and backend.

Can I customize the technology stack for the workflow?▼

Yes, the stack configuration option accepts combinations like React/FastAPI/PostgreSQL or Next.js/Django/MongoDB. You can also set deployment_target for AWS, GCP, Azure, or on-premises, and toggle feature flags and testing depth.

What are the limitations of this orchestration workflow?▼

It depends on the availability of the referenced specialized subagents, so missing agent types block the corresponding phase. It also assumes a single cohesive feature scope; very large initiatives may need to be decomposed into multiple runs.