AgentSkillsCN

plan-project

根据项目构想,生成详尽的项目计划(plan.md)与结构化的GitHub议题(issues.json)。在开启新应用的规划阶段时使用。

SKILL.md
--- frontmatter
name: plan-project
description: Generate a detailed project plan (plan.md) and structured GitHub issues (issues.json) from a project idea. Use when starting the planning phase of a new application.
disable-model-invocation: true
context: fork
agent: planner

Plan Project

Generate a project plan and structured issues from a project idea.

Input

$ARGUMENTS

Expected format: "<project idea>" [tech stack]

Examples:

  • /plan-project "A todo app with user authentication" React, Node.js, PostgreSQL
  • /plan-project "Real-time chat application" auto

Steps

  1. Parse the project idea and tech stack from the arguments
  2. If tech stack is "auto" or not provided, choose appropriate technologies based on the idea
  3. Generate plan.md with phases, features, file structure, and technical details
  4. Generate issues.json with all issues ordered by phase and dependency
  5. Write both files to the current directory (or projects/<name>/ if specified)

Output

  • plan.md — detailed project plan
  • issues.json — array of structured issue objects ready for GitHub

Report the number of phases and total issues generated.