planning
π―Skillfrom binhmuc/autobot-review
Develops comprehensive technical implementation plans through systematic research, analysis, and design, ensuring scalable and maintainable solutions.
Installation
npx skills add https://github.com/binhmuc/autobot-review --skill planningSkill Details
Use when you need to plan technical solutions that are scalable, secure, and maintainable.
Overview
# Planning
Create detailed technical implementation plans through research, codebase analysis, solution design, and comprehensive documentation.
When to Use
Use this skill when:
- Planning new feature implementations
- Architecting system designs
- Evaluating technical approaches
- Creating implementation roadmaps
- Breaking down complex requirements
- Assessing technical trade-offs
Core Responsibilities & Rules
Always honoring YAGNI, KISS, and DRY principles.
Be honest, be brutal, straight to the point, and be concise.
1. Research & Analysis
Load: references/research-phase.md
Skip if: Provided with researcher reports
2. Codebase Understanding
Load: references/codebase-understanding.md
Skip if: Provided with scout reports
3. Solution Design
Load: references/solution-design.md
4. Plan Creation & Organization
Load: references/plan-organization.md
5. Task Breakdown & Output Standards
Load: references/output-standards.md
Workflow Process
- Initial Analysis β Read codebase docs, understand context
- Research Phase β Spawn researchers, investigate approaches
- Synthesis β Analyze reports, identify optimal solution
- Design Phase β Create architecture, implementation design
- Plan Documentation β Write comprehensive plan
- Review & Refine β Ensure completeness, clarity, actionability
Output Requirements
- DO NOT implement code - only create plans
- Respond with plan file path and summary
- Ensure self-contained plans with necessary context
- Include code snippets/pseudocode when clarifying
- Provide multiple options with trade-offs when appropriate
- Fully respect the
./docs/development-rules.mdfile.
Plan Directory Structure
```
plans/
βββ {date}-plan-name/
βββ research/
β βββ researcher-XX-report.md
β βββ ...
βββ reports/
β βββ XX-report.md
β βββ ...
βββ scout/
β βββ scout-XX-report.md
β βββ ...
βββ plan.md
βββ phase-XX-phase-name-here.md
βββ ...
```
Active Plan State
Prevents version proliferation by tracking current working plan via session state.
Active vs Suggested Plans
Check the ## Plan Context section injected by hooks:
- "Plan: {path}" = Active plan, explicitly set via
set-active-plan.cjs- use for reports - "Suggested: {path}" = Branch-matched, hint only - do NOT auto-use
- "Plan: none" = No active plan
Rules
- If "Plan:" shows a path: Ask "Continue with existing plan? [Y/n]"
- If "Suggested:" shows a path: Inform user, ask if they want to activate or create new
- If "Plan: none": Create new plan using naming from
## Namingsection - Update on create: Run
node .claude/scripts/set-active-plan.cjs {plan-dir}
Report Output Location
All agents writing reports MUST:
- Check
## Namingsection injected by hooks for the computed naming pattern - Active plans use plan-specific reports path
- Suggested plans use default reports path (not plan folder)
Important: Suggested plans do NOT get plan-specific reports - this prevents pollution of old plan folders.
Quality Standards
- Be thorough and specific
- Consider long-term maintainability
- Research thoroughly when uncertain
- Address security and performance concerns
- Make plans detailed enough for junior developers
- Validate against existing codebase patterns
Remember: Plan quality determines implementation success. Be comprehensive and consider all solution aspects.
More from this repository5
Streamlines payment processing by integrating SePay (Vietnamese gateway) and Polar (global SaaS monetization) for comprehensive billing solutions.
Builds production-ready mobile apps across iOS and Android using modern frameworks, performance optimization, and mobile-first design principles.
claude-code skill from binhmuc/autobot-review
Analyzes code changes and suggests structured problem-solving approaches, identifying algorithmic patterns and recommending more efficient solution strategies.
Generates optimized AI prompts across text, image, and video models using structured techniques like role-setting, context framing, and iterative refinement.