sd-plan-dev

Coordinate parallel Task agents with dependency-aware scheduling for implementations.

2|2|Updated Jul 10, 2024
One-click install
npx skills add https://github.com/kslhunter/simplysm --skill sd-plan-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sd-plan-dev
Source: https://github.com/kslhunter/simplysm/tree/main/.claude/skills/sd-plan-dev
Command: npx skills add https://github.com/kslhunter/simplysm --skill sd-plan-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

sd-plan-dev enables teams to orchestrate complex implementations by coordinating multiple Task agents in parallel while respecting task dependencies.

Core Features & Use Cases

  • Dependency analysis and batch planning to maximize parallelism
  • Parallel Task agents with nested parallel reviews (spec reviewer + quality reviewer)
  • Plan-driven execution workflow that integrates with existing plan documents and prompts

Quick Start

Load a plan file and run it through sd-plan-dev to execute independent tasks in parallel with dependency-aware scheduling.

Frequently Asked Questions about sd-plan-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute parallel tasks with dependency-aware scheduling in software development?

Parallel task execution with dependency-aware scheduling coordinates multiple Task agents by batching independent tasks while respecting dependencies. This maximizes parallelism during complex software implementations and ensures correct execution order across related task batches.

What is plan-driven parallel review orchestration for complex implementations?

Plan-driven parallel review orchestration coordinates Task agents to execute development tasks while running nested spec and quality reviews in parallel. It integrates existing plan documents to guide execution and validate task outputs simultaneously.

How do I batch independent software development tasks for parallel execution?

Batching independent development tasks requires dependency analysis to identify tasks without interdependencies, grouping them for simultaneous execution by parallel Task agents. This maximizes throughput while ensuring dependent tasks wait for prerequisite completion.

Can I run nested spec and quality reviews in parallel with task execution?

Nested parallel reviews run spec and quality reviewers alongside Task agents during execution. This allows implementation tasks to be validated on-demand by specialized reviewers without blocking the overall parallel task workflow.

How do I integrate existing plan documents with parallel task agent workflows?

Existing plan documents integrate by loading them as structured task prompts that guide parallel Task agents. The plan file defines task dependencies and batch boundaries, enabling dependency-aware scheduling to coordinate execution.

When should I avoid parallel task orchestration for software development workflows?

Parallel task orchestration is less effective for sequential, highly interdependent development workflows where tasks cannot be batched independently. It suits complex implementations with identifiable parallel task groups and dependency-aware scheduling requirements.