plugins/abstract/docs/examples/modular-skills/complete-skills/development-workflow/SKILL.md
Detailed development workflow with modular patterns for git, review, testing, and deployment.
npx skillsauth add athola/claude-night-market development-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Get started quickly with this development workflow framework:
** Quick Start**: Set up repository structure and basic workflow in minutes
Progressive Learning: Start simple, add complexity as needed
** Use Case-Based**: Jump directly to what you need
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:
To use this development workflow:
Set up your development environment:
Use git-workflow module for repository initialization and branching setup
Verification: Run the command with --help flag to verify availability.
Follow the development cycle:
**Verification:** Run the command with `--help` flag to verify availability.
git-workflow → code-review → testing-strategies → documentation-guidelines
Verification: Run pytest -v to verify tests pass.
Deploy and monitor:
**Verification:** Run the command with `--help` flag to verify availability.
deployment-procedures module handles CI/CD and production monitoring
Verification: Run the command with --help flag to verify availability.
Start with the git-workflow module to establish repository structure, then progress through modules as your project develops.
Use individual modules to improve specific areas:
Guide new team members through the modules in order to establish consistent practices.
This modular approach provides several advantages over monolithic workflows:
Each module includes validation tools to validate best practices:
Use the quality-metrics tool to assess your workflow implementation:
quality-metrics --workflow development-workflow --modules all
Verification: Run the command with --help flag to verify availability.
This workflow is designed to be adaptable:
See the modules directory for detailed documentation on:
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag
data-ai
Models a business in its own language. Use when the domain has real business rules to capture.
research
Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
development
Generates and self-executes a diff-derived test plan for a PR. Use when validating PR changes before merge. Do not use for code review; use sanctum:pr-review.
development
Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship.