development-stack-standards

Assess development stacks against a five-level maturity model and eight dimensions.

1|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/bryonjacob/aug --skill development-stack-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-stack-standards
Source: https://github.com/bryonjacob/aug/tree/main/aug-dev/skills/development-stack-standards
Command: npx skills add https://github.com/bryonjacob/aug --skill development-stack-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Development teams often struggle to establish and grow consistent, scalable stack patterns across projects. This Skill provides a five-level maturity model, dimension specs, assessment criteria, and tool guidance to standardize how stacks are built and evaluated.

Core Features & Use Cases

  • Five-level Maturity Model covering Level 0 (Foundation) through Level 4 (Polyglot) with clear progression.
  • Detailed eight-dimension framework (package manager, format, lint, typecheck, test, coverage, build, clean) and accompanying assessment criteria.
  • Guidance on tool selection, standard settings, and practical usage for stack assessment and governance.
  • Use Case: A team aligns a new JavaScript project to Level 0 baseline and iteratively raises the project toward Level 2 security and compliance as it scales.

Quick Start

Review your current project against the eight dimensions and draft a Level 0 baseline that you can iteratively improve.

Frequently Asked Questions about development-stack-standards

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

FAQPage Schema
What is a development stack maturity model?

A development stack maturity model is a framework that defines progressive levels of tooling and process consistency. This Skill provides a five-level model, from Level 0 Foundation to Level 4 Polyglot, to standardize and evaluate CI/CD pipelines and project setups.

How do I assess my CI/CD pipeline against development standards?

You can assess your CI/CD pipeline by reviewing it against the eight core dimensions provided: package manager, format, lint, typecheck, test, coverage, build, and clean. The Skill supplies practical assessment criteria to evaluate your current tooling and processes.

What dimensions should I evaluate for a mature development stack?

You should evaluate eight core dimensions: package manager, format, lint, typecheck, test, coverage, build, and clean. These dimensions establish consistent stack patterns and provide specific assessment criteria for tooling and processes.

Can I use this maturity model for multi-language projects?

Yes, the framework specifically applies to multi-language projects. It scales from a Level 0 baseline for a single project, like a new JavaScript setup, up to Level 4 Polyglot, ensuring consistent stack definitions across diverse environments.

How do I establish a baseline standard for a new development stack?

To establish a baseline standard, review your current project against the eight core dimensions and draft a Level 0 Foundation baseline. You can then iteratively improve the stack toward higher maturity levels as your project scales.