planning

Create detailed technical implementation plans through research, codebase analysis, solution design, and comprehensive documentation.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "planning" with this command: npx skills add binjuhor/shadcn-lar/binjuhor-shadcn-lar-planning

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

  1. Codebase Understanding

Load: references/codebase-understanding.md

Skip if: Provided with scout reports

  1. Solution Design

Load: references/solution-design.md

  1. Plan Creation & Organization

Load: references/plan-organization.md

  1. 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.md file.

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

Type Env Var Meaning

Active $CK_ACTIVE_PLAN

Explicitly set via set-active-plan.cjs

  • use for reports

Suggested $CK_SUGGESTED_PLAN

Branch-matched, hint only - do NOT auto-use

How It Works

Plan context is managed through:

  • $CK_ACTIVE_PLAN env var: Only set for explicitly activated plans (via session state)

  • $CK_SUGGESTED_PLAN env var: Branch-matched plans shown as hints, not directives

  • Session temp file: /tmp/ck-session-{id}.json stores explicit activations only

  • SubagentStart hook: Injects differentiated context (Active vs Suggested)

Rules

  • Check $CK_ACTIVE_PLAN first: If set and valid directory, ask "Continue with existing plan? [Y/n]"

  • Check $CK_SUGGESTED_PLAN second: If set, inform user "Found suggested plan from branch: {path}"

  • This is a hint only - do NOT auto-use it

  • Ask user if they want to activate it or create new

  • If neither set: Proceed to create new plan

  • Update on create: Run node .claude/scripts/set-active-plan.cjs plans/...

Report Output Location

All agents writing reports MUST:

  • Check Plan Context section injected by hooks for Reports Path

  • Only $CK_ACTIVE_PLAN plans use plan-specific reports path

  • $CK_SUGGESTED_PLAN plans use default plans/reports/ (not plan folder)

  • Use naming: {agent}-{date}-{slug}.md

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

frontend-dev-guidelines

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mobile-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

backend-development

No summary provided by upstream source.

Repository SourceNeeds Review