workflow-patterns
Implements a structured 11-step TDD workflow with quality gates, git management, and automated verification protocols.
Install
npx skills add https://github.com/wshobson/agents --skill workflow-patternsStats
| Total installs | 3,508 |
| Weekly installs | 3.5K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Follows 11-step task lifecycle: select, mark in-progress, write failing tests (RED), implement minimum code (GREEN), refactor, verify 80%+ coverage, document deviations, commit with rich git notes, update plan with SHA, and commit plan status
- Enforces quality gates before task completion: passing tests, 80%+ coverage, style compliance, documentation, type safety, linting, and security audit
- Phase completion protocol includes automated test/coverage verification, manual verification checklist, user approval requirement, and checkpoint commits with SHA recording for semantic reversion
- Handles deviations systematically: scope additions/reductions, technical changes, and requirement updates documented in spec.md, tech-stack.md, and plan.md comments
- Provides error recovery procedures for failed tests, rejected checkpoints, and blocked dependencies; includes TDD variations for data models, API endpoints, integrations, and refactoring tasks
Tags
Related skills
| Skill | Installs | vs workflow-patterns |
|---|---|---|
| react-modernization | 3,898 | +390 |
| python-type-safety | 3,373 | -135 |
| gemini | 3,458 | -50 |
| qa-test-planner | 3,498 | -10 |
| go-concurrency-patterns | 3,647 | +139 |
FAQ
- How many installs does workflow-patterns have?
- workflow-patterns has 3,508 total installs and 3.5K installs this week.
- Where is workflow-patterns hosted?
- workflow-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does workflow-patterns have?
- workflow-patterns has 32.4K GitHub stars.
- When was workflow-patterns first indexed?
- OrangeBot.AI first indexed workflow-patterns on Jan 20, 2026.
- How do I install workflow-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill workflow-patterns