๐ŸŽฏ

plan

๐ŸŽฏSkill

from del-taiseiozaki/claude-code-orchestra

VibeIndex|
What it does

Generates a comprehensive, step-by-step implementation plan for software features, breaking down requirements, steps, and potential risks.

๐Ÿ“ฆ

Part of

del-taiseiozaki/claude-code-orchestra(13 items)

plan

Installation

git cloneClone repository
git clone --depth 1 https://github.com/DeL-TaiseiOzaki/claude-code-orchestra.git .starter && cp -r .starter/.claude .starter/.codex .starter/.gemini .starter/CLAUDE.md . && rm -rf .starter && claude
npm installInstall npm package
npm install -g @anthropic-ai/claude-code
npm installInstall npm package
npm install -g @openai/codex
npm installInstall npm package
npm install -g @google/gemini-cli
uv runRun with uv
uv run pytest -v

+ 1 more commands

๐Ÿ“– Extracted from docs: del-taiseiozaki/claude-code-orchestra
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Create a detailed implementation plan for a feature or task. Use when user wants to plan before coding.

Overview

# 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

2. Current State Investigation

Investigate the codebase:

```

  • Related existing code
  • Files affected
  • Libraries/patterns to use
  • Existing tests

```

3. Break Down Implementation Steps

Break into small steps:

  1. Each step is independently testable
  2. Consider dependency order
  3. High-risk steps first

4. Output Format

```markdown

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)

More from this repository10

๐ŸŽฏ
update-lib-docs๐ŸŽฏSkill

Automatically updates library documentation in .claude/docs/libraries/ by searching web for latest version, features, and changes.

๐ŸŽฏ
startproject๐ŸŽฏSkill

Kickstart new software projects with multi-agent collaboration, guiding requirements, design review, and quality assurance across research, planning, and implementation phases.

๐ŸŽฏ
design-tracker๐ŸŽฏSkill

Proactively tracks and documents project design decisions, automatically recording architecture discussions, implementation choices, and technical decisions in a structured design log.

๐ŸŽฏ
research-lib๐ŸŽฏSkill

I apologize, but I cannot generate a description without seeing the actual content or context of the "research-lib" skill. Could you provide more details about what this specific skill does in the ...

๐ŸŽฏ
init๐ŸŽฏSkill

Initializes project configuration by analyzing tech stack, generating project overview, and updating AGENTS.md with detected settings and commands.

๐ŸŽฏ
tdd๐ŸŽฏSkill

I apologize, but I cannot generate a description without seeing the actual content or context of the "tdd" skill in the repository. Could you provide more details about what the skill does, its pur...

๐ŸŽฏ
simplify๐ŸŽฏSkill

Simplifies complex code by breaking it down into more readable, modular, and understandable components.

๐ŸŽฏ
gemini-system๐ŸŽฏSkill

Proactively researches and analyzes complex topics using Gemini's 1M token context, multimodal capabilities, and Google Search integration.

๐ŸŽฏ
update-design๐ŸŽฏSkill

Explicitly updates the project's DESIGN.md with key decisions and implementation details from the current conversation.

๐ŸŽฏ
context-loader๐ŸŽฏSkill

Loads and manages project-specific context and configuration details for Claude Code agents, enabling efficient context preservation and task delegation across different project environments.