parallel-agents とは?
状態の共有や逐次的な依存関係なしで作業できる 2 つ以上の独立したタスクに直面している場合に使用します。 ソース: sipengxie2024/superpower-planning。
状態の共有や逐次的な依存関係なしで作業できる 2 つ以上の独立したタスクに直面している場合に使用します。
コマンドラインで parallel-agents AI スキルを開発環境にすばやくインストール
ソース: sipengxie2024/superpower-planning。
When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequentially wastes time. Each investigation is independent and can happen in parallel. Each agent gets its own planning directory for structured knowledge capture.
Core principle: Dispatch one agent per independent problem domain with its own planning dir. Let them work concurrently.
Each domain is independent - fixing tool approval doesn't affect abort tests.
状態の共有や逐次的な依存関係なしで作業できる 2 つ以上の独立したタスクに直面している場合に使用します。 ソース: sipengxie2024/superpower-planning。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/sipengxie2024/superpower-planning --skill parallel-agents状態の共有や逐次的な依存関係なしで作業できる 2 つ以上の独立したタスクに直面している場合に使用します。 ソース: sipengxie2024/superpower-planning。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/sipengxie2024/superpower-planning --skill parallel-agents インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/sipengxie2024/superpower-planning