moonshot-decide-sequence

Determine Moonshot workflow phases and execution chains from analysis context.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/munlucky/claude-settings --skill moonshot-decide-sequence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moonshot-decide-sequence
Source: https://github.com/munlucky/claude-settings/tree/main/.claude/skills/moonshot-decide-sequence
Command: npx skills add https://github.com/munlucky/claude-settings --skill moonshot-decide-sequence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables deterministic Moonshot sequencing by selecting phase and chain from a structured analysis context.

Core Features & Use Cases

  • Determines the next phase (planning, implementation, integration, verification) based on user signals and task type.
  • Chooses the appropriate agent and steps to form a coherent execution chain for features of varying complexity.
  • Use Case: After uncertainty detection, apply the rules to assemble a ready-to-run workflow for a software feature.

Quick Start

Detect uncertainty, then apply the phase rules to determine the sequence and chain for the task.

Frequently Asked Questions about moonshot-decide-sequence

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

FAQPage Schema
How do I determine the execution sequence for complex software workflows?

After detecting uncertainty in your project context, you can determine the next workflow phase by applying predefined phase rules. This skill selects the appropriate agent and steps to form a coherent execution chain for your specific task complexity.

How do I map planning and implementation chains for tasks of varying complexity?

Yes, you can apply this skill to assemble workflows across simple, medium, and complex software features. It selects the appropriate agents and steps to form a coherent execution chain that satisfies parallel execution guidelines defined in its configuration.

Do I need to detect uncertainty before mapping a workflow phase sequence?

Yes, you must detect uncertainty in your analysis context before using this skill. The workflow sequencing depends on this prior analysis to correctly map planning, implementation, integration, and verification phases for your software features.

What is the best way to sequence integration and verification phases after implementation?

You can sequence integration and verification by applying the chain rules defined in the skill to your analysis context. It determines the correct execution chain progression based on the specific task type and complexity level identified during planning.

Can I use this workflow sequencing approach without adding external dependencies?

This skill has no external dependencies and operates using internal phase, chain, and parallel execution guidelines. You can apply it directly to your context to determine the sequence without installing additional packages or integrating external components.