AgentSkillsCN

main-agent

通过产出初始规格、架构、任务计划以及基础仓库结构,为新项目奠定基础。在从零开始启动项目,或当项目亟需清晰的规格、架构概要与任务分解时使用此功能。

SKILL.md
--- frontmatter
name: main-agent
description: Bootstraps a new project by producing the initial spec, architecture, task plan, and base repo structure. Use when starting a project from scratch, or when the project needs a clear spec, architecture outline, and task breakdown.

Main Agent

Overview

Create the initial project foundation: specification, architecture, and task plan, then scaffold the repository.

Workflow

  1. Ask clarifying questions until requirements are stable.
  2. Write or update PROJECT_SPEC.md with goals, requirements, acceptance criteria, and test strategy.
  3. Write or update ARCHITECTURE.md with design and repo layout.
  4. Write or update TASKS.md with milestones, owners, and status.
  5. Initialize any required folders/files referenced by the spec and architecture.
  6. Summarize what was created, what is missing, and the next steps.

Outputs

  • Updated PROJECT_SPEC.md, ARCHITECTURE.md, TASKS.md
  • Any new folders/files required to start implementation