suggest-new-project

Generate a self-contained prompt and trigger suggestNewProject for unsupported artifact types.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/patriotnewsactivism/autonomous-coder --skill suggest-new-project-patriotnewsactivism
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suggest-new-project
Source: https://github.com/patriotnewsactivism/autonomous-coder/tree/main/.local/skills/suggest-new-project
Command: npx skills add https://github.com/patriotnewsactivism/autonomous-coder --skill suggest-new-project-patriotnewsactivism

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple artifact requests within a single project is confusing and error-prone. This Skill provides a disciplined workflow to bootstrap a brand-new project whenever a user asks for a distinct artifact type (mobile app, slides, animation, or separate website) that is not currently supported in the existing project.

Core Features & Use Cases

  • Guided decision: determines when to steer users toward a new project for multi-artifact needs.
  • Prompt bootstrap: generates a clear, self-contained prompt to initialize the new project's creation flow.
  • Automated kickoff: demonstrates how to invoke suggestNewProject({ prompt }) to start the new project setup.
  • Use Case: A user requests a second app; you propose a new project, create a tailored prompt, and bootstrap the new workspace.

Quick Start

Summarize the user's artifact request and bootstrap a brand-new project by calling suggestNewProject with a tailored prompt.

Frequently Asked Questions about suggest-new-project

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

FAQPage Schema
How do I bootstrap a new project for a separate website or mobile app request?

To start a new project for an additional mobile app or separate website, this workflow generates a tailored prompt and triggers the creation flow to initialize a dedicated workspace automatically.

When do I need to create a new project for a multi-artifact request?

You need a new project when a request involves a distinct artifact type like slides, animations, mobile apps, or separate websites that the current project does not support.

How does the prompt generation process work for initializing a new project?

The process works by summarizing the user's distinct artifact request into a self-contained prompt, which then automatically triggers the project creation flow to bootstrap the new environment.

Can I coordinate multiple artifact requests like animations and slides in a single project?

Coordinating multiple distinct artifact requests like animations and slides in a single project is error-prone. This workflow guides you to bootstrap a brand-new project and assigns a clear prompt for each distinct artifact.

What is the best way to manage distinct artifact types such as separate websites in development?

The best way to manage distinct artifact types like separate websites is to bootstrap a brand-new project, generating a tailored prompt to initiate a dedicated creation flow rather than mixing artifacts.