一键导入
lintel-board-prioritise
Groom and prioritise board work items — clean up done tasks, break down oversized work, and align priorities with the Lintel vision.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Groom and prioritise board work items — clean up done tasks, break down oversized work, and align priorities with the Lintel vision.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | lintel-board-prioritise |
| description | Groom and prioritise board work items — clean up done tasks, break down oversized work, and align priorities with the Lintel vision. |
Review all work items on the board, clean up completed/stale items, break down oversized tasks, and prioritise the backlog aligned with the Lintel vision.
Lintel is the AI-human engineering platform — both measurement system and execution engine. Prioritisation should favour work that advances these pillars (in order):
A single feature_to_pr workflow run can handle work that fits in roughly one focused feature or bug fix — 11 stages: ingest → route → setup_workspace → research → plan → implement (up to 5 review cycles) → review → close. If a task requires multiple unrelated code changes across different packages, or touches more than ~3 files substantially, it should be broken down.
Use MCP tools to gather data:
mcp__lintel__boards_list_boards — get all boards (needs a project_id; list projects first if needed)mcp__lintel__work-items_list_work_items — get all work itemsPresent a summary table of current work items grouped by status.
Identify work items with terminal statuses (merged, closed) — these are done. Delete them with mcp__lintel__work-items_remove_work_item.
Also identify failed items — ask the user whether to retry (move back to open) or delete.
Report what was cleaned up.
For each remaining open work item, evaluate whether it can be completed in a single feature_to_pr run:
Too big if:
For oversized items:
mcp__lintel__work-items_create_work_item, then delete the original with mcp__lintel__work-items_remove_work_itemRank all remaining open work items by:
Present the proposed priority order as a numbered list with brief rationale for each position.
After user confirms the priority order:
column_position on each work item using mcp__lintel__work-items_update_work_item to reflect the agreed priority (position 0 = highest priority)Show the final board state: a clean table of prioritised work items with title, type, status, and position.
in_progress or in_review items — those have active workflowsmcp__lintel__*), not HTTP requestsmcp__lintel__projects_list_projects to find it first