MA

master-plan-manager

Ensures consistent and safe updates to project documentation and roadmaps.

Install

mkdir -p .claude/skills/master-plan-manager && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4937" && unzip -o skill.zip -d .claude/skills/master-plan-manager && rm skill.zip

Installs to .claude/skills/master-plan-manager

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Safe MASTER_PLAN.md management with backup, validation, and intelligent updates. Use when updating task tracking, adding features to roadmap, or modifying project documentation.
177 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Create timestamped backups of MASTER_PLAN.md
  • Update task and bug status in dependency tables
  • Add new roadmap or idea items
  • Validate markdown structure and integrity
  • Move completed items to history sections

How it works

The skill enforces a safety protocol requiring a file read and backup before applying incremental updates to the planning document.

Inputs & outputs

You give it
Task status update or new item details
You get back
Updated MASTER_PLAN.md

When to use master-plan-manager

  • Updating task status to done
  • Adding a new feature to the roadmap
  • Documenting a new bug

About this skill

Master Plan Manager

Intelligent management of MASTER_PLAN.md files with comprehensive safety measures.

When to Use

Use this skill when:

  • Updating task status (TASK-XXX, BUG-XXX)
  • Adding items to roadmap or ideas sections
  • Modifying project tracking documentation
  • Ensuring safe updates to critical planning files

Safety Protocol

MANDATORY before any MASTER_PLAN.md modification:

  1. Read First - Always read the entire file before editing
  2. Backup - Create timestamped backup before changes
  3. Validate - Check if update is actually needed (avoid duplicates)
  4. Preserve - Maintain existing structure and formatting
  5. Verify - Confirm integrity after changes

Core Operations

1. Status Updates

Update task/bug status in the Dependency Index table:

| ID | Status | Primary Files | Depends | Blocks |
|----|--------|---------------|---------|--------|
| TASK-XXX | 🔄 **IN PROGRESS** | `file.ts` | - | - |

Status transitions:

  • 📋 TODO🔄 IN PROGRESS👀 REVIEW✅ DONE

2. Adding New Items

New Task:

### TASK-XXX: Task Title (📋 TODO)

**Priority**: P2-MEDIUM

**Files to Modify:**
- `src/file.ts`

**Steps:**
- [ ] Step 1
- [ ] Step 2

New Bug:

### BUG-XXX: Bug Description (🔄 IN PROGRESS)

**Severity**: HIGH

**Symptoms**: What's wrong

**Root Cause**: (To be determined)

Roadmap Item:

| ROAD-XXX | Feature description | P2 | TODO | Notes |

3. Completing Items

When marking complete:

  1. Add strikethrough to ID: ~~TASK-XXX~~
  2. Update status: (✅ DONE)
  3. Move to "Recently Completed" section
  4. Update Dependency Index table

4. ID Format

PrefixUsage
TASK-XXXFeatures and tasks
BUG-XXXBug fixes
ROAD-XXXRoadmap items
IDEA-XXXIdeas to consider
ISSUE-XXXKnown issues

Safe Update Workflow

1. READ current MASTER_PLAN.md
   ↓
2. ANALYZE what needs to change
   ↓
3. CHECK if content already exists (avoid duplicates)
   ↓
4. BACKUP before modifications
   ↓
5. APPLY changes incrementally
   ↓
6. VALIDATE markdown structure
   ↓
7. CONFIRM with user if significant changes

Examples

Example 1: Mark Task Complete

Before:

### TASK-033: Create Plugin (🔄 IN PROGRESS)

After:

### ~~TASK-033~~: Create Plugin (✅ DONE)

Also update Dependency Index:

| ~~TASK-033~~ | ✅ **DONE** | `plugin/*` | - | - |

Example 2: Add New Bug

### BUG-XXX: Button not responding (🔄 IN PROGRESS)

**Severity**: MEDIUM

**Symptoms**: Click handler not firing on mobile

**Root Cause**: Touch event not handled

**Fix**: Add touchstart listener

Example 3: Update Progress

**Steps:**
- [x] Research ✅
- [x] Implementation ✅
- [ ] Testing
- [ ] Documentation

Integration Commands

When chief-architect or other skills delegate:

master-plan-manager: update-status TASK-033 done
master-plan-manager: add-task "New feature" P2
master-plan-manager: add-bug "Issue description" HIGH
master-plan-manager: move-to-completed TASK-033

Validation Checklist

Before completing any update:

  • Read entire file first
  • Backup created
  • No duplicate IDs
  • Proper markdown formatting
  • Strikethrough on completed IDs
  • Status emoji matches state
  • Dependency Index updated

Error Recovery

If something goes wrong:

# Restore from backup
cp docs/MASTER_PLAN.md.backup docs/MASTER_PLAN.md

# Or use git
git checkout HEAD -- docs/MASTER_PLAN.md

Best Practices

  1. Never blindly append - Always check if section exists
  2. Preserve formatting - Match existing style (emojis, spacing)
  3. Atomic updates - One logical change at a time
  4. User verification - Ask user to confirm significant changes
  5. Keep history - Document why changes were made

When not to use it

  • When modifying project files other than the planning document

Limitations

  • Requires manual verification for significant changes

How it compares

It automates the maintenance of dependency tables and strikethrough formatting, which is prone to error when done manually.

Compared to similar skills

master-plan-manager side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
master-plan-manager (this skill)17moReviewBeginner
journal-entry03moNo flagsBeginner
planning-with-files2336moReviewIntermediate
notion-spec-to-implementation56moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by ananddtyagi

View all by ananddtyagi

math-tools

ananddtyagi

Deterministic mathematical computation using SymPy. Use for ANY math operation requiring exact/verified results - basic arithmetic, algebra (simplify, expand, factor, solve equations), calculus (derivatives, integrals, limits, series), linear algebra (matrices, determinants, eigenvalues), trigonometry, number theory (primes, GCD/LCM, factorization), and statistics. Ensures mathematical accuracy by using symbolic computation rather than LLM estimation.

26134

chief-architect

ananddtyagi

PERSONAL APP ARCHITECT - Strategic development orchestrator for personal productivity applications. Analyzes project context, makes architectural decisions for single-developer projects, delegates to specialized skills, and ensures alignment between user experience goals and technical implementation. Optimized for personal apps targeting 10-100 users.

617

plugin-creator

ananddtyagi

Create, validate, and publish Claude Code plugins and marketplaces. Use this skill when building plugins with commands, agents, hooks, MCP servers, or skills.

538

safe-project-organizer

ananddtyagi

Safely analyze and reorganize project structure with multi-stage validation, dry-run previews, and explicit user confirmation. Use when projects need cleanup, standardization, or better organization.

411

data-safety-auditor

ananddtyagi

Comprehensive data safety auditor for Vue 3 + Pinia + IndexedDB + PouchDB applications. Detects data loss risks, sync issues, race conditions, and browser-specific vulnerabilities with actionable remediation guidance.

38

document-sync

ananddtyagi

A robust skill that analyzes your app's actual codebase, tech stack, configuration, and architecture to ensure ALL documentation is current and accurate. It never assumes—always verifies and compares the live system with every documentation file to detect code-doc drift and generate actionable updates.

217

You might also like

journal-entry

joshfarrant

Create or append to a dated journal entry. Use when the user asks to "log this", "capture this", "journal it", or at a natural stopping point in a significant conversation. Can also be used proactively during long conversations — create the entry early and append as things develop.

00

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

notion-spec-to-implementation

openai

Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.

554

weekly

ballred

Facilitate weekly review process with reflection, goal alignment, and planning. Create review notes, analyze past week, plan next week. Use on Sundays or whenever doing weekly planning.

219

product-requirements

cexll

Interactive Product Owner skill for requirements gathering, analysis, and PRD generation. Triggers when users request product requirements, feature specification, PRD creation, or need help understanding and documenting project requirements. Uses quality scoring and iterative dialogue to ensure comprehensive requirements before generating professional PRD documents.

812

ticket-manager

galz10

Expertise in managing Linear tickets locally using Markdown files. Use when you need to create, update, search, or break down features into atomic implementation tickets.

110

Search skills

Search the agent skills registry