strategy-advisor

Analyze project tasks and dependencies to recommend execution strategies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/FScoward/senju --skill strategy-advisor-fscoward
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-advisor
Source: https://github.com/FScoward/senju/tree/main/skills/strategy-advisor
Command: npx skills add https://github.com/FScoward/senju --skill strategy-advisor-fscoward

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users analyze task complexity and dependencies to determine the most effective execution strategy.

Core Features & Use Cases

  • Strategy Consultation: Assists in selecting the best approach—direct implementation, sequential, parallel, or team-based—for complex tasks.
  • Task Decomposition: Guides users through breaking down projects into manageable phases and sub-tasks.
  • Use Case: When planning a multi-step software deployment, it recommends optimized workflows and team configurations to ensure timely delivery.

Quick Start

Describe your project scope and dependencies to receive a detailed execution plan and suggested strategies.

Frequently Asked Questions about strategy-advisor

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

FAQPage Schema
How do I determine the best task execution strategy for a complex multi-phase project?

Task execution strategy is determined by analyzing project task complexity, dependencies, and team size to recommend team-based, parallel, or sequential workflows. This tailored approach ensures the selected workflow aligns with your project scope and concurrency requirements.

What is the best way to break down multi-step software deployment tasks?

Task decomposition breaks down multi-step software deployment projects into manageable phases and sub-tasks. It guides you through identifying dependencies to ensure optimized workflows and team configurations for timely delivery.

How do I choose between parallel and sequential workflows for project planning?

Choosing between parallel and sequential workflows requires analyzing your task dependencies and complexity. A parallel workflow suits independent tasks with high concurrency, while a sequential workflow is necessary when phases have strict dependencies.

Can I get a recommended team configuration for software deployment planning?

You can receive a recommended team configuration by describing your project scope and dependencies. The analysis tailors an execution plan that aligns team size and workflow strategy with the specific demands of your software deployment.

When should I use team-based workflows instead of direct implementation?

Team-based workflows are recommended over direct implementation when dealing with complex, multi-phase projects that have varying levels of concurrency. Direct implementation suits simpler tasks, whereas team management is required for large-scale task analysis and coordination.