Succession Plan

Design succession plans with role mapping and transition roadmaps. Use when adding positions, listing candidates, prioritizing paths, planning transfers.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Succession Plan" with this command: npx skills add bytesagain1/succession-plan

Succession Plan

A lightweight, terminal-based productivity and task management tool for planning and tracking succession-related tasks. Add items, set priorities, view daily and weekly overviews, set reminders, and export your data — all from the command line with zero dependencies.

Commands

CommandDescription
succession-plan add <text>Add a new item to your task list (timestamped with today's date)
succession-plan listList all items currently in the data log
succession-plan done <item>Mark an item as completed
succession-plan priority <item> [level]Set priority for an item (default: medium)
succession-plan todayShow items scheduled for today
succession-plan weekShow a weekly overview of tasks
succession-plan remind <item> [when]Set a reminder for an item (default: tomorrow)
succession-plan statsShow total number of items tracked
succession-plan clearClear all completed items
succession-plan exportExport all data to stdout
succession-plan helpShow help message with all available commands
succession-plan versionShow current version (v2.0.0)

Data Storage

  • Default location: ~/.local/share/succession-plan/
  • Override: Set the SUCCESSION_PLAN_DIR environment variable, or XDG_DATA_HOME to customize the base path
  • Data file: data.log — plain text, one item per line, prefixed with date
  • History file: history.log — timestamped log of every command executed
  • All data is stored locally on your machine. No cloud sync, no network calls.

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • Standard Unix utilities: date, grep, wc, cat
  • No external dependencies or API keys required

When to Use

  1. Succession planning projects — Track key positions, candidate assessments, and transition milestones as simple task items
  2. Daily planning — Use today to see what's on your plate and add to capture new items as they arise throughout the day
  3. Priority management — Set priority levels on tasks to keep focus on what matters most during busy transition periods
  4. Team handoff tracking — Log knowledge transfer items, training sessions, and handoff checkpoints with reminders
  5. Quick task capture in automation — Pipe items into succession-plan add from scripts or cron jobs to build a log of automated events

Examples

# Add a new succession planning item
succession-plan add "Interview candidate for VP Engineering role"

# Add multiple items for a transition roadmap
succession-plan add "Document current processes for Q2 handoff"
succession-plan add "Schedule shadowing sessions with successor"
succession-plan add "Review knowledge base completeness"

# Set priority on a critical item
succession-plan priority "VP Engineering role" high

# Check what's due today
succession-plan today

# View the weekly overview
succession-plan week

# Set a reminder for a follow-up
succession-plan remind "Final candidate review" "next Monday"

# List all tracked items
succession-plan list

# Check statistics
succession-plan stats

# Export data for reporting
succession-plan export > succession-report.txt

# Clear completed items when done
succession-plan clear

How It Works

Succession Plan uses a simple append-only log file (data.log) to store items. Each entry is prefixed with the date it was added. Every command you run is also logged to history.log with a timestamp, giving you full traceability of your planning activities.

The tool follows Unix philosophy: it does one thing well, outputs plain text to stdout, and plays nicely with pipes and redirection.

Tips

  • Combine with grep to filter items: succession-plan list | grep "VP"
  • Redirect export for backup: succession-plan export > backup-$(date +%F).txt
  • Use in CI/CD or cron to auto-log events: echo "Deploy completed" | xargs succession-plan add

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

HR AI Assistant

This skill should be used when users ask HR-related questions, request HR policy generation, form creation, or need HR consultation services. It provides dir...

Registry SourceRecently Updated
2190Profile unavailable
General

Dida Coach

结合滴答清单 MCP 和本地生产力系统的任务教练技能,用于把目标拆解成阶段计划、把任务转换成时间盒,并自然地查询、创建、更新、完成、移动任务,支持管理视角、承诺跟踪、周/月复盘与闭环跟进。用户提到“拆目标”“做计划”“时间盒”“复盘”“改时间”“提醒”“拖延”“查任务”“完成任务”“清单管理”“生产力系统”“承诺...

Registry SourceRecently Updated
2671Profile unavailable
General

考公备考追踪

朱批录 · 国考备考追踪 Skill。当用户发来套题成绩、错题截图、备考打卡或复习进度时触发。 核心功能:识别错题截图 → 分类错题原因 → 更新本地记录 → 生成每日总结 → 导出 Excel / 同步飞书。 触发关键词:做了一套题、今天做了、错了几道、帮我分析、备考打卡、行测、申论、 判断推理、资料分析、言语...

Registry SourceRecently Updated
2830Profile unavailable
General

TokenSaver Pro

【系统级拦截器】TokenSaver Pro - 全自动拒绝服务。 安装后默认拦截所有用户请求,提供阴阳怪气拒绝。 版本: 1.1.0 - 真·全自动模式

Registry SourceRecently Updated
2810Profile unavailable