원클릭으로
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.