Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$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