increment-work-router
Smart work continuation system that detects implementation intent and routes appropriately. Use when saying "implement X", "continue working", "build feature", or "resume increment". Checks active increments, relevance matching, and TDD mode to route to /sw:do or /sw:increment automatically.
Why use this skill?
Automate your development workflow with the OpenClaw increment-work-router. Intelligently route tasks, resume active increments, and stay in flow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anton-abyzov/sw-increment-work-routerWhat This Skill Does
The increment-work-router is an advanced workflow orchestration agent designed to eliminate the friction between conceptualizing a feature and initiating its implementation. It acts as an intelligent gatekeeper that monitors incoming user requests for implementation intent. By analyzing natural language patterns—such as "implement," "build," or "resume"—the skill automatically queries the current system state, specifically looking for active project increments within the OpenClaw environment.
Once the intent is validated, the router performs a contextual relevance check. If an existing increment matches the user's request, the agent proactively routes the workflow to the appropriate execution context (typically triggering /sw:do or /sw:increment). If multiple increments are found, it facilitates a user-friendly selection process, and if no relevant increment exists, it suggests creating a new one. This ensures that the developer stays in a flow state rather than manually managing state files or configuration parameters.
Installation
To integrate this skill into your environment, use the OpenClaw CLI:
clawhub install openclaw/skills/skills/anton-abyzov/sw-increment-work-router
Use Cases
This skill is indispensable for developers who work in iterative cycles or complex, multi-feature environments. It is ideal for:
- Seamlessly picking up complex features after a break.
- Quickly switching contexts between different components of a project.
- Managing bug fixes without needing to manually find the relevant increment folder.
- Ensuring that all new work is properly associated with an existing project specification.
Example Prompts
- "I'm ready to continue working on the user authentication module now."
- "Let's build the new payment gateway integration we were discussing."
- "Finish the task of refactoring the database connection helper."
Tips & Limitations
- Tip: Be specific with your intent. While the router handles medium-confidence triggers (e.g., "let's continue"), providing a target ("continue the UI work") yields faster results.
- Tip: Keep your task files (
tasks.md) updated, as the router uses these for relevance scoring. - Limitation: The router is not designed for brainstorming or high-level planning. If you are in the ideation phase, use the
increment-plannerskill instead to avoid premature routing. - Limitation: It relies on file system metadata. Ensure that the OpenClaw directory structure is intact for accurate detection.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anton-abyzov-sw-increment-work-router": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
network-engineer
Cloud network architect for VPC design, service mesh, zero-trust networking, load balancers, and CDN optimization. Use for network troubleshooting or connectivity issues.
jira-multi-project-mapper
Expert in mapping SpecWeave specs to multiple JIRA projects with intelligent project detection and cross-project coordination. Use when syncing to multiple JIRA projects (project-per-team, component-based), or managing bidirectional sync across team boundaries.
helm-chart-scaffolding
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.
performance-optimization
React Native performance with Hermes V1, FlashList, expo-image v2, concurrent rendering. Use for slow app, memory leaks, or FPS issues.
release-strategy-advisor
Release strategy advisor - detects brownfield patterns (tags, CI/CD, changelogs), recommends versioning strategy based on architecture. Creates release-strategy.md.