원클릭으로
reinit
Archive legacy plans and tasks, normalize all feature specs to the current template, then launch the full orchestration loop
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Archive legacy plans and tasks, normalize all feature specs to the current template, then launch the full orchestration loop
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user wants to merge dev into main for a production release — covers rebasing dev from main if behind, automatic semantic versioning from conventional commits, merge commit, release tagging, and syncing dev back onto main.
Use when the user wants to ship current working changes through a feature branch PR into the DEV branch — covers pulling latest, staging, committing, pushing, PR creation, merge, branch cleanup, and syncing DEV locally.
Audit all feature specs in docs/features/ against the current template, CAP-ID standards, open questions, logical gaps, and plan coverage — then request user authorization before making any changes
Universal coding patterns, constraints, TDD workflow, atomic todos
Prevent semantic code duplication with capability index and check-before-write
Mandatory code reviews via /code-review before commits and deploys
| name | reinit |
| description | Archive legacy plans and tasks, normalize all feature specs to the current template, then launch the full orchestration loop |
| installed-from | llm_skills |
Invoke the project-manager skill and execute the /reinit command exactly as specified there.
Steps in order:
docs/plans/ (non-archive) to docs/plans/archive/docs/tasks/active/ and any loose files in docs/tasks/ to docs/tasks/archive/.md in docs/features/ (excluding README.md and template.md): verify required frontmatter and sections; rewrite to template structure if non-conforming, preserving all content/continue-tasks from Step 1Use this when recovering from an inconsistent state or after manual planning work.