원클릭으로
ito-workflow
Ito workflow delegation - delegates all workflow content to Ito CLI instruction artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ito workflow delegation - delegates all workflow content to Ito CLI instruction artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build reproducible Showboat demo documents that prove repo behavior with executable markdown. Use when asked to create demos, proof-of-work walkthroughs, or verification artifacts with showboat, especially for tests, CLIs, local services, Aspire AppHosts, and HTTP APIs.
Build reproducible Showboat demo documents that prove repo behavior with executable markdown. Use when asked to create demos, proof-of-work walkthroughs, or verification artifacts with showboat, especially for tests, CLIs, local services, Aspire AppHosts, and HTTP APIs.
Balanced skill for typical development tasks, code review, and implementation work
Coordinator-only agent for orchestrating multi-change runs
Plans Ito orchestration runs from change metadata and gates
Fast, cost-effective skill for simple tasks, quick queries, and small code changes
| 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.
ito create change "<name>" --module <module-id>
ito list [--json]
ito list --ready # Show only changes ready for implementation
ito list --pending # Show changes with 0/N tasks complete
ito list --partial # Show changes with 1..N-1/N tasks complete
ito list --completed # Show changes with N/N tasks complete
ito list-archive # Show archived changes
ito status --change "<change-id>"
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>"
# Worktrees / multi-branch workflow (per-developer)
ito agent instruction worktrees
# Backend server configuration and usage
ito agent instruction backend
ito tasks status <change-id>
ito tasks next <change-id>
ito tasks ready # Show ready tasks across all changes
ito tasks ready <change-id> # Show ready tasks for a specific change
ito tasks start <change-id> <task-id>
ito tasks complete <change-id> <task-id>
ito agent instruction command.ito tasks to track progress.ito-fix - Start fix-oriented changesito-feature - Start feature-oriented changesito-proposal-intake - Clarify change shape before scaffoldingito-proposal - Create new changesito-apply - Implement changesito-review - Review changesito-archive - Archive completed changesito-tasks - Manage tasksito-commit - Create commits