用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/KeyValueSoftwareSystems/maestro --skill repo-tasks命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | repo-tasks |
| description | Build a validated, repo-specific parallel task DAG from an approved LLD and contract. |
| allowed-tools | Read, Grep, Glob, Bash, Write, Edit |
| tags | ["sdlc","plan","repository"] |
Plan only the repository named by the workflow. Read its AGENTS.md/CLAUDE.md, codebase
map, approved LLD, contract, and the live files needed to verify paths. Do not edit product
code.
Write the requested tasks.json in one pass using
.maestro/engine/schemas/tasks.schema.json. Set stack to the repository name. Split work
into independent slices with disjoint writes; dependencies may only point within a slice.
Every task must list exact reads/writes, a concrete test, applicable standards, and whether
it needs a human gate. Include negative paths, security, compatibility, observability, and
framework-native verification appropriate to the detected repo (web, backend, mobile, or
otherwise). Validate with python3 .maestro/engine/validate_tasks.py <path> and correct any
reported error before returning.
Return task_count and slice_count as short scalar JSON fields on the last line.