一键导入
task
Slim self-triaging pipeline for small changes; escalates to /proceed when large.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Slim self-triaging pipeline for small changes; escalates to /proceed when large.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Standalone codebase health audit.
Design + task breakdown + validate. Phase 2.
Slimmer pipeline for bugs.
View/change .adlc/config.yml settings via guided options; re-sync derived files.
Execute the task DAG. Phase 3.
Bootstrap the .adlc/ vault in a new repo.
| name | task |
| description | Slim self-triaging pipeline for small changes; escalates to /proceed when large. |
Toolkit root: .adlc-toolkit
Execute the ADLC task protocol — defined in .adlc-toolkit/core/skills/task.md — against the .adlc/ vault in the current repository.
Read that file in full and follow every step literally. It is a protocol, not a guideline (ADLC ETHOS principle 5 — load .adlc-toolkit/ETHOS.md).
Gate: this skill ends in an approval gate. Stop and wait for the user's explicit approval before anything proceeds past it. Do not auto-fix-and-continue on a gate failure — surface what failed and wait.
This skill dispatches sub-agents (codebase-explorer, task-implementer, correctness-reviewer, reflector, ui-reviewer). Run them as subagents and consolidate their reports.
Git policy: follow git.mode in .adlc/config.yml (default manual). manual — never run git writes; read git state and draft commit/PR artifacts for the user. commit / commit+push — you may commit (and push, fast-forward only) the REQ's own feature branch once that phase's gate is approved. Never a protected branch, force-push, history rewrite, branch delete, gh pr create/gh pr merge, or --no-verify — in any mode.