| name | ito-workflow |
| description | Ito workflow delegation - delegates all workflow content to Ito CLI instruction artifacts. |
Delegate workflow operations to the Ito CLI. The CLI is the source of truth; skills should stay thin and follow the printed instructions.
Available CLI Commands
Change Management
ito create change "<name>" --module <module-id>
ito list [--json]
ito list --ready
ito list --pending
ito list --partial
ito list --completed
ito list-archive
ito status --change "<change-id>"
Agent Instructions
ito agent instruction proposal --change "<change-id>"
ito agent instruction specs --change "<change-id>"
ito agent instruction tasks --change "<change-id>"
ito agent instruction apply --change "<change-id>"
ito agent instruction review --change "<change-id>"
ito agent instruction archive --change "<change-id>"
ito agent instruction finish --change "<change-id>"
ito agent instruction worktrees
ito agent instruction backend
Task Management
ito tasks status <change-id>
ito tasks next <change-id>
ito tasks ready
ito tasks ready <change-id>
ito tasks start <change-id> <task-id>
ito tasks complete <change-id> <task-id>
Workflow Pattern
- Run the appropriate
ito agent instruction command.
- Read the output carefully.
- Follow it exactly.
- Use
ito tasks to track progress.
Related Skills
ito-fix - Start fix-oriented changes
ito-feature - Start feature-oriented changes
ito-proposal-intake - Clarify change shape before scaffolding
ito-proposal - Create new changes
ito-apply - Implement changes
ito-review - Review changes
ito-archive - Archive completed changes
ito-tasks - Manage tasks
ito-commit - Create commits