一键导入
seed-to-task-graph
Light recipe: create work/task-graph.md directly from a seed. Eager-gate on sparse seeds before decomposing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Light recipe: create work/task-graph.md directly from a seed. Eager-gate on sparse seeds before decomposing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Convert a PRD, design doc, or feature requirements into work/kanban.md and work/SUBAGENT.md for multi-agent implementation planning. Planning only. Sub-command: install for Claude Code trigger rules.
Execute an authorized batch with subagents, validate, update statuses, and write build log.
Create work/PRD.md from work/idea.md. Enforces No-New-Fields Rule; gates eagerly when idea.md is sparse.
Advance PraxisKit by one or more steps from work/praxiskit-context.md. Single mode by default; budget mode loops until a checkpoint, blocker, completion, or budget. Never auto-authorizes execution or acceptance.
Create work/task-graph.md and work/SUBAGENT.md from work/PRD.md. Pre-flight-validated; planning only.
Produce work/review.md from build evidence, surface the accept/revise/continue/not-yet decision, archive the iteration, and reset work/ for the next loop.
| name | seed-to-task-graph |
| description | Light recipe: create work/task-graph.md directly from a seed. Eager-gate on sparse seeds before decomposing. |
Produce a task graph directly from a rough seed. Skips idea and prd artifacts entirely. Most seeds are 1-2 sentences — the gate fires eagerly precisely because there's no intermediate idea/PRD to absorb the drift.
seed -> seed-to-task-graph -> work/task-graph.md + work/SUBAGENT.md -> task-graph-to-batch
Inputs: seed (raw user input — text, file path, or pasted prompt)
Output: work/task-graph.md + work/SUBAGENT.md per schemas/task-graph.schema.md (v3.0); fires references/clarification-gate.md on missing goal/acceptance/forbidden-to-infer fields
Preconditions: seed (text or file) provided; seed contains at least an implicit goal (or one is collected via gate)
Stop boundary: Does NOT execute tasks, write idea.md or PRD.md, or invoke other transforms.
seed-to-ideaLight recipe (this skill) — script, prototype, refactor, bug fix; user can directly state acceptance criteria; no external stakeholders need an idea/PRD.
Standard recipe (seed-to-idea → idea-to-prd) — multiple stakeholders, acceptance criteria require derivation from product goals, surface area benefits from explicit non-goals.
The user picks the recipe; this transform does NOT auto-classify.
references/clarification-gate.md, schemas/seed.schema.md, and schemas/task-graph.schema.md.seed.schema.md. Identify which triage dimensions are present.idea.schema.md (distributed → consistency_model; caching with metadata → cache_metadata_fields). Add triggered fields to gaps.goal_statement if not derivable from seedacceptance_signal only if the seed does not already provide observable done criteria. If present, copy/quote/split the seed's done criteria into task acceptance criteria and annotate [user].references/decompose-task-graph.md (steps 1-10). Frozen contracts step is typically skipped on light recipe.