Borrowing it
Nothing to install: this file belongs to sumulige/sumulige-claude. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sumulige/sumulige-claude/main/.claude/skills/manus-kickoff/SKILL.mdgit clone --depth 1 https://github.com/sumulige/sumulige-claudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sumulige/sumulige-claude/manus-kickoff)<a href="https://agentmods.dev/skills/sumulige/sumulige-claude/manus-kickoff"><img src="https://agentmods.dev/badge/skills/sumulige/sumulige-claude/manus-kickoff/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sumulige/sumulige-claude/manus-kickoff"><img src="https://agentmods.dev/badge/skills/sumulige/sumulige-claude/manus-kickoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01016 |
| Opus 5 | $0.00000 | $0.00508 |
| Sonnet 5 | $0.00000 | $0.00203 |
| Haiku 4.5 | $0.00000 | $0.00102 |
Grade A, and why
manus-kickoff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Manus 风格项目启动 (Manus Kickoff)
AI 2.0 开发范式 - 项目启动时完整规划,AI 自主执行
版本: 1.0.0 作者: sumulige 标签: [workflow, planning, manuscript] 难度: 中级
概述
基于 Manus 风格的 AI 2.0 开发范式,在项目启动时进行完整规划,然后让 AI 自主执行。强调"AI 负责编写和维护,人负责最终确认"。
适用场景
- 新项目启动
- 重大项目功能开发
- 需要完整规划的技术任务
- 多人协作的项目初始化
触发关键词
project kickoff, manus style, project planning, 启动项目, 项目规划
使用方法
方式一:使用 CLI 命令
oh-my-claude kickoff
方式二:在 Claude Code 中
帮我用 Manus 风格启动项目规划
启动流程
┌─────────────────────────────────────────────────────────────┐
│ AI Project Kickoff Workflow │
├─────────────────────────────────────────────────────────────┤
│ │
│ 1. 运行 oh-my-claude kickoff │
│ ↓ │
│ 2. AI 生成任务计划 (TASK_PLAN.md) │
│ ├── 任务分解 (WBS) │
│ ├── 依赖关系 │
│ ├── Agent 分配 │
│ └── 检查点设置 │
│ ↓ │
│ 3. AI 生成项目计划书 (PROJECT_PROPOSAL.md) │
│ ├── 技术架构 │
│ ├── 功能需求 │
│ ├── 开发迭代 │
│ └── 风险评估 │
│ ↓ │
│ 4. Human 确认 │
│ ↓ │
│ 5. AI 自主执行 (带检查点) │
│ │
└─────────────────────────────────────────────────────────────┘
生成的文件
| 文件 | 说明 |
|---|---|
PROJECT_KICKOFF.md |
项目启动清单,定义目标和约束 |
TASK_PLAN.md |
任务执行计划,包含 WBS 和状态追踪 |
PROJECT_PROPOSAL.md |
完整项目计划书,技术架构和里程碑 |
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 129 lines · 0 tokens per session scan A a13780481783
manus-kickoff is a skill published in the GitHub repository sumulige/sumulige-claude (2 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,016 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
codex-build
Orchestrate Codex to BUILD code in the background while this Claude Code session (typically Opus) plans and reviews — never babysitting. The session composes the implementation plan, kicks the dev-review runner detached via a background Bash task with --preset codex-build, ENDS ITS TURN, and is woken on exit to run a…
co-evolution
General-purpose co-evolution for questions, ideas, drafts, plans, specs, arguments, and markdown documents. Composes or bounces content between agents using [CONTESTED]/[CLARIFY] markers until it converges. Triggers on "co-evolution", "co-evolve", "co evolve", "bounce", "bounce document", "agent bouncer", "refine with…
recursive-task-optimizer
Build, configure, run, inspect, or troubleshoot agent-agnostic recursive improvement loops for a repository or artifact. Use when a task should be attempted repeatedly by Claude Code, Codex CLI, Hermes, or another CLI agent; when candidates must inherit mutable task instructions, a self-improving meta-procedure, and…
dev-review
Code-focused plan-bounce-execute workflow between Claude Code (Opus) and Codex CLI. Use when the user wants repo files changed, a bug fixed, a feature implemented, or a code plan verified before execution. One AI composes a plan, it bounces between agents with [CONTESTED]/[CLARIFY] markers until refined, then the…
cao-workflow
Author and run CAO Python workflow scripts — multi-step, parameterized, fan-out orchestrations executed by cao workflow run. Use when the user wants a repeatable multi-step job (e.g. data analysis over many files, a review pipeline, a parameterized batch). Authoring ends at a validated script file; running it is a…
aidlc-portfolio
Coordinate multiple AI-DLC workflows across repositories and Git worktrees using an evidence-backed portfolio catalog and deterministic workspace tooling. Use when initializing an AI-DLC portfolio workspace, discovering organization or business context, registering projects and dependencies, creating child intents and…