在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
tpp
// Work on a Technical Project Plan. Use when starting or continuing work on a TPP from _todo/.
$ git log --oneline --stat
stars:548
forks:53
updated:2026年2月19日 23:07
SKILL.md
// Work on a Technical Project Plan. Use when starting or continuing work on a TPP from _todo/.
Iterative deep planning with critiques and alternatives. Use when facing complex design decisions requiring thorough analysis.
Update TPP for handoff when context is running low or you are about to exit plan mode.
| name | tpp |
| description | Work on a Technical Project Plan. Use when starting or continuing work on a TPP from _todo/. |
| argument-hint | ["path-to-tpp"] |
| disable-model-invocation | false |
| allowed-tools | Bash, Read, Glob, Grep, Edit, Write, WebSearch, Skill |
Make progress on the referenced Technical Project Plan by determining the current phase and taking appropriate action.
Before any work, read these documents:
_todo/ for existing TPPs)npm run compile), run tests (npm test)npm run lint), simplify, DRY up, remove dead code_todo/ to _done/npm run compile before testing?? (not ||) for nullish coalescingnode: prefix for Node.js importsif (x != null) not if (x) for boolean safety