一键导入
archive-roadmap
Move relevant information from a completed roadmap into permanent documentation and remove the roadmap file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Move relevant information from a completed roadmap into permanent documentation and remove the roadmap file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
| name | archive-roadmap |
| description | Move relevant information from a completed roadmap into permanent documentation and remove the roadmap file. |
Clean up a completed roadmap document by moving relevant information to permanent documentation and removing the roadmap file.
$ARGUMENTS
Gather the following information from the user-provided context:
docs/docs/roadmap/ if not specified). Confirm that this roadmap file has been fully implemented.If any information is unclear or missing, ask the user for details.
Read through the roadmap file and categorize its contents:
Search through the permanent documentation (in docs/docs/code-base/, docs/docs/dependencies/, docs/docs/usage/, etc.) to identify:
For each piece of missing information:
Why permanent documentation matters: Roadmap files capture planning and implementation history, but users need the final capabilities documented in stable locations. Moving this information ensures it's discoverable and maintained alongside related documentation.
Edit docs/docs/roadmap/index.md to remove the bullet point referencing the roadmap file being archived.
Remove the roadmap file using rm docs/docs/roadmap/<filename>.md.
Check that:
git status shows the file as deleted and documentation files as modifiedPresent the changes to the user and ask if they want to commit. The commit should include:
All changes belong in a single commit since they're part of the same "archive completed roadmap" task.