moonspec-orchestrate

Orchestrate end-to-end Moon Spec workflows across downstream skills with resumable state.

12|5|Updated Jan 14, 2025
One-click install
npx skills add https://github.com/MoonLadderStudios/MoonMind --skill moonspec-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moonspec-orchestrate
Source: https://github.com/MoonLadderStudios/MoonMind/tree/main/.agents/skills/moonspec-orchestrate
Command: npx skills add https://github.com/MoonLadderStudios/MoonMind --skill moonspec-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate the full Moon Spec lifecycle from a feature request or declarative design through one-story specs, planning, TDD task generation, artifact alignment, implementation, and final verification. Use when coordinating end-to-end Moon Spec workflows across multiple downstream skills.

Core Features & Use Cases

  • Coordinated Moon Spec lifecycle: orchestrates specify, breakdown, plan, tasks, align, implement, and verify.
  • Resume-and-gate friendly: resumes from existing spec/plan/tasks and validates artifact gates before progression.
  • Policy-driven orchestration: enforces artifact gates, conservative edits, and alignment across artifacts to maintain coherence.

Quick Start

Invoke this skill to orchestrate an end-to-end Moon Spec run from a feature request through verification.

Frequently Asked Questions about moonspec-orchestrate

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

FAQPage Schema
How do I automate an end-to-end TDD workflow from feature request to verification?

To automate an end-to-end TDD workflow, you coordinate downstream skills to produce a cohesive spec lifecycle from a feature request. This enforces one-story-per-spec discipline and generates TDD tasks through validated artifact gates for final verification.

What is a spec lifecycle orchestration pipeline for software engineering?

A spec lifecycle orchestration pipeline coordinates downstream phases including specify, breakdown, plan, tasks, align, implement, and verify. It ensures artifacts flow through gates like spec.md and plan.md to maintain coherence across the workflow.

Can I resume a stalled workflow pipeline from an existing spec or plan?

Yes, you can resume a stalled workflow pipeline from existing spec, plan, or task artifacts. The orchestration validates current artifact gates before progression, ensuring resumable state without losing previous design progress.

How do I enforce artifact alignment across multiple workflow stages?

To enforce artifact alignment across workflow stages, apply policy-driven orchestration that validates gates between spec.md, plan.md, and tasks.md. This maintains coherence by using conservative edits and checking alignment before implementation.

What's the best way to coordinate TDD task generation from declarative designs?

The best way to coordinate TDD task generation from declarative designs is to use an orchestration layer that enforces TDD as a default. It routes designs through planning and breakdown gates to generate aligned tasks before implementation begins.

When should I not use a policy-driven orchestration pipeline for feature requests?

You should avoid policy-driven orchestration pipelines for feature requests that do not require strict one-story-per-spec discipline or TDD. If your project lacks formal artifact gates, this orchestration overhead will impede rapid development.