suggest-new-project

Generate a new project prompt when users request an additional artifact.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ma-wais/Quality-Management-System --skill suggest-new-project-ma-wais
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suggest-new-project
Source: https://github.com/ma-wais/Quality-Management-System/tree/main/.local/skills/suggest-new-project
Command: npx skills add https://github.com/ma-wais/Quality-Management-System --skill suggest-new-project-ma-wais

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents attempting to build a second, different artifact within the same project by guiding users to create a new project.

Core Features & Use Cases

  • Clearly defines whether a requested artifact is supported by the current project.
  • Advises users to create a new project for additional artifacts to ensure a smooth experience.
  • Generates a concise, self-contained prompt for bootstrapping the new project and demonstrates how to invoke the helper function.

Quick Start

Explain to the user that multi-artifact support is coming to existing projects and instruct them to create a new project using the generated prompt to bootstrap the new artifact.

Frequently Asked Questions about suggest-new-project

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

FAQPage Schema
How do I create a new project for a second artifact like a mobile app or slides?

To create a new project for a second artifact, you need to generate a self-contained prompt and call the suggestNewProject function with it. This ensures the new artifact is properly bootstrapped in a separate workspace.

Can I build multiple different artifacts within a single existing project?

Building multiple different artifacts within a single project is not currently supported. You should create a new project for each distinct artifact, such as a website or animation, to ensure a smooth deployment experience.

What happens if I dismiss the suggestion to create a new project for my artifact?

If you dismiss the new project suggestion, the system will guide you to continue working on your existing application. You will not be able to bootstrap the second, different artifact in the current workspace.

Why does requesting a new website trigger a prompt generation instead of direct creation?

Requesting a new website triggers prompt generation to create a clear, self-contained instruction for bootstrapping a separate project. This workflow ensures the new artifact is independently deployed rather than conflicting with your current workspace.

Does multi-artifact deployment work with my current project setup?

Multi-artifact deployment does not work if your current workspace is not set up for it. You must generate a prompt and use the suggestNewProject function to create a new project for additional artifacts.

What is the best way to manage workflow guidance when adding a new animation artifact?

The best way to manage workflow guidance for a new animation artifact is to generate a concise prompt and invoke suggestNewProject. This prevents multi-artifact conflicts and properly bootstraps the new deployment.