status-progression

Delegate status transitions to get_next_status and explain StatusValidator errors.

200|22|Updated May 22, 2025
One-click install
npx skills add https://github.com/jpicklyk/task-orchestrator --skill status-progression
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status-progression
Source: https://github.com/jpicklyk/task-orchestrator/tree/main/src/main/resources/claude/skills/status-progression
Command: npx skills add https://github.com/jpicklyk/task-orchestrator --skill status-progression

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill interprets your status configuration and guides you through forward, backward, and emergency transitions, reducing confusion and manual checks.

Core Features & Use Cases

  • Delegate next-status recommendations to get_next_status (read-only)
  • Explain StatusValidator errors in the context of your config
  • Clarify forward, backward, and emergency transition patterns
  • Load and explain your status_validation rules to users

Quick Start

Use: "What's next for task-uuid?" to get the next status recommendation and guidance on how to transition using the Status Progression workflow.

Frequently Asked Questions about status-progression

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine the next status in a workflow automation?

Status progression guides you through workflow transitions by delegating to get_next_status, which recommends the next valid status based on your configuration and current state, eliminating manual checks and guesswork.

What does a status validation error mean and how do I fix it?

StatusValidator errors occur when a transition violates your status_validation rules. Status progression explains the error in the context of your config, showing which constraint was violated and why the transition was blocked.

Can I move backward or handle emergency transitions in a status workflow?

Status progression supports forward, backward, and emergency transitions. It clarifies which transitions your config permits, guides you through each type, and explains the rules governing when each is allowed.

How do I understand my status configuration rules?

Status progression loads and explains your status_validation rules to you directly, translating your config into plain guidance on what transitions are allowed, blocked, or conditional based on your workflow's design.

What's the best way to automate status workflow guidance?

Coordinate status navigation by using status progression to delegate read-only next-status recommendations and interpret validator results, providing users with guided transitions and explanatory context without manual intervention.