Universal planning for technical and non-technical projects. Domains: software implementation, business, personal, creative, academic, events. Capabilities: feature planning, system architecture, goal setting, milestone planning, requirement breakdown, trade-off analysis, resource allocation, risk assessment. Actions: plan, architect, design, evaluate, breakdown, structure projects. Keywords: implementation plan, technical design, architecture, roadmap, project plan, strategy, goal setting, milestones, timeline, action plan, SMART goals, sprint planning, task breakdown, OKRs. Use when: planning features, designing architecture, creating roadmaps, setting goals, organizing projects, breaking down requirements.
Install with Tessl CLI
npx tessl i github:majiayu000/claude-skill-registry --skill planning90
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 90%
↑ 1.60xAgent success when using this skill
Validation for skill structure
Universal planning methodology for technical implementation and general project planning.
| Project Type | Mode | Key Focus |
|---|---|---|
| Software/Technical | Implementation | Codebase analysis, architecture, code changes |
| Business/Personal/Creative | Project | Goals, milestones, resources, timeline |
Use when: Planning software features, system architecture, technical solutions
Always honor YAGNI, KISS, and DRY principles. Be honest, be brutal, straight to the point, and be concise.
Research & Analysis → references/research-phase.md
Codebase Understanding → references/codebase-understanding.md
Solution Design → references/solution-design.md
Plan Organization → references/plan-organization.md
Task Breakdown → references/output-standards.md
plans/
└── YYYYMMDD-HHmm-plan-name/
├── research/
├── reports/
├── scout/
├── plan.md
└── phase-XX-*.mdUse when: Business, personal, creative, academic, event planning
Location: docs/plans/PLAN-YYYYMMDD-HHMM-{slug}.md
Frontmatter:
---
plan_id: PLAN-YYYYMMDD-HHMM-{slug}
title: [Project Name]
created: YYYY-MM-DD HH:MM
status: draft | active | completed | on_hold
category: business | personal | creative | academic | event
phase: planning | execution | monitoring | complete
priority: critical | high | medium | low
---references/business-plan-template.mdreferences/personal-goal-template.mdreferences/generic-plan-template.mdALWAYS execute before creating new plan:
test -f docs/plan.md && cat docs/plan.mdreferences/research-phase.md - Research methodologyreferences/codebase-understanding.md - Codebase analysisreferences/solution-design.md - Architecture patternsreferences/plan-organization.md - Plan structurereferences/output-standards.md - Task breakdown standardsreferences/business-plan-template.mdreferences/personal-goal-template.mdreferences/generic-plan-template.mdPlan quality determines implementation success. Be comprehensive.
9d8d38d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.