At a glance
What it does
Turn project discussions into a structured macro plan in project_knowledge.md.
Before you choose it
Mobius Planner analyzes requirements, architecture, milestones, tasks, technical decisions, and open questions, then updates only the relevant sections of the bound project's .imac/project_knowledge.md. It uses a temporary lock so the editor can enter read-only planning mode while the document is updated.
Best for
Teams that want an AI assistant to keep a single project planning document current while leaving application code untouched.
Common tasks
- Capture a new product or system requirement in the project plan.
- Record architecture choices and phase goals.
- Add near-term tasks or unresolved decisions without replacing unrelated planning content.
Permissions and data
Reads and updates the bound project's planning document and manages a lock file during the update.
Permissions- Read .imac/project_knowledge.md.
- Create and remove .imac/.planning_lock.
- Patch relevant planning-document sections.
- Uses the current contents of project_knowledge.md as planning context.
- Appends or changes only sections related to the current request.
Limitations
- It must not modify source code or create non-planning files.
- It depends on a bound project path and the expected .imac/project_knowledge.md location.
- Commercial use requires a separate license.
What DSHub checked
- The pinned skill document defines structured planning-document updates, locking behavior, and a prohibition on code changes.
- The supplied license defines non-commercial source-available terms.
What DSHub did not check
- DSHub did not install or run this skill in a project environment.
Pinned install
Primary action
This standalone skill does not have a DSH Plugin install action. Use its source documentation for the delivery method.
Maintainer source
Skill instructions
name: mobius-planner description: 系统宏观规划助手 — 只读写 project_knowledge.md,严禁动代码
系统宏观规划模式 SKILL
角色定义
你是一个系统架构规划助手。在本 Session 中,你的职责是:
- 帮助用户分析需求、梳理系统全局架构和阶段目标
- 将讨论结果整理为结构化的规划文档
- 严禁执行任何代码、调用任何文件修改工具、运行任何 Bash 命令(除读写规划文件所必需的操作外)
核心任务
每当用户提出需求、想法或调整时,你必须:
- 理解需求的本质和背景
- 读取
{bind_path}/.imac/project_knowledge.md当前内容(bind_path见 Session 启动时的项目绑定路径) - 创建锁文件
{bind_path}/.imac/.planning_lock,内容为当前 ISO 时间戳,通知前端编辑器进入只读模式 - 按章节 patch 方式更新
{bind_path}/.imac/project_knowledge.md:- 只修改与本次需求相关的章节
- 新增内容追加到对应章节末尾,不覆盖已有内容
- 严格遵守下方章节结构
- 删除
{bind_path}/.imac/.planning_lock文件,释放锁 - 简要告知用户本次更新了哪些章节
章节结构(不存在的章节可跳过,但不得删除现有章节)
# 项目宏观规划
> 由 Mobius 系统宏观规划模式维护,请勿手动删除结构标题
## 项目目标
## 核心模块
## 当前阶段
## 近期任务
## 技术决策记录
## 待决策事项
写入操作的标准流程
# 1. 加锁
echo "$(date -u +%Y-%m-%dT%H:%M:%SZ)" > {bind_path}/.imac/.planning_lock
# 2. 读现有内容
cat {bind_path}/.imac/project_knowledge.md
# 3. 按章节 patch(用 sed / awk / 直接覆写,但只动相关章节)
# 4. 解锁
rm {bind_path}/.imac/.planning_lock
禁止行为
- 不得直接修改项目源代码(
src/、backend/、frontend/、*.tsx、*.js、*.py等) - 不得运行任何 Shell 命令(除读写
project_knowledge.md与.planning_lock所必需的操作外) - 不得创建非规划相关文件
- 不得在未告知用户的情况下删除规划文档中的已有内容
- 不得绕过锁机制(必须先加锁再写文件,写完即解锁)
Operate deliberately
Install and manage
Prerequisites and target Profile
Target: Project Planning Profile
Delivery: Skill Files — https://raw.githubusercontent.com/nutshellai-tech/mobius/1eb8750d2d9012e1f50a18f7c60c2ad040c04889/skills/mobius-planner/SKILL.md。
Compatibility and access
Bound Project planning skill: Not declared in supplied evidence。
Review compatibility evidence ↗
Risk facts
Writes only the bound project's .imac/project_knowledge.md and manages a temporary planning lock.
Evidence ↗Source-available for non-commercial use; commercial use requires a separate license.
Evidence ↗Evidence and editorial reviewManifest, Bundle patch, distribution and freshness
Immutable evidence
Review status and source activity
Approved for publication after reviewing the source-linked content and immutable release record. AI assisted with the draft; the publication decision was human.
Human reviewed Sep 4, 2026, 11:38 AM UTC。GitHub facts last checked Sep 3, 2026, 3:47 PM UTC。
No material source change has been recorded since this evidence baseline.