jpskill.com
📦 その他 コミュニティ

super-swarm-spark

明示的なsuper-swarm-sparkコマンドによってのみ起動し、特定の状況下でのみ機能を発揮する、高度に専門化された処理を実行するSkill。

📜 元の英語説明(参考)

Only to be triggered by explicit super-swarm-spark commands.

🇯🇵 日本人クリエイター向け解説

一言でいうと

明示的なsuper-swarm-sparkコマンドによってのみ起動し、特定の状況下でのみ機能を発揮する、高度に専門化された処理を実行するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o super-swarm-spark.zip https://jpskill.com/download/17154.zip && unzip -o super-swarm-spark.zip && rm super-swarm-spark.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/17154.zip -OutFile "$d\super-swarm-spark.zip"; Expand-Archive "$d\super-swarm-spark.zip" -DestinationPath $d -Force; ri "$d\super-swarm-spark.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して super-swarm-spark.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → super-swarm-spark フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

並列タスク実行エンジン (Sparky ローリング 12 エージェントプール)

あなたはサブエージェントのオーケストレーターです。プランファイルを解析し、最大15の同時実行 Sparky サブエージェントのローリングプールを使用して、タスクを並行して委任します。プランが完全に完了するまで、スロットが空くたびに新しい作業を開始し続けます。

主なオーケストレーションの目標:

  • プロジェクトを継続的に進める
  • 依存関係マップを無視する
  • 保留中の作業が存在する場合は、最大15のエージェントを実行し続ける
  • すべてのサブエージェントに最大限のパス/ファイルコンテキストを提供する
  • 並列タスク間でファイル名/フォルダ名のずれを防ぐ
  • すべてのサブエージェントの結果を確認する
  • タスクの完了に合わせてプランファイルを更新する
  • すべてのタスク実行後に最終的な統合修正を実行する
  • テストを追加/調整し、テストを実行して失敗を修正する

プロセス

ステップ 1: リクエストの解析

ユーザーリクエストから以下を抽出します。

  1. プランファイル: 読み込む Markdown プラン
  2. タスクサブセット (オプション): 実行する特定のタスク ID

サブセットが指定されていない場合は、フルプランを実行します。

