用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/awslabs/aidlc-workflows --skill aidlc-scope命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | aidlc-scope |
| description | Set or change the AI-DLC workflow scope. A Cursor-native shortcut for `/aidlc --scope <name>`. |
| argument-hint | <scope> [description | --depth <level> | --test-strategy <level>] |
| user-invocable | true |
| disable-model-invocation | true |
Set the scope through the same deterministic forwarding loop as /aidlc.
The first argument is the scope name; pass every argument through verbatim
after the baked-in --scope flag.
If $ARGUMENTS is empty, print
Usage: /aidlc-scope <scope> [description | --depth <level> | --test-strategy <level>]
and stop. A missing scope must never degrade into a bare next.
Run:
bun .cursor/tools/aidlc-orchestrate.ts next --scope $ARGUMENTS
Act on the directive exactly as the aidlc skill's forwarding loop
describes. On an active workflow, the engine names the scope-change command
and the loop continues after it runs. On a fresh workspace, it names the
normal workflow creation command. Stop only when the directive or a human gate
says to stop.
The engine owns scope validation and all state changes. Do not edit the state file directly.