AgentSkillsCN

manifest:tree

展示当前项目的功能层级结构。当用户希望一览项目中的各项功能与整体架构,或想了解“目前有哪些功能存在?”时,可使用此功能。

SKILL.md
--- frontmatter
name: manifest:tree
description: Display the feature hierarchy for the current project. Use when the user wants to see features, project structure, or asks "what features exist?"
disable-model-invocation: true

Display the feature tree for the current project.

Steps

  1. Get the project for the current working directory:

    • Call list_projects with directory_path set to the current working directory
    • If no project found, tell the user to run /manifest:init first
  2. Render the feature tree:

    • Call render_feature_tree with the project ID
    • Use default max_depth of 3
  3. Display the ASCII tree directly in your response with the legend:

    • ◇ proposed
    • ○ in_progress
    • ● implemented
    • ✗ deprecated