一键导入
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.