analyze-task-dependencies-for-parallel-execution

Solid

Parse story markdown to identify task dependencies and parallel execution opportunities.

AI & Automation 12 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
37
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Analyze task dependencies for parallel execution ## Instructions - Read the story markdown file using the Read tool. - Parse all tasks from the "## Tasks" section. - Analyze each task to identify dependencies: - **File dependencies**: Tasks that update/create files that other tasks depend on - **Logical dependencies**: Tasks that must complete before others - **Same-file conflicts**: Tasks that modify the same file cannot run in parallel - **Parallel agents**: Multiple agents of the same type can work in parallel - focus only on technical dependencies - **QA independence**: Test scenario planning tasks depend only on story and can start immediately in parallel with implementation tasks - Group tasks into parallel execution batches using these formats: - `**Sequential tasks X-Y:**` for tasks that need to be implemented sequentially with no prerequisites - `**Sequential tasks X-Y after task Z completes:**` for a sequential chain that depends on one prerequisite task - `**Sequential tasks X-Y after tasks A-B complete:**` for a sequential chain that depends on multiple prerequisite tasks - `**Parallel tasks X-Y:**` for tasks with no dependencies that can start immediately - `**Parallel after task X completes:**` for parallel tasks depending on a single prerequisite task - `**Parallel after tasks X-Y complete:**` for parallel tasks depending on multiple prerequisite tasks - Number tasks sequentially (1, 2, 3...) across all groups - Keep the original task ...

Details

Author
Intai
Repository
Intai/story-flow
Created
7 months ago
Last Updated
today
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category