ito-write-change-proposal
Use when creating, designing, planning, proposing, or specifying a feature, change, requirement, enhancement, fix, modification, or spec. Use when writing tasks, proposals, specifications, or requirements for new work.
Install
mkdir -p .claude/skills/ito-write-change-proposal && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14655" && unzip -o skill.zip -d .claude/skills/ito-write-change-proposal && rm skill.zipInstalls to .claude/skills/ito-write-change-proposal
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when creating, designing, planning, proposing, or specifying a feature, change, requirement, enhancement, fix, modification, or spec. Use when writing tasks, proposals, specifications, or requirements for new work.About this skill
Create or continue a change, then generate proposal/spec/design/tasks using the CLI instruction artifacts.
Testing Policy (TDD + coverage)
- Default workflow: RED/GREEN/REFACTOR (write a failing test, implement the minimum to pass, then refactor).
- Coverage target: 80% (guidance; projects may override).
- Override keys (cascading config):
defaults.testing.tdd.workflow,defaults.testing.coverage.target_percent - When available, follow the "Testing Policy" section emitted by
ito agent instruction proposal|apply; it reflects project configuration.
Steps
-
If the user provided an existing change ID, use it. Otherwise, create a new change:
- Pick a module (default to
000if unsure). - Run:
ito create change "<change-name>" --module <module-id>
- Pick a module (default to
-
Generate the artifacts (source of truth):
ito agent instruction proposal --change "<change-id>" ito agent instruction specs --change "<change-id>" ito agent instruction design --change "<change-id>" ito agent instruction tasks --change "<change-id>" -
Follow the printed instructions for each artifact exactly.