用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sunpar/agentic_development --skill task-generator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | task-generator |
| description | Convert feature context into epics, tasks, waves, and deterministic task artifacts. |
Use when a feature spec needs a PR-sized plan with waves.
repo-context-map.docs/agent-plans/<feature>/plan.mddocs/agent-plans/<feature>/plan.jsondocs/agent-plans/<feature>/tasks.csvdocs/agent-plans/<feature>/tasks/<TASK-ID>.mdplan.json including feature, source_documents, assumptions, open_questions, epics, tasks, waves.tasks.csv.Each task includes: id, epic_id, wave, title, branch, objective, non_goals, context_to_load, read_set, write_set, dependencies, parallel_conflicts, implementation_steps, tests_to_write_first, verification_commands, acceptance_criteria, review_focus, rollback_notes.
writing-plans, writing-skills, and planning style workflows from Superpowers for decomposition.