在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用plan
星标2
分支0
更新时间2026年2月7日 05:44
Select and create a plan from templates
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Select and create a plan from templates
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | plan |
| description | Select and create a plan from templates |
| allowed-tools | Read, Write, Glob |
Help select the right plan template and create a plan file.
Read the available templates in docs/spec/.llm/templates/:
| Template | Use When |
|---|---|
idea.plan.llm | Starting from scratch -- idea to working project |
fullstack.plan.llm | Full-stack feature (DB -> API -> UI -> E2E) |
feature.plan.llm | Backend-focused feature (6 phases) |
review.plan.llm | Review/iteration cycle with quality gates |
bugfix.plan.llm | Bug investigation and fix |
self-review.plan.llm | Audit the LLM orchestration system |
codegen.plan.llm | Spec-first code generation (requires spec before code) |
requirements.plan.llm | Multi-session requirement gathering to produce a spec |
plan.template.llm | Generic -- anything else |
Based on the user's description, recommend the best template.
Create the plan file:
cp docs/spec/.llm/templates/<template> docs/spec/.llm/plans/<name>.plan.llm
Pre-fill the plan with:
Present the plan to the user for review before proceeding.
$ARGUMENTS
Create Architecture Decision Record
Design API contracts with OpenAPI specifications
Assess architecture decisions tradeoffs and edge cases
Design database schemas with migrations and repository interfaces
Break requests into parallel tasks for team execution
Audit dependencies for vulnerabilities and plan upgrades