GSDE&G Development Master Checklist

Guide developers through the software development lifecycle with a phase-by-phase checklist.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/idallasj/oneclaw --skill gsde-g-development-master-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GSDE&G Development Master Checklist
Source: https://github.com/idallasj/oneclaw/tree/main/llm_settings/skills/mc
Command: npx skills add https://github.com/idallasj/oneclaw --skill gsde-g-development-master-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive, phase-by-phase checklist to ensure adherence to development best practices, from planning and coding to deployment and hotfixes, minimizing errors and improving code quality.

Core Features & Use Cases

  • Structured Workflow: Guides developers through each stage of the software development lifecycle with specific, actionable items.
  • Quality Assurance: Enforces testing, code review, and CI/CD best practices.
  • Production Safety: Includes critical checks for deployment, rollback, and emergency hotfixes.
  • Quick Commands: Provides readily available shell commands for common development tasks like testing, linting, and AWS operations.

Quick Start

Follow the checklist steps for Phase 1: Plan & Branch to create a new feature branch.

Frequently Asked Questions about GSDE&G Development Master Checklist

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

FAQPage Schema
How do I ensure my software development lifecycle follows best practices from planning to deployment?

A development master checklist enforces best practices by providing a phase-by-phase workflow covering planning, TDD, QA, code review, pull requests, CI/CD, and deployment. It minimizes errors and improves code quality by requiring specific actionable items at each stage.

What is the best way to manage emergency hotfixes and production rollbacks safely?

Managing emergency hotfixes safely requires a production safety checklist that includes critical checks for deployment, rollback procedures, and hotfix protocols. This ensures rapid remediation while maintaining system stability and preventing further production issues.

How do I structure code review and pull requests to enforce quality assurance?

To enforce quality assurance through code review and pull requests, follow a structured workflow checklist that mandates testing, CI/CD validation, and peer review before merging. This guarantees adherence to development standards and prevents defective code from entering production.

Can I get quick shell commands for common development tasks like testing and linting within a workflow checklist?

Yes, the development checklist integrates quick shell commands for common tasks like testing, linting, and AWS operations. These commands are readily available within the workflow to help developers execute routine actions efficiently without leaving the process.

Does the development checklist support Test-Driven Development and CI/CD integration?

The checklist explicitly supports Test-Driven Development (TDD) and CI/CD integration by enforcing them as mandatory phases. It guides developers through writing tests first and validating code through continuous integration pipelines before any deployment.

When should I use a development lifecycle checklist for my coding workflow?

You should use a development lifecycle checklist whenever starting a new feature branch or planning a deployment. It is essential when you need to enforce strict security standards, ensure production safety, and maintain consistent code quality across a team.