一键导入
aitask-pick
Select the next AI task for implementation from the `aitasks/` directory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Select the next AI task for implementation from the `aitasks/` directory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, refresh, or show an implementation trail — a durable, wave-structured, evidence-backed task-sequencing artifact stored via ait artifact.
Create, refresh, or show an implementation trail — a durable, wave-structured, evidence-backed task-sequencing artifact stored via ait artifact.
Shadow companion for a followed coding agent — reads its captured terminal output and, in one instruction-driven flow, explains it, helps answer an AskUserQuestion, or critically interrogates a plan. Advisory-only. Spawned by minimonitor; not a task-implementation command.
Draft a manager-facing work report from selected board columns.
Pick and implement a task in remote/non-interactive mode. All decisions from execution profile - no AskUserQuestion calls.
Pick and implement a task on Claude Code Web. Zero interactive prompts. No cross-branch operations — stores task data locally in .aitask-data-updated/.
| name | aitask-pick |
| description | Select the next AI task for implementation from the `aitasks/` directory. |
This is a profile-aware skill stub. Execute these steps in order, then stop:
Resolve active profile. Parse ARGUMENTS for --profile <name>. If
found, use that as <profile> and remove the --profile <name> pair
from ARGUMENTS. Otherwise run:
./.aitask-scripts/aitask_skill_resolve_profile.sh pick
and use the single-line stdout as <profile>.
Render per-profile variant. Run:
./.aitask-scripts/aitask_skill_render.sh aitask-pick --profile <profile> --agent claude
No-op if the per-profile SKILL.md is already up to date.
Dispatch via Read-and-follow. Read the file at
.claude/skills/aitask-pick-<profile>-/SKILL.md and execute its
instructions as if they were this skill, forwarding the (possibly
stripped) ARGUMENTS unchanged.