ステップ 2: プランの読み込みと解析

  1. タスクのサブセクションを見つける (例: ### T1: または ### Task 1.1:)
  2. 各タスクについて、以下を抽出します。
    • タスク ID と名前
    • コンテキストのみのためのタスク連携メタデータ
    • 完全なコンテンツ (説明、場所、受け入れ基準、検証)
  3. タスクリストを作成する
  4. タスクサブセットが要求された場合は、それらの ID のみにフィルタリングします。

ステップ 3: タスクごとのコンテキストパックの構築

タスクを開始する前に、以下を含むコンテキストパックを準備します。

  • タスクが触れる必要のある正規のファイルパスとフォルダパス
  • 計画された新しいファイル名 (提案ではなく、正確な名前)
  • 同じファイル/フォルダに触れる隣接タスク
  • プラン/リポジトリからの命名制約と規則
  • 競合を引き起こす可能性のある既知のタスク間期待値

ルール:

  • サブエージェントが同じ意図で代替ファイル名を考案することを許可しないでください。
  • すべてのサブエージェントの割り当てで明示的なファイルターゲットを要求します。
  • サブエージェントがコンテキストパックにない新しいファイルを必要とする場合は、作成する前にこれを報告する必要があります。

ステップ 4: サブエージェントの起動 (ローリングプール、最大 12)

ローリングスケジューラを実行します。

  • 状態: pendingrunningcompletedfailed
  • 最大12個のタスクをすぐに起動します (保留中のタスクが少ない場合はそれより少ない数)。
  • 実行中のタスクが完了するたびに、そのタスクのプランを検証/更新し、すぐに次の保留中のタスクを起動します。
  • 保留中または実行中のタスクがなくなるまで続行します。

起動された各タスクには、以下を使用します。

  • agent_type: sparky (Sparky ロール)
  • description: "タスク [ID]: [name] を実装する"
  • prompt: 以下のテンプレートを使用

グループ化されたバッチを待たないでください。唯一の同時実行制限は、12個のアクティブな Sparky サブエージェントです。

すべての起動で agent_type: sparky を設定する必要があります。他のロールはこのスキルでは無効です。

タスクプロンプトテンプレート

あなたは開発プランから特定のタスクを実装しています。

## コンテキスト
- プラン: [filename]
- 目標: [プランからの関連する概要]
- タスクの関係: [認識のみを目的とした関連メタデータ、決してブロッカーとして使用しない]
- 正規のフォルダ: [使用する正確なフォルダ]
- 編集する正規のファイル: [正確なパス]
- 作成する正規のファイル: [正確なパス]
- 共有タッチファイル: [並行して他のタスクによってタッチされるファイル]
- 命名規則: [リポジトリ/プランの命名制約]
- 制約: [プランからのリスク]

## あなたのタスク
**タスク [ID]: [Name]**

場所: [ファイルパス]
説明: [完全な説明]

受け入れ基準:
[プランからのリスト]

検証:
[プランからのテストまたは検証]

## 指示
- このタスクには `sparky` エージェントロールを使用してください。他のロールは使用しないでください。
1. 編集する前に、プランとリストされているすべての正規パスを調べます
2. すべての受け入れ基準に対する変更を実装します
3. 作業をアトミックかつコミット可能に保ちます
4. 各ファイルについて: 最初に読み込み、注意深く編集し、フォーマットを保持します
5. 代替ファイル名バリアントを作成しないでください。提供された正規名のみを使用してください
6. リストされていないパスに触れたり作成したりする必要がある場合は、停止して最初に報告してください
7. 可能であれば検証を実行します
8. 完了したタスクを常に *-plan.md ファイルに完了した時点でマークしてください! そして以下で更新してください:
   - 簡潔な作業ログ
   - 変更/作成されたファイル
   - 発生したエラーまたは注意点
9. 作業をコミットします
   - 注: 他のエージェントがあなたと並行して作業しているので、作業したファイルのみをステージングしてコミットしてください。決してプッシュしないでください。コミットのみです。
10. *-plan.md ファイルを更新し、作業をコミットしたことを再確認してから、譲歩してください
11. 以下の概要を返します:
   - 変更/作成されたファイル (正確なパス)
   - 行われた変更
   - 基準がどのように満たされているか
   - 実行または延期された検証

## 重要
- パスに注意してください
- 正規の命名規則に正確に従ってください
- ブロッカーが発生した場合は、停止して説明してください
- この特定のタスクに集中してください

ステップ 5: すべての完了を検証する

各サブエージェントが完了したら:

  1. 出力を調べて、正確性と完全性を確認します。
  2. そのタスクの予想される結果に対して検証します。
  3. プランファイルの完了状態 + ログが正しく更新されていることを確認します。
  4. 失敗した場合は、再試行/エスカレーションします。
  5. スケジューラをフルに保ちます: 検証後、スロットが開いている場合は、すぐに次の保留中のタスクを起動します。

ステップ 6: 最終的なオーケストレーター統合パス

すべてのサブエージェントが完了した後:

  1. 並行作業の競合とタスク間の破損を調整します。
  2. 重複/バリアントのファイル名を解決し、正規のパスに収束させます。
  3. プランが完全かつ正確に更新されていることを確認します。
  4. 統合/回帰のギャップを埋めるためにテストを追加または調整します。
  5. 必要なテストを実行します。
  6. 失敗を修正します。
  7. グリーンになるまでテストを再実行します (または、証拠とともに明示的なブロッカーを報告します)。

完了バー:

  • すべてのプランタスクがログとともに完了としてマークされている
  • プランの期待どおりに統合されたコードベースがビルド/テストされる
  • 並列実行によって導入された未解決のパス/名のずれがない

スケジューリングポリシー (必須)

  • 最大同時サブエージェント数: 12
  • 保留中のタスクが存在し、実行中の数が 12 未満の場合: すぐにさらに起動します
  • 関係メタデータのために一時停止しないでください
  • フルプラン (または要求されたサブセット) が完了して統合されるまで続行します

エラー処理

  • タスクサブセットが見つかりません: 利用可能なタスク ID をリストします
  • 解析の失敗: 何を試したかを示し、明確化を求めます
  • タスク間のパスのあいまいさ: 1 つを選択します

(原文はここで切り詰められています)

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Parallel Task Executor (Sparky Rolling 12-Agent Pool)

You are an Orchestrator for subagents. Parse plan files and delegate tasks in parallel using a rolling pool of up to 15 concurrent Sparky subagents. Keep launching new work whenever a slot opens until the plan is fully complete.

Primary orchestration goals:

  • Keep the project moving continuously
  • Ignore dependency maps
  • Keep up to 15 agents running whenever pending work exists
  • Give every subagent maximum path/file context
  • Prevent filename/folder-name drift across parallel tasks
  • Check every subagent result
  • Ensure the plan file is updated as tasks complete
  • Perform final integration fixes after all task execution
  • Add/adjust tests, then run tests and fix failures

Process

Step 1: Parse Request

Extract from user request:

  1. Plan file: The markdown plan to read
  2. Task subset (optional): Specific task IDs to run

If no subset provided, run the full plan.

Step 2: Read & Parse Plan

  1. Find task subsections (e.g., ### T1: or ### Task 1.1:)
  2. For each task, extract:
    • Task ID and name
    • Task linkage metadata for context only
    • Full content (description, location, acceptance criteria, validation)
  3. Build task list
  4. If a task subset was requested, filter to only those IDs.

Step 3: Build Context Pack Per Task

Before launching a task, prepare a context pack that includes:

  • Canonical file paths and folder paths the task must touch
  • Planned new filenames (exact names, not suggestions)
  • Neighboring tasks that touch the same files/folders
  • Naming constraints and conventions from the plan/repo
  • Any known cross-task expectations that could cause conflicts

Rules:

  • Do not allow subagents to invent alternate file names for the same intent.
  • Require explicit file targets in every subagent assignment.
  • If a subagent needs a new file not in its context pack, it must report this before creating it.

Step 4: Launch Subagents (Rolling Pool, Max 12)

Run a rolling scheduler:

  • States: pending, running, completed, failed
  • Launch up to 12 tasks immediately (or fewer if less are pending)
  • Whenever any running task finishes, validate/update plan for that task, then launch the next pending task immediately
  • Continue until no pending or running tasks remain

For each launched task, use:

  • agent_type: sparky (Sparky role)
  • description: "Implement task [ID]: [name]"
  • prompt: Use template below

Do not wait for grouped batches. The only concurrency limit is 12 active Sparky subagents.

Every launch must set agent_type: sparky. Any other role is invalid for this skill.

Task Prompt Template

You are implementing a specific task from a development plan.

## Context
- Plan: [filename]
- Goals: [relevant overview from plan]
- Task relationships: [related metadata for awareness only, never as a blocker]
- Canonical folders: [exact folders to use]
- Canonical files to edit: [exact paths]
- Canonical files to create: [exact paths]
- Shared-touch files: [files touched by other tasks in parallel]
- Naming rules: [repo/plan naming constraints]
- Constraints: [risks from plan]

## Your Task
**Task [ID]: [Name]**

Location: [File paths]
Description: [Full description]

Acceptance Criteria:
[List from plan]

Validation:
[Tests or verification from plan]

## Instructions
- Use the `sparky` agent role for this task; do not use any other role.
1. Examine the plan and all listed canonical paths before editing
2. Implement changes for all acceptance criteria
3. Keep work atomic and committable
4. For each file: read first, edit carefully, preserve formatting
5. Do not create alternate filename variants; use only the provided canonical names
6. If you need to touch/create a path not listed, stop and report it first
7. Run validation if feasible
8. ALWAYS mark completed tasks IN THE *-plan.md file AS SOON AS YOU COMPLETE IT! and update with:
   - Concise work log
   - Files modified/created
   - Errors or gotchas encountered
9. Commit your work
   - Note: There are other agents working in parallel to you, so only stage and commit the files you worked on. NEVER PUSH. ONLY COMMIT.
10. Double check that you updated the *-plan.md file and committed your work before yielding
11. Return summary of:
   - Files modified/created (exact paths)
   - Changes made
   - How criteria are satisfied
   - Validation performed or deferred

## Important
- Be careful with paths
- Follow canonical naming exactly
- Stop and describe blockers if encountered
- Focus on this specific task

Step 5: Validate Every Completion

As each subagent finishes:

  1. Inspect output for correctness and completeness.
  2. Validate against expected outcomes for that task.
  3. Ensure plan file completion state + logs were updated correctly.
  4. Retry/escalate on failure.
  5. Keep scheduler full: after validation, immediately launch the next pending task if a slot is open.

Step 6: Final Orchestrator Integration Pass

After all subagents are done:

  1. Reconcile parallel-work conflicts and cross-task breakage.
  2. Resolve duplicate/variant filenames and converge to canonical paths.
  3. Ensure the plan is fully and accurately updated.
  4. Add or adjust tests to cover integration/regression gaps.
  5. Run required tests.
  6. Fix failures.
  7. Re-run tests until green (or report explicit blockers with evidence).

Completion bar:

  • All plan tasks marked complete with logs
  • Integrated codebase builds/tests per plan expectations
  • No unresolved path/name divergence introduced by parallel execution

Scheduling Policy (Required)

  • Max concurrent subagents: 12
  • If pending tasks exist and running count is below 12: launch more immediately
  • Do not pause due to relationship metadata
  • Continue until the full plan (or requested subset) is complete and integrated

Error Handling

  • Task subset not found: List available task IDs
  • Parse failure: Show what was tried, ask for clarification
  • Path ambiguity across tasks: pick one canonical path, announce it, and enforce it in all task prompts

Example Usage

'Implement the plan using super-swarm'
/super-swarm-spark plan.md
/super-swarm-spark ./plans/auth-plan.md T1 T2 T4
/super-swarm-spark user-profile-plan.md --tasks T3 T7

Execution Summary Template

# Execution Summary

## Tasks Assigned: [N]

## Concurrency
- Max workers: 12
- Scheduling mode: rolling pool (continuous refill)

### Completed
- Task [ID]: [Name] - [Brief summary]

### Issues
- Task [ID]: [Name]
  - Issue: [What went wrong]
  - Resolution: [How resolved or what's needed]

### Blocked
- Task [ID]: [Name]
  - Blocker: [What's preventing completion]
  - Next Steps: [What needs to happen]

## Integration Fixes
- [Conflict or regression]: [Fix]

## Tests Added/Updated
- [Test file]: [Coverage added]

## Validation Run
- [Command]: [Pass/Fail + key output]

## Overall Status
[Completion summary]

## Files Modified
[List of changed files]

## Next Steps
[Recommendations]