| name | development-workflow |
| description | Detailed development workflow with modular patterns for git, review, testing, and deployment. |
| Triggers | deployment, development, hub-and-spoke, modular, code |
| created_by | abstract-examples |
| tags | ["development","workflow","modular","hub-and-spoke"] |
| category | workflow |
| type | hub |
| estimated_tokens | 45 |
| dependencies | [] |
| companion_skills | [] |
| modules | ["modules/git-workflow.md","modules/code-review.md","modules/testing-strategies.md","modules/documentation-guidelines.md","modules/deployment-procedures.md"] |
| tools | ["setup-validator","workflow-checker","quality-metrics"] |
Table of Contents
Development Workflow Hub
This modular skill provides a detailed framework for software development workflows. It's designed as a hub that coordinates specialized modules for different aspects of development.
Overview
Get started quickly with this development workflow framework:
** Quick Start**: Set up repository structure and basic workflow in minutes
- Initialize with git-workflow module
- Add code-review process for team collaboration
- Implement testing strategies for quality assurance
Progressive Learning: Start simple, add complexity as needed
- Basic workflow → git-workflow and code-review
- Quality focus → add testing-strategies and documentation
- Production ready → add deployment-procedures and monitoring
** Use Case-Based**: Jump directly to what you need
- New project? → Start with git-workflow
- Team scaling? → Focus on code-review + testing
- Production deployment? → Use deployment-procedures
- Documentation debt? → Apply documentation-guidelines
Available Modules
This workflow illustrates a hub coordinating these specialized
modules. Each link below resolves to a working example file in
this skill's modules/ directory; copy the directory and adapt
the contents when using this template for a real skill: