with one click
cycle-planning
Plan cycle scope and identify risks using Linear entities
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Plan cycle scope and identify risks using Linear entities
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.