master-plan-manager
Safe MASTER_PLAN.md management with backup, validation, and intelligent updates. Use when updating task tracking, adding features to roadmap, or modifying project documentation.
What this skill does
# 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: ```markdown | 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:** ```markdown ### TASK-XXX: Task Title (๐ TODO) **Priority**: P2-MEDIUM **Files to Modify:** - `src/file.ts` **Steps:** - [ ] Step 1 - [ ] Step 2 ``` **New Bug:** ```markdown ### BUG-XXX: Bug Description (๐ IN PROGRESS) **Severity**: HIGH **Symptoms**: What's wrong **Root Cause**: (To be determined) ``` **Roadmap Item:** ```markdown | 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 | 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:** ```markdown ### TASK-033: Create Plugin (๐ IN PROGRESS) ``` **After:** ```markdown ### ~~TASK-033~~: Create Plugin (โ DONE) ``` **Also update Dependency Index:** ```markdown | ~~TASK-033~~ | โ **DONE** | `plugin/*` | - | - | ``` ### Example 2: Add New Bug ```markdown ### 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 ```markdown **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: ```bash # 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
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit โ setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard โ shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.