Manage track lifecycle: archive, restore, delete, rename, and cleanup
Add this skill
npx mdskills install sickn33/conductor-manageClear trigger conditions but lacks actionable step-by-step instructions for operations
1---2name: conductor-manage3description: "Manage track lifecycle: archive, restore, delete, rename, and cleanup"4metadata:5 argument-hint: "[--archive | --restore | --delete | --rename | --list | --cleanup]"6---78# Track Manager910Manage the complete track lifecycle including archiving, restoring, deleting, renaming, and cleaning up orphaned artifacts.1112## Use this skill when1314- Archiving, restoring, renaming, or deleting Conductor tracks15- Listing track status or cleaning orphaned artifacts16- Managing the track lifecycle across active, completed, and archived states1718## Do not use this skill when1920- Conductor is not initialized in the repository21- You lack permission to modify track metadata or files22- The task is unrelated to Conductor track management2324## Instructions2526- Verify `conductor/` structure and required files before proceeding.27- Determine the operation mode from arguments or interactive prompts.28- Confirm destructive actions (delete/cleanup) before applying.29- Update `tracks.md` and metadata consistently.30- If detailed steps are required, open `resources/implementation-playbook.md`.3132## Safety3334- Backup track data before delete operations.35- Avoid removing archived tracks without explicit approval.3637## Resources3839- `resources/implementation-playbook.md` for detailed modes, prompts, and workflows.40
Full transparency — inspect the skill content before installing.