aiwy-resume

Resume AI 文游 design projects by loading manifest.json and phase files.

Updated May 6, 2026
One-click install
npx skills add https://github.com/TsukimiRini/moyo-skills --skill aiwy-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiwy-resume
Source: https://github.com/TsukimiRini/moyo-skills/tree/main/aiwy-resume
Command: npx skills add https://github.com/TsukimiRini/moyo-skills --skill aiwy-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you resume an existing AI 文游 design project in the current working directory without redoing earlier setup or losing track of the project’s current phase.

Core Features & Use Cases

  • Project continuation: Verifies manifest.json exists in the cwd and resumes from the last locked/active state.
  • Constraint reloading: Silently loads 00_concept.md and decisions.md as authoritative guidance for downstream work.
  • Phase status reporting + handoff: Runs the aiwy-design status script and then routes you into the appropriate aiwy-design workflow for the selected action.

Quick Start

Run /aiwy-resume in the folder that already contains manifest.json to see the current status and continue the next step.

Frequently Asked Questions about aiwy-resume

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

FAQPage Schema
How do I resume an AI text game design project without losing context?

To resume an AI text game project, execute the resume command in your working directory. It validates the manifest, reloads constraints, and routes you to the correct workflow phase.

What files do I need to continue an existing AI 文游 workflow?

You need a working directory containing manifest.json for validation, alongside 00_concept.md and decisions.md, which are silently loaded to provide authoritative design constraints.

How does the project continuation process handle locked phase edits?

The continuation process reports your phase status via a status script, allowing you to edit a locked phase, generate assets, or move to a later phase by handing off to the workflow.

Can I generate assets and move to a later phase without redoing setup work?

Yes, by running the resume command in your existing project folder, it prevents duplicating setup work and allows you to generate assets or advance to later phases seamlessly.

Why does my project fail to reload design constraints during workflow handoff?

Project reloading fails if the working directory lacks manifest.json. The system requires this file to validate project presence before silently loading constraints and handing off execution.

Is there a way to check the current phase status of my AI text game project?

Yes, running the resume command in your project folder executes a status script that reports your current phase status and guides you to the next workflow step.