full-development

Orchestrate an 11-phase software development lifecycle with automated quality gates.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/zhizhunbao/ai-dev-config --skill full-development-zhizhunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-development
Source: https://github.com/zhizhunbao/ai-dev-config/tree/main/core/skills/dev-full_development
Command: npx skills add https://github.com/zhizhunbao/ai-dev-config --skill full-development-zhizhunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire software development process, from initial requirements gathering to final deployment, ensuring quality and structure at every stage.

Core Features & Use Cases

  • Guided Development: Navigates through 11 distinct phases of software development.
  • Automated Quality Gates: Enforces checks and balances at each phase transition.
  • State Management: Tracks progress and allows for resumable workflows.
  • Use Case: Kickstart a new project by initiating the /full-dev command, which will guide you through defining requirements, designing architecture, implementing code, testing, and deploying your application.

Quick Start

Initiate the complete software development process by running the /full-dev command.

Frequently Asked Questions about full-development

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

FAQPage Schema
How do I automate the full-stack development lifecycle from requirements to deployment?

The full development lifecycle orchestrates 11 distinct phases, from requirements analysis and PRD creation to architecture, task breakdown, database design, backend and frontend implementation, testing, code review, and deployment.

What's the best way to manage development workflow state for resumable project phases?

Managing development workflow state is handled through built-in state management that tracks progress and allows for resumable workflows. This ensures you can pause and resume the software development lifecycle without losing your current phase context.

How does automated quality enforcement work during phase transitions in software development?

Automated quality enforcement works by applying quality gates at each phase transition. The lifecycle orchestrates checks and balances between phases like UX design, architecture, and testing to ensure code quality and structural integrity before proceeding.

Do I need to manually break down tasks for a full-stack project lifecycle?

You do not need to manually break down tasks for a full-stack project lifecycle. The process includes an automated task breakdown phase that follows architecture design and precedes database design and implementation.

Can I use an automated development workflow for both backend and frontend implementation?

Yes, an automated development workflow can be used for both backend and frontend implementation. The lifecycle explicitly includes dedicated phases for backend implementation and frontend implementation, ensuring full-stack coverage.

When should I not use an end-to-end software development lifecycle automation tool?

You should not use end-to-end software development lifecycle automation if your project requires skipping standard phases like PRD creation, UX design, or code review, as the process enforces strict quality gates and phase transitions across all 11 stages.