원클릭으로
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.