ワンクリックで
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.