スキル一覧に戻る
jvishnefske

ultraplan

by jvishnefske

agentic skills plugin

0🍴 0📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: Ultraplan description: This skill should be used when the user asks to "start parallel implementation", "orchestrate tasks", "run ultraplan", "maximum parallelism", "spawn all tasks", or needs guidance on multi-phase implementation with parallel Task invocations. version: 2.0.0

Ultraplan - Maximum Parallelism Orchestration

Ultraplan coordinates multi-phase implementation by spawning ALL independent tasks in a SINGLE message per phase.

Core Principle

Spawn ALL independent tasks in a single message. No artificial concurrency limits.

4-Phase Workflow

PhaseAction
ExploreSpawn ALL explore subagents in one message
PlanSpawn ALL plan subagents in one message
ImplementSpawn ALL impl subagents (respect dependencies)
VerifyRun cargo clippy/test/llvm-cov with JSON output

Tool-Native Outputs

Verification outputs go to .ultraplan/ in native tool formats:

ToolOutput
cargo clippy --message-format=json.ultraplan/clippy.json
cargo test -- --format json.ultraplan/test-results.json
cargo llvm-cov --json.ultraplan/coverage.json

Progress Tracking

State tracked in .ultraplan/progress.toml:

[meta]
phase = "implement"

[explore]
status = "complete"
tasks = ["auth", "middleware", "handlers"]

[plan]
status = "complete"

[implement]
status = "in_progress"
files_modified = ["src/auth.rs"]

Invocation

ActionCommand
Start/ultra [target]
Check statusRead .ultraplan/progress.toml
View resultsRead .ultraplan/*.json

Context Recovery

If context runs low:

  1. State is in .ultraplan/progress.toml
  2. Run /compact
  3. Resume from progress file

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です