ワンクリックで
cycle-planning
Plan cycle scope and identify risks using Linear entities
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Plan cycle scope and identify risks using Linear entities
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | cycle-planning |
| description | Plan cycle scope and identify risks using Linear entities |
When invoked, assemble cycle plan from candidate issues.
Checklist:
Fetch active team and cycle constraints.
Group candidate issues by objective.
Flag blocked work and missing dependencies.
Produce a recommended cycle scope with rationale.
When committing the plan, move issues by state name (no stateId lookup needed); the name resolves against each issue's team. Use bulk-update when changing more than one issue:
linear issues update <id> --state "Todo" --json
linear issues bulk-update --ids ENG-123,ENG-124 --state "Todo" --dry-run --json
An unknown state name lists the team's valid states. Discover names with linear states list --json.