بنقرة واحدة
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.