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
tools
Detect friction signals; graduate patterns into rules. Use for session retrospectives.
testing
Use when you need a diff-derived test plan for an MR — reads the diff, groups changes by area, runs targeted verifications, and proves revert-tests are genuine guards, not dead assertions.
development
Curate the web-capture index. Use when the capture backlog grows, captures sit unprocessed at seedling/pending, or to surface stored research during work.
testing
Probe memory/summary clarity via dual anchor questions: task progress, info gaps. Use when verifying session state or summary before handoff or compression.