Agent skill
workflow
Load development methodology workflows. Supports agile, devops, vmodel, and kanban methodologies.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/workflow-erp-core-dev-eagles-claude-config
SKILL.md
Development Workflow Loader
When invoked with /workflow <methodology>, load the corresponding workflow configuration.
Supported Methodologies
@agile (or /workflow agile)
File: C:\.claude\workflows\agile-scrum.yaml
Quick Reference: C:\.claude\workflows\agile-scrum-quickref.yaml
Use for: Product development teams, iterative delivery, customer-focused projects
Includes:
- Sprint planning templates
- User story format (As a... I want... So that...)
- Retrospective formats
- Daily standup structure
- Definition of Done/Ready
Sub-shortcuts:
@sprint- Sprint context@story- User story template@retro- Retrospective format@standup- Daily standup format
@devops (or /workflow devops)
File: C:\.claude\workflows\devops-cicd.yaml
Use for: Continuous delivery, automated deployments, infrastructure management
Includes:
- CI/CD pipeline templates
- Infrastructure as Code patterns
- Monitoring and observability setup
- GitOps workflows
Sub-shortcuts:
@pipeline- CI/CD pipeline@deploy- Deployment patterns@monitor- Observability setup@iac- Infrastructure as Code
@vmodel (or /workflow vmodel)
File: C:\.claude\workflows\waterfall-vmodel.yaml
Use for: Regulated industries, fixed-scope projects, compliance-heavy contexts
Includes:
- Phase gate definitions
- Traceability matrix templates
- SRS document template (
C:\.claude\workflows\templates\SRS-template.md) - Validation/Verification mapping
Sub-shortcuts:
@phase- Phase management@gate- Quality gates@trace- Traceability matrix@srs- SRS document
@kanban (or /workflow kanban)
File: C:\.claude\workflows\kanban-flow.yaml
Use for: Continuous flow delivery, support/maintenance teams, operations work
Includes:
- WIP limit recommendations
- Flow metrics (lead time, cycle time)
- Board configuration
- Service Level Expectations
Sub-shortcuts:
@wip- WIP limits@flow- Flow metrics@board- Board management@sle- Service Level Expectations
Usage
- Load methodology:
/workflow agile - Apply to project context
- Combine with other configs:
@agile @dotnet @deploy:k8s
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?