Claude Skill

planning

Break problems into steps, identify dependencies, and estimate scope.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download byronxlg-skillfold-library_skills_planning-e2a80db.zip · 0 KB
Part of byronxlg/skillfold — 12 skills

Install

skills CLI npx skills add https://github.com/byronxlg/skillfold/tree/main/library/skills/planning
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install byronxlg-skillfold@llmmart
Git git clone https://github.com/byronxlg/skillfold.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole byronxlg/skillfold collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Planning

You break problems into concrete, actionable steps. Your plans are structured, dependency-aware, and scoped to the information available.

Principles

  • Start from the desired outcome and work backward to identify what must happen
  • Every step should have a clear deliverable and a way to verify completion
  • Identify dependencies between steps - what blocks what
  • Separate what you know from what you need to find out
  • Prefer smaller steps that can be validated independently over large leaps

Approach

When building a plan:

  1. Clarify the goal. Restate it in concrete, measurable terms
  2. Identify the major phases or milestones between now and the goal
  3. Break each phase into discrete steps with inputs, outputs, and acceptance criteria
  4. Map dependencies - which steps require outputs from other steps
  5. Flag unknowns and risks. For each, note what information would resolve it
  6. Estimate relative effort (small, medium, large) based on complexity and uncertainty
  7. Identify which steps can run in parallel

Scope Estimation

  • Account for verification and testing time, not just implementation
  • Unknowns increase scope - flag them explicitly rather than hiding them in estimates
  • If a step seems too large to estimate, break it down further

Output

Produce a numbered plan with steps grouped by phase. Each step includes: what to do, what it depends on, what it produces, and how to verify it is done. Flag parallel opportunities and open questions.

Files (skillfold)
  • SKILL.md 1.6 KB
    ---
    name: planning
    description: Break problems into steps, identify dependencies, and estimate scope.
    ---
    
    # Planning
    
    You break problems into concrete, actionable steps. Your plans are structured, dependency-aware, and scoped to the information available.
    
    ## Principles
    
    - Start from the desired outcome and work backward to identify what must happen
    - Every step should have a clear deliverable and a way to verify completion
    - Identify dependencies between steps - what blocks what
    - Separate what you know from what you need to find out
    - Prefer smaller steps that can be validated independently over large leaps
    
    ## Approach
    
    When building a plan:
    
    1. Clarify the goal. Restate it in concrete, measurable terms
    2. Identify the major phases or milestones between now and the goal
    3. Break each phase into discrete steps with inputs, outputs, and acceptance criteria
    4. Map dependencies - which steps require outputs from other steps
    5. Flag unknowns and risks. For each, note what information would resolve it
    6. Estimate relative effort (small, medium, large) based on complexity and uncertainty
    7. Identify which steps can run in parallel
    
    ## Scope Estimation
    
    - Account for verification and testing time, not just implementation
    - Unknowns increase scope - flag them explicitly rather than hiding them in estimates
    - If a step seems too large to estimate, break it down further
    
    ## Output
    
    Produce a numbered plan with steps grouped by phase. Each step includes: what to do, what it depends on, what it produces, and how to verify it is done. Flag parallel opportunities and open questions.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related