master-plan-manager
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:
- Read First - Always read the entire file before editing
- Backup - Create timestamped backup before changes
- Validate - Check if update is actually needed (avoid duplicates)
- Preserve - Maintain existing structure and formatting
- 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:
- Add strikethrough to ID:
~~TASK-XXX~~ - Update status:
(✅ DONE) - Move to "Recently Completed" section
- Update Dependency Index table
4. ID Format
| Prefix | Usage |
|---|---|
TASK-XXX |
Features and tasks |
BUG-XXX |
Bug fixes |
ROAD-XXX |
Roadmap items |
IDEA-XXX |
Ideas to consider |
ISSUE-XXX |
Known 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
- Never blindly append - Always check if section exists
- Preserve formatting - Match existing style (emojis, spacing)
- Atomic updates - One logical change at a time
- User verification - Ask user to confirm significant changes
- Keep history - Document why changes were made
More from ananddtyagi/cc-marketplace
skills-manager
Universal consolidation & audit skill for Claude Code skills. Analyzes project state, detects redundancies, and safely manages skills with backup, confirmations, and rollback capabilities. Never assumes without verifying actual code and usage patterns.
30plugin-creator
Create, validate, and publish Claude Code plugins and marketplaces. Use this skill when building plugins with commands, agents, hooks, MCP servers, or skills.
23document-sync
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.
22ai truthfulness enforcer
MANDATORY verification system that prevents Claude Code instances from making false claims or fabricating evidence. Enforces cryptographic verification, real testing evidence, and automatic claim validation before any success statements can be made.
19comprehensive testing & verification
MASTER Vue.js application testing with strict enforcement of verification protocols. Systematically test functionality with Playwright, validate bug fixes, verify features work, and enforce zero-tolerance policies for false success claims. MANDATORY testing with visual evidence before any deployment or functionality claims.
17api contract sync manager
Validate OpenAPI, Swagger, and GraphQL schemas match backend implementation. Detect breaking changes, generate TypeScript clients, and ensure API documentation stays synchronized. Use when working with API spec files (.yaml, .json, .graphql), reviewing API changes, generating frontend types, or validating endpoint implementations.
16