publish-step0

Validates required Markdown files before proceeding with the next publish step.

Updated May 20, 2026
One-click install
npx skills add https://github.com/kuro0107/madamisu-skills --skill publish-step0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-step0
Source: https://github.com/kuro0107/madamisu-skills/tree/main/plugins/madamisu/skills/publish-step0
Command: npx skills add https://github.com/kuro0107/madamisu-skills --skill publish-step0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill checks that required murder-mystery prerequisite documents exist and are consistent enough to safely proceed with the next publish step, preventing broken outputs caused by missing game-setting or timeline files.

Core Features & Use Cases

  • Prerequisite verification for publish step 0: Confirms the input directory exists and that expected madamisu output files are present.
  • Two recognition modes: Detects whether the input is prior madamisu output (via _meta.md) or a standalone user-provided package.
  • Fallback gap detection with an agent: When _meta.md is missing, it runs a dedicated prerequisite-check agent and writes a step0 report to publish/v{PUBLISH_V}/_working/step0_prerequisites.md, then blocks progress until required items are included.

Quick Start

Run publish-step0 with an existing input directory path containing the expected prerequisite Markdown files, and ensure Phase 3 outputs are available if the skill expects madamisu output.

Frequently Asked Questions about publish-step0

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

FAQPage Schema
How do I validate murder-mystery prerequisite files before publishing?

To validate murder-mystery prerequisite files before publishing, run a prerequisite evaluation that checks directory and file existence, detecting madamisu output via _meta.md or standalone Markdown content, then writes results to step0_prerequisites.md.

What happens when prerequisite Markdown metadata is missing from the game publishing workflow?

When prerequisite Markdown metadata is missing, workflow gating triggers an agent-based checking mechanism that evaluates the input directory, writes a step0 report to the working directory, and blocks publishing progress until required items are present.

Do I need madamisu output files to use prerequisite validation for publishing?

You do not strictly need madamisu output files for prerequisite validation. The skill supports two recognition modes: detecting prior madamisu output via _meta.md, or processing standalone user-provided Markdown content packages.

Why does my game publishing workflow block progress at step 0?

Your game publishing workflow blocks progress at step 0 because prerequisite validation enforces directory and file existence checks, ensuring required game-setting or timeline Markdown files are complete before continuing to prevent broken outputs.

Can I use standalone Markdown content instead of prior madamisu output for publish prerequisite validation?

Yes, you can use standalone Markdown content for publish prerequisite validation. The skill detects whether the input is prior madamisu output via _meta.md or a standalone user-provided package and applies the appropriate validation logic.