plan

Create Implementation Plan

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 "plan" with this command: npx skills add del-taiseiozaki/claude-code-orchestra/del-taiseiozaki-claude-code-orchestra-plan

Create Implementation Plan

Create an implementation plan for $ARGUMENTS.

Planning Process

  1. Requirements Analysis

First clarify:

  • Purpose: What to achieve

  • Scope: What to include, what to exclude

  • Constraints: Technical, time, dependencies

  1. Current State Investigation

Investigate the codebase:

  • Related existing code
  • Files affected
  • Libraries/patterns to use
  • Existing tests
  1. Break Down Implementation Steps

Break into small steps:

  • Each step is independently testable

  • Consider dependency order

  • High-risk steps first

  1. Output Format

Implementation Plan: {Title}

Purpose

{1-2 sentences}

Scope

  • New files: {list}
  • Modified files: {list}
  • Dependencies: {list}

Implementation Steps

Step 1: {Title}

  • {Specific task}
  • {Specific task} Verification: {Completion criteria for this step}

Step 2: {Title}

...

Risks & Considerations

  • {Potential issues and mitigations}

Open Questions

  • {Items to clarify before implementation}

Notes

  • Plans should be at actionable granularity

  • Include verification method for each step

  • Ask questions at planning stage for unclear points

  • Don't over-detail (adjust during implementation)

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

context-loader

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

update-design

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

simplify

No summary provided by upstream source.

Repository SourceNeeds Review