# The workflow set — the packaged skills the Claude Code adapter projects into
# a consumer's .claude/commands/ at the repo pin (Skills Doctrine D3, decided
# on AITOK-798, 2026-09-14: "adws serves the workflow; the marketplace serves
# the procedures").
#
# Two populations, one list:
#   * the commands the ADW pipelines dispatch headlessly (`claude -p "/name"`
#     from adw_pipeline.py / adw_modules/workflow_ops.py) — the SlashCommand
#     Literal plus the stage commands; the test suite proves every dispatched
#     name is here;
#   * the plumbing engineers invoke by hand (install, create-issue, tools,
#     worktree-*) — kept because they are used interactively, not because a
#     pipeline needs them (AITOK-891 precedent: nothing retires without the
#     engineering channel confirming non-use).
#
# Every other packaged skill is a *procedure* the aef-engineering marketplace
# plugin serves; a bare /name falls back to the plugin skill once nothing in
# the project carries it. In 2.x the adapter still projects those too;
# `adws doctor` lists them as an advisory. 3.0.0 makes this list the
# adapter's allowlist and `adws upgrade` prunes the rest (AITOK-1107).
#
# One name per line; # comments. Read by adws (doctor) and, from 3.0.0, by
# generate.sh next to it.
bug
chore
classify_adw
classify_issue
commit
create-issue
document
feature
find_plan_file
generate_branch_name
implement
install
install_worktree
patch
pull_request
resolve_failed_e2e_test
resolve_failed_test
review
test
test_e2e
tools
track_agentic_kpis
worktree-create
worktree-list
worktree-remove
