一键导入
tasks
Task breakdown — dependency-ordered work list from an approved plan
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Task breakdown — dependency-ordered work list from an approved plan
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Multi-slide bilingual brand carousels — Claude writes the deck, kun renders Anthropic-styled slides at exact platform sizes, a human approves, channels receive
Draft, stage, and publish brand social posts — Claude drafts, /higgs renders, a human approves, Hermes relays
Convert a file or URL to Markdown via MarkItDown (PDF, Office, images, audio, web)
Full pipeline — idea to production (chains every stage)
Autonomous block QA — detect, adversarially verify, fix safe tiers, hand the residual to a human
Technical spec — data model, file plan, refined acceptance criteria
| name | tasks |
| description | Task breakdown — dependency-ordered work list from an approved plan |
| when_to_use | Use when an approved implementation plan (from /plan) needs to become an ordered, dependency-aware checklist on the GitHub issue before /schema, /code, or /wire run — the pipeline Tasks stage, not spec writing (/spec) or architecture (/plan). Triggers on: break it down, ordered task list from an approved plan, task breakdown, decompose the plan, pipeline Tasks stage. |
| argument-hint | <feature>|#N [product] |
Turn an implementation plan into an ordered, dependency-aware task list mapped to pipeline stages — so /schema → /code → /wire execute against a concrete checklist. Sits between /plan and /schema. Resumable; skippable for trivial work.
/tasks #42 — breakdown from issue number/tasks billing — breakdown from feature name/tasks billing hogwarts — product-scopedgh issue view <N> --repo <repo> --comments
Require an ## Implementation Plan comment (from /plan). If missing, stop and route back to /plan. Extract: pattern choices, architecture decisions, mirror target, file plan (from the spec).
Break the plan into atomic tasks, each:
schema, code, wire, check)Use .claude/templates/tasks.md as the shape.
gh issue comment <N> --repo <repo> --body "<task breakdown>"
Header ## Task Breakdown, render as a GitHub checklist (- [ ]) grouped by stage so progress is trackable on the issue. End with *Generated by tasks stage. Ready for implementation.*.
Task-breakdown comment exists on the issue: every task mapped to a stage, ordered by dependency, each with a verify step. Ready for /schema.
A one- or two-file change doesn't need a breakdown — go straight to /schema or /code. The pipeline is a menu, not a mandate.