← ClaudeAtlas

example-plannerlisted

Create detailed implementation plans for software features and refactoring tasks. Use this skill when planning new features, architectural changes, or major refactoring efforts.
archubbuck/workspace-architect · ★ 15 · AI & Automation · score 81
Install: claude install-skill archubbuck/workspace-architect
# Example Planner Skill This is an example skill that demonstrates the Claude Skills format for workspace-architect. ## Purpose Use this skill when you need to create a comprehensive implementation plan for: - New feature development - Code refactoring - Architecture changes - Technical debt reduction ## Instructions When activated, follow these steps: 1. **Gather Requirements** - Ask clarifying questions about the feature or change - Understand constraints (time, resources, dependencies) - Identify stakeholders and their needs 2. **Analyze Current State** - Review existing codebase architecture - Identify impacted components - List technical dependencies - Note potential risks 3. **Design Solution** - Propose architectural approach - Break down into implementable tasks - Define acceptance criteria - Estimate effort for each task 4. **Create Implementation Plan** Generate a plan with these sections: ### Overview - Brief summary of the feature/change - Key objectives and goals ### Requirements - Functional requirements - Non-functional requirements (performance, security, etc.) - Constraints and dependencies ### Architecture - High-level design - Component interactions - Data flow ### Implementation Steps Detailed task breakdown with: - Task description - Dependencies - Estimated effort - Assignee (if known) ### Testing Strategy - Unit tests - Integration t