一键导入
roadmap
Manage dependency-aware multi-session workflows in agent_roadmaps/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage dependency-aware multi-session workflows in agent_roadmaps/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Session initialization — run at the start of EVERY session before any other action.
Karpathy-inspired behavioural guidance for non-trivial coding, debugging, review, or refactor work. Use to surface assumptions, keep changes minimal, and define verifiable success criteria.
Orchestrate build workflows. Environment setup, compilation, and testing.
Validate constraint compliance at any time during development.
Create a new project from the repo_template. Supports Python, C++/CUDA, and Hybrid projects. Template-only skill.
Add dependencies. Poetry for Python, CPM through CMake for C++.
| name | roadmap |
| description | Manage dependency-aware multi-session workflows in agent_roadmaps/. |
Dependency-aware multi-session workflow management under agent_roadmaps/.
Roadmap files are temporary coordination state — never leak phase labels into
durable project files.
.ai/bin/agent-roadmap <subcommand> [args...]
| Subcommand | Usage | What it does |
|---|---|---|
check | .ai/bin/agent-roadmap check | Detect active phase and dependency readiness (run at session start) |
create | .ai/bin/agent-roadmap create <name> --phases <N> --phase-names <names...> | Create a new phase series with explicit dependencies |
status | .ai/bin/agent-roadmap status | Show cross-phase and task dependency status |
update complete-task | .ai/bin/agent-roadmap update complete-task | Complete current task and advance to next dependency-ready task |
update block-task | .ai/bin/agent-roadmap update block-task <reason> | Mark current task blocked |
update unblock-task | .ai/bin/agent-roadmap update unblock-task | Unblock first dependency-ready blocked task |
update set-focus | .ai/bin/agent-roadmap update set-focus <task-id> | Set focus to a dependency-ready task |
handoff | .ai/bin/agent-roadmap handoff | Generate session handoff file under sessions/ |
complete | .ai/bin/agent-roadmap complete | Mark active phase completed |
validate | .ai/bin/agent-roadmap validate <phase> | Validate a phase's structural files |
active at a time).depends_on and depends_on_phases).agent_roadmaps/<phase>/sessions/.depends_on_phases are completed.roadmap/<phase-folder-name>.focus.current_task..ai/bin/agent-roadmap handoff.phase-N,
roadmap/phase-N) or legacy step identifiers into source files, config, docs,
or filenames outside agent_roadmaps/.agent_roadmaps/README.md.Within the active roadmap workspace, resolve repository-controlled guidance as:
INVARIANTS.md > roadmap.yml > ROADMAP.md > sessions/ > prompt.md
This ordering does not supersede platform or tool requirements. Current
roadmap.yml state takes precedence over prose and recorded session context.