analyze-task-dependencies-for-parallel-execution
SolidParse story markdown to identify task dependencies and parallel execution opportunities.
Install
Quality Score: 82/100
Skill Content
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
dependency-analysis
Parallel task dependency and conflict analysis. Used by /sync-plans and /parallel to detect file-level conflicts, shared interface dependencies, blockers, and duplicate work across concurrent tasks before dispatching or merging workers.
parallel-plan
Create a safe multi-agent execution plan with a dependency DAG, file ownership matrix, worktree strategy, merge order, and verification gates.
orchestrating-parallel-tasks
Decomposes complex or large-scale requirements into discrete, mutually exclusive sub-tasks that can be executed in parallel by multiple agents. Use when a task is described as an "epic", spans multiple architectural layers, or would benefit from concurrent development to reduce time-to-completion.