agentsclimarketplace

Doc planner

Skill morning-start/agent-skills/process/doc-orchestrator/skills/doc-phase-planning/doc-planner

Use when the user needs a document list tailored to project type, scale, and documentation scope.From its SKILL.md

Install
npx -y skills add morning-start/agent-skills --skill doc-planner

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 514 tokens by cl100k_base, as published. Nobody here has run it

Doc Planner

职责

  • 根据项目类型确定需要的文档类别
  • 根据项目规模调整文档粒度
  • 建立文档间的依赖关系
  • 输出文档清单列表

输入

  • project-profile.yaml

输出

doc_list:
  - id: REQ-001
    type: requirement
    subtype: srs
    priority: must
  - id: REQ-002
    type: requirement
    subtype: prd
    priority: must
  - id: ARCH-001
    type: architecture
    subtype: sad
    priority: must
  - id: API-001
    type: api
    priority: must

文档规划规则

按项目类型

项目类型必需文档可选文档
frontendSRS、PRD、组件文档测试策略
backendSRS、PRD、架构、API部署运维
fullstackSRS、PRD、架构、API、数据测试策略、部署运维
mobileSRS、PRD、架构、API安全合规
desktopSRS、PRD、架构测试策略
gameSRS、架构、协议安全合规、性能测试
cliSRS、API(CLI命令)-

按项目规模

规模文档策略
small仅必需文档,内容精简
medium必需文档 + 可选文档
large全部文档,按模块拆分

注意事项

  • 依赖关系必须形成 DAG,不能有循环
  • 优先级 must 的文档必须在 first tier 生成
  • 用户可手动增删文档

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.