new-project

Generate specification documents and GitHub issues from an idea memo.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nishio-n0522/test_updated_sdd --skill new-project-nishio-n0522
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-project
Source: https://github.com/nishio-n0522/test_updated_sdd/tree/main/.claude/skills/new-project
Command: npx skills add https://github.com/nishio-n0522/test_updated_sdd --skill new-project-nishio-n0522

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire process of launching a new project, transforming a simple idea memo into a comprehensive set of specification documents and actionable GitHub issues.

Core Features & Use Cases

  • End-to-End Project Setup: Orchestrates the creation of all necessary project documentation, from product requirements to technical specifications and issue tracking.
  • Iterative Development: Guides users through a step-by-step process with built-in review and approval gates for each document.
  • Use Case: You have a raw idea for a new mobile app. Use this Skill to generate the PRD, functional design, data model, screen specifications, implementation details, glossary, and then automatically create GitHub issues for development.

Quick Start

Use the new-project skill to start a new project using the idea memo located at docs/ideas/new-feature-memo.md.

Frequently Asked Questions about new-project

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

FAQPage Schema
How do I generate specification documents from an idea memo for a new project?

To generate specification documents from an idea memo, this Skill sequentially produces a PRD, Functional Design, Data Model, Screen Specifications, and Implementation Specifications, requiring your review and approval at each stage.

Can I automatically create GitHub issues from a product requirements document?

Yes, you can automatically create GitHub issues by decomposing tasks after the final specification documents are approved, bridging the gap between project setup and issue tracking.

What is the best way to structure project setup for a new mobile app from scratch?

The best way to structure project setup is using an end-to-end workflow that transforms an initial idea into a PRD, technical specifications, a glossary, and actionable development issues.

How does the workflow automation handle mandatory reviews during project documentation?

The workflow automation enforces mandatory reviews by pausing after generating each specification document, ensuring user approval is recorded before proceeding to the next documentation stage.

Do I need to provide a specific file format to start the project setup process?

You need to provide an initial idea memo, typically located as a markdown file in your docs folder, which serves as the foundational input for generating the full specification suite.

What limitations exist when decomposing tasks into GitHub issues using this workflow?

A key limitation is the strict ordered workflow; you cannot skip mandatory review gates or generate GitHub issues until all preceding specification documents are explicitly approved